On May 15, 2007, at 06:20, Charles White wrote:
1) I'm trying to install the latest stable version of GCC. Since gcc42 downloads from a 'prereleases' directory, I will focus on gcc41. Note that I've tried to install every available version of gcc and none of them have installed for me.
2) The target computer is an iMac with a 2 GHz Core Duo processor.
3) My eventual goal is to install R for statistical computing.
4) Terminal output from my last session follows my signature.
5) I'd appreciate some help.
Thanks!
Chuck
charles-whites-computer:~ hopoie$ sudo port install gcc41
[snip]
nm -P .libs/bitmap_allocator.o .libs/pool_allocator.o .libs/ mt_allocator.o .libs/codecvt.o .libs/compatibility.o .libs/ complex_io.o .libs/ctype.o .libs/debug.o .libs/debug_list.o .libs/ functexcept.o .libs/globals_locale.o .libs/globals_io.o .libs/ ios.o .libs/ios_failure.o .libs/ios_init.o .libs/ios_locale.o .libs/ limits.o .libs/list.o .libs/locale.o .libs/locale_init.o .libs/ locale_facets.o .libs/localename.o .libs/stdexcept.o .libs/ strstream.o .libs/tree.o .libs/allocator-inst.o .libs/concept- inst.o .libs/fstream-inst.o .libs/ext-inst.o .libs/ios-inst.o .libs/ iostream-inst.o .libs/istream-inst.o .libs/istream.o .libs/locale- inst.o .libs/locale-misc-inst.o .libs/misc-inst.o .libs/ostream- inst.o .libs/sstream-inst.o .libs/streambuf-inst.o .libs/ streambuf.o .libs/string-inst.o .libs/valarray-inst.o .libs/wlocale- inst.o .libs/wstring-inst.o .libs/atomicity.o .libs/ codecvt_members.o .libs/collate_members.o .libs/ ctype_members.o .libs/messages_members.o .libs/ monetary_members.o .libs/numeric_members.o .libs/ time_members.o .libs/basic_file.o .libs/c++locale.o ../ libmath/.libs/libmath.a ../libsupc++/.libs/libsupc++convenience.a| nm: no name list nm: no name list nm error at /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ dports_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/scripts/ make_exports.pl line 130. make[5]: *** [libstdc++-symbol.explist] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-target-libstdc++-v3] Error 2 make[1]: *** [all] Error 2 make: *** [profiledbootstrap] Error 2
This may not be very helpful, but gcc41 and gcc42 install just fine for me on an Intel Core 2 Duo MacBook Pro. Not sure why it's not working for you. What other ports do you have installed? And what things do you have in /usr/local which might conflict with MacPorts? What does "which nm" say on your system? On mine, I get "/usr/bin/nm".