26 Sep
2007
26 Sep
'07
12:29 p.m.
Ryan Schmidt wrote:
I don't think "gcc" is a valid value for "configure.compiler". (I get "DEBUG: No compiler collection selected explicitly".) What version of gcc are you expecting to get by setting this? libuninameslist builds just fine for me with Apple's gcc 4.0 on my MacBook Pro with Mac OS X 10.4.10, Xcode 2.4.1 and MacPorts 1.5.2.
I was expecting any old version, just that my libtool didn't work with the default selection of "/usr/bin/gcc-4.0" since it couldn't figure out the call mode or something. Changing CC=/usr/bin/gcc-4.0 to CC=gcc worked. Maybe it was just a temporary quirk ? --anders