no joy with 20050723 gcc-4.1 snapshot

Dominique Dhumieres dominiq@lps.ens.fr
Sun Aug 21 16:08:00 GMT 2005


> I got none of these errors on Mac OS X 10.3.9 (aka darwin 7.9) with
> the cctools from <ftp://gcc.gnu.org/>.

Yes Indeed.

> As far as I can see is that your installation is messed up.
> 
> Thanks,
> Andrew Pinski

In some way, you are right. However, some Fink packages don't build with
this cctools (they don't like the new loader).  This is why the new cctools
are stored in a Fink directory "/sw/lib/odcctools/bin/" and are not 
accessed by their name: nm accesses /usr/bin/nm (the 10.3 original one) 
while /sw/lib/odcctools/bin/nm accesses the new one. By using a symbolic 
link in /sw/bin I just avoid to patch the make_exports.pl file to replace nm by
/sw/lib/odcctools/bin/nm and, if in the future it turns out that some Fink
package does not like the new nm, I just have to move the link out of the 
way (just as I do it with as and ld to use the g95 binaries).

So my remark about nm concerns only Fink users still on 10.3 while I think 
the problem with darwin7.h concerns all the 10.3 users and should be fixed 
in the future snapshots.

Cheers



More information about the Fortran mailing list