-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/26/10 4:41 AM, Матвей wrote: > On 26 December 2010 02:35, Alexander Hansen <[email protected] > <mailto:[email protected]>> wrote: > > > On 12/25/10 7:25 PM, Alexander Hansen wrote: > > > > > Quoting myself: "Fink's compilers are set up not to be visible by > > default in Fink builds." In addition, I have gcc44, and automoc-x11 > > builds fine for me. > > > > Look for a libstdc++.a in, for example, /usr/local . > > > > Or perhaps it's getting picked up from your Macports install. > > > There is no libstdc++.* files in /usr/local/ . Spotlight finds > libstdc++.a files in /sw/lib/gcc4.4/ and /sw/lib/gcc4.5/ . > > I have removed all MacPorts from this computer. > > Here is the full log of fink install automoc-x11: http://sharetext.org/GVY8 > > > 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. - -- 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/ iEYEARECAAYFAk0XPQMACgkQB8UpO3rKjQ/IHwCdH2zgI2JHBe6ZhLFbGxk+xJRU MagAn1WgX47CYBh9pz2RV/WZB7/RAWeh =Jitt -----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
