NetBSD-1.4 / Kdevelop : can't build
Pierre Bourgin
Pierre.Bourgin at lip6.fr
Tue Jun 15 21:26:27 BST 1999
Hello,
Does someone on this list uses NetBSD-1.4/i386 and kdevelop ?
I'm not able to build kdevelop : it's compile everything, but the
link failed.
I used :
% ./configure --with-extra-includes=/usr/pkg/include --with-extra-libs=/usr/lib
% make
and its reply :
[...] compiling all stuff
/bin/sh ../libtool --silent --mode=link g++ -O2 -Wall -s -o
kdevelop -L/usr/lib -L/usr/X11R6/lib -rpath /usr/X11R6/lib -rpath
/usr/X11R6/lib .. [*.o] .. ./kwrite/libkwrite.a
./classparser/libclassparser.a -lkfile -lkfm -lkspell -lkhtmlw
-lkimgio -ljpeg -ltiff -ljpeg -lz -lpng -lz -lm -lqt -lpng -lz
-lm -lX11 -lm -ljscript -lkdeui -lkdecore -lqt -lXext -lX11
-lfl -lgdbm
then:
tokenizer.o: Undefined symbol `_yy_flex_alloc' referenced from text segment
tokenizer.o: Undefined symbol `_yy_flex_alloc' referenced from text segment
tokenizer.o: Undefined symbol `_yy_flex_free' referenced from text segment
tokenizer.o: Undefined symbol `_yy_flex_free' referenced from text segment
collect2: ld returned 1 exit status
tokenizer.o comes from kdevelop/classparser/
I think that my /usr/lib/libfl.a mismatching (no dyn. lib .so
??):
% nm /usr/lib/libfl.a
libyywrap.o:
00000000 T _yywrap
libmain.o:
U ___main
00000000 T _main
U _yylex
Someone could hel me with these few indications ? Or can send me
a .C that can test it ?
Sorry for the waste of time by reading this post ...
Pierre Bourgin
More information about the KDevelop
mailing list