=09I can't figure out how to include a home made library into the makefil= e of my project. I've added -lesoft to the linker flags and the output seems righ= t, however it failts at an undeclared referense to a function (in this case "stitch_init"). =09I've checked that the library does in fact work with a small example program, which compiles fine with just -lesoft ... =09So am I missing something here? Is it the LD_LIBRARY_PATH that's not s= etup correct (I assume it's enough to have the path in /etc/ld.so.conf)? output: /bin/sh ../libtool --silent --mode=3Dlink --tag=3DCXX g++ -Wnon-virtual-d= tor -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-a= rith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=3D500 -D_BSD_S= OURCE -Wcast-align -Wconversion -O2 -O0 -g3 -Wall -fno-exceptions -fno-check-ne= w -o epan -L/usr/X11R6/lib -L/usr/lib/qt-3.0.5/lib -L/opt/kde/lib -R /opt/kde/= lib -R /usr/lib/qt-3.0.5/lib -R /usr/X11R6/lib selectlabel.o himel.o upload.o conn.o http.o epanlist.o modify.o csimpletable.o database.o import.o epan= =2Eo main.o epansag.o epanmain.o csimpletable.moc.o epan.moc.o selectlabel.moc= =2Eo epanlist.moc.o epan_meta_unload.o -lesoft -lm -lkdeui -lkdecore -lqt-mt -= lpng -lz -lm -lXext -lX11 -lresolv -lSM -lICE -lpthread -lresolv gmake[2]: Leaving directory `/root/develop/epan/epan' epan.o: In function `Epan::slotFullPreview(void)': /root/develop/epan/epan/epan.cpp:178: undefined reference to `stitch_init(char *)' collect2: ld returned 1 exit status -- /Sharky - to unsubscribe from this list send an email to kdevelop-request@kdevelop.org with the following body: unsubscribe »your-email-address«