OK--nothing jumped out at me, but thanks for the additional information. Do you have any third-party stuff in /usr/local? (specifically anything dbus-related) That can cause these sorts of failures, if the linker somehow winds up linking part of a package to an earlier installed version of itself.
Thomas Inskip wrote: > Mac OS X 10.4.9 (8P2137) i386 > > Xcode Version 2.4.1 (Xcode core 762.0, ToolSupport 764.0) > > fink install kdebase3-dev, which in addition would install the following: > arts arts-dev arts-shlibs dbus-qt3-dev dbus-qt3-shlibs docbook-utils > doxygen esound > esound-bin esound-common esound-shlibs expat1 ghostscript jadetex > kdebase3-unified > kdebase3-unified-dev kdebase3-unified-shlibs kdelibs3-unified > kdelibs3-unified-dev > kdelibs3-unified-shlibs lesstif libdatrie libdatrie-shlibs libgettext3-dev > libkpathsea4 libkpathsea4-shlibs libthai libthai-dev libthai-shlibs t1lib5 > > It looks like it failed on dbus-qt3-dev > > The command being executed at the time was: > g++ -dynamiclib -single_module -o .libs/libdbus-qt-1.1.0.0.dylib > .libs/dbus-qthread.o .libs/message.o .libs/connection.o > .libs/integrator.o .libs/server.o -L/sw/lib > /sw/lib/qt3/lib/libqt-mt.dylib -L/sw/lib/freetype219/lib > -L/usr/X11R6/lib /sw/lib/libdbus-1.dylib -install_name > /sw/lib/libdbus-qt-1.1.dylib -Wl,-compatibility_version -Wl,2 > -Wl,-current_version -Wl,2.0 > > And the failure: > ld: Undefined symbols: > _dbus_connection_disconnect > /usr/bin/libtool: internal link edit command failed > > I hope that's enough information, if not, please let me know. > > Thanks. > > > > On Aug 7, 2007, at 9:43 PM, Alexander K. Hansen wrote: > >> Thomas Inskip wrote: >>> Hi I am trying to build/install kdebase3-dev on 10.4.9, but while >>> building dbus-qt3-dev-0.60-1024 (a dependency), I get the following >>> link error: >>> ld: Undefined symbols: >>> _dbus_connection_disconnect >>> >>> I've already done a selfupdate and update-all. >>> >>> Is anyone else familiar with this problem? Any help would be >>> appreciated. >>> >>> Thanks. >>> >>> >>> >> The problem has nothing to do with kdebase3-dev, since you haven't >> gotten that far yet. >> >> It's hard to tell exactly what's going on, because we lack context: >> specifically the command that was supposed to be run which gave this >> error. >> >> Also, what architecture are you on, and what Xcode Tools version are >> you using? > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
