If I replace in root-pythia's info file the 2 ld commands by "g77 -v", and drop all their arguments after " -lpythia", (change also "bin/sh -e" to "bin/sh -ev" to see something), everything goes well. (Purpose is to get the build to be independent of the system _ say of gcc_select).
Output of that command is :
Driving: g77 -v -Zbundle -o lib/libPythia.so jetset74.o pythia5707.o -L/sw/lib -lpythia -lfrtbegin -lg2c
Reading specs from /sw/lib/gcc/powerpc-apple-darwin8.0.0b2/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --prefix=/sw --enable-languages=f77 --infodir=/share/info --libexecdir=/lib --disable-shared
Thread model: posix
gcc version 3.4.3
/sw/lib/gcc/powerpc-apple-darwin8.0.0b2/3.4.3/collect2 -arch ppc -dynamic -bundle -o lib/libPythia.so -lbundle1.o -L/sw/lib -L/sw/lib/gcc/powerpc-apple-darwin8.0.0b2/3.4.3 -L/sw/lib/gcc/powerpc-apple-darwin8.0.0b2/3.4.3/../../.. jetset74.o pythia5707.o -lpythia -lfrtbegin -lg2c -lgcc -lSystem |
c++filt
/usr/bin/ld: warning -prebind has no effect with -bundle
However if I replace there "g77 -v" by "g77", I get : g77 -bundle -o lib/libPythia.so *.o -L/sw/lib -lpythia g77: couldn't run `undle-gcc-3.4.3': No such file or directory ### execution of /var/tmp/tmp.1.W6FPPl failed, exit code 1
I get this on 2 very different machines/systems...
If g77 was a wrapper script, on could suspect some clerical error there, but it isn't....
??
Jean-Francois
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
