|
From: Andrew B. <an...@cr...> - 2002-03-31 18:29:40
|
Andrew Boothman wrote: > > /usr/home/andrew/scrollkeeper-0.3.6/buildtools/separate.c:290: > undefined reference to `gettext' > separate.o: In function `main': > /usr/home/andrew/scrollkeeper-0.3.6/buildtools/separate.c(.text+0x690): > undefined reference to `bindtextdomain' > /usr/home/andrew/scrollkeeper-0.3.6/buildtools/separate.c(.text+0x6a0): > undefined reference to `textdomain' > /usr/home/andrew/scrollkeeper-0.3.6/buildtools/separate.c(.text+0x6f4): > undefined reference to `gettext' > /usr/home/andrew/scrollkeeper-0.3.6/buildtools/separate.c(.text+0x792): > undefined reference to `gettext' > gmake[2]: *** [scrollkeeper-tree-separate] Error 1 It might be helpful to add that the lines immediately above these errors were : Making all in buildtools gmake[2]: Entering directory `/usr/home/andrew/scrollkeeper-0.3.6/buildtools' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libs -I/usr/local/include/libxml2/libxml -I/usr/local/include/libxml2 -I/usr/local/include -g -O2 -c separate.c /bin/sh ../libtool --mode=link gcc -g -O2 -o scrollkeeper-tree-separate separate.o -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm -L/usr/local/lib -L/usr/local/lib -lxslt -lxml2 -lz -liconv -lm ../libs/libscrollkeeper.la mkdir .libs gcc -g -O2 -o .libs/scrollkeeper-tree-separate separate.o -L/usr/local/lib -lxml2 -lz -liconv -lm -lxslt -lxml2 -lz -liconv -lm ../libs/.libs/libscrollkeeper.so separate.o: In function `usage': Thanks again! |