-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/26/10 8:35 AM, Матвей wrote: > > > On 26 December 2010 15:03, Alexander Hansen <[email protected] > <mailto:[email protected]>> wrote: > > > Spotlight isn't that useful for searching in hidden system directories. > > In your build output: > > /sw/var/lib/fink/path-prefix-10.6/g++-4.2 -Wnon-virtual-dtor > - -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W > - -Wpointer-arith -Wformat-security -fno-check-new -fno-common -O2 -g > - -arch i386 -isysroot / -mmacosx-version-min=10.6 > -Wl,-search_paths_first > - -headerpad_max_install_names > - -L/sw/src/fink.build/automoc-x11-0.9.89-0.977962.3/automoc/build/lib > - -L/sw/opt/kde4/x11/lib -L/sw/lib/system-openssl/lib > - -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib > - -L/sw/lib/qt4-x11/lib -L/sw/opt/attica/x11/lib -L/sw/lib > - > > -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib > - -Wl,-dead_strip_dylibs CMakeFiles/automoc4.dir/kde4automoc.o -o > automoc4 > /sw/lib/qt4-x11/lib/libQtCore.dylib > ld: warning: directory > '/sw/src/fink.build/automoc-x11-0.9.89-0.977962.3/automoc/build/lib' > following -L not found > Undefined symbols: > "__keymgr_set_per_thread_data", referenced from: > std::set_terminate(void (*)())in libstdc++.a(eh_terminate.o) > std::set_unexpected(void (*)())in libstdc++.a(eh_terminate.o) > ___cxa_get_globals in libstdc++.a(eh_globals.o) > ___cxa_get_globals in libstdc++.a(eh_globals.o) > ... > > I don't see references either to the gcc44/45 private directories or to > any other third-party location. The former shouldn't interfere (it > doesn't happen for me at any rate), but try "fink remove gcc44-compiler > gcc45-compiler", and if the automoc-x11 build works, use "fink reinstall > gcc44-compiler gcc45-compiler" to put them back. > > This din't work. Result is the same. > > >
That means that there's another libstdc++.a which is causing the problem. To try to locate that, start by running the following command in a terminal window: find /usr -name libstdc++.a - -- Alexander Hansen, Ph.D. Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0XSQEACgkQB8UpO3rKjQ8olwCgmTtHRerURQn2OUH1Dthzmz6b +rIAoIbR5yHWDbogVsCEfN5i/1iXizIF =Bs/d -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
