Re: [dev] ASCII Delimited Text

From: Markus Wichmann <nullplan_AT_gmx.net>
Date: Mon, 21 May 2018 20:30:27 +0200

On Mon, May 21, 2018 at 07:12:46PM +0300, Adrian Grigore wrote:
> cc -lutf -o cat cat.o util.o
> cat.o: In function `main':
> cat.c:(.text+0x179): undefined reference to `chartorune'
> cat.c:(.text+0x1dd): undefined reference to `runetochar'
> cc: error: linker command failed with exit code 1 (use -v to see invocation)
> gmake: *** [Makefile:15: cat] Error 1

Try putting the library at the end. Some linkers display rather...
classic behavior when linking statically (i.e. only linking in the files
that are needed, but if you name a library as first thing, then no file
is needed at that point).

Ciao,
Markus
Received on Mon May 21 2018 - 20:30:27 CEST

This archive was generated by hypermail 2.3.0 : Mon May 21 2018 - 20:36:20 CEST