FreeBSD Port for kdevelop [...]

Robert Robert
Wed Nov 10 06:23:08 GMT 1999


On Sun, 07 Nov 1999, you wrote:
> Hi, I've been attempting to create a port of kdevelop since 1.0b1. August 12th
> is the date I first created the port, but 1.0b1 was around before that; since I
> have as of yet been unable to successfully compile the program after about 150
> or 200 different methods (no, I'm not exaggerating), I've decided to send this
> in.
.......
> [and now, the linking:]
> 
> /bin/sh ../libtool --silent --mode=link g++295  -O2 -Wall -s -o kdevelop
> -L/usr/local/lib  -L/usr/X11R6/lib -rpath /usr/local/lib -rpath
> /usr/X11R6/lib -rpath /usr/X11R6/lib  klistview.o ckdevelop.o main.o cn        
........
> ../classwizard/libclasswizard.a -lkfile -lkfm -lkspell -lkhtmlw -lkimgio -ljpeg
> --ltiff -ljpeg -lz  -lqt  -lX11  -lm -ljscript -lkdeui -lkdecore -lqt
> -lXext -lX11  -lfl 
.......
> klistview.o: In function `QArrayT<char> type_info function':
> klistview.o(.gnu.linkonce.t.__tft7QArrayT1Zc+0x16): undefined reference to
> `QGArray type_info functi             on'
> klistview.o(.gnu.linkonce.t.__tft7QArrayT1Zc+0x1e): undefined reference to
> `QGArray type_info node'
> klistview.o: In function `KListViewItem type_info function':

It looks to me like all of the errors that you included in your e-mail are undefined references to
QT functions.  In other words, are you sure you have the QT libraries installed in the
/usr/X11R6/lib directory?  LD, or what ever linker you are using, is not finding the QT libs.  Look
for files named 'libqt.so', 'libqt.so.1', and 'libqt.so.1.xx'.  Because the lib search path has
been set to '/usr/local/lib' and '/usr/X11R6/lib', the QT libs need to be in one of those
direcories.

-- 
Robert M. Wheat, Jr.
belran at worldnet.ibm.net




More information about the KDevelop mailing list