Jean-François Mertens wrote:

[]
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

This would be the "-b MACHINE" option of gcc. It is only recognized at the beginning of the command line.


If you have a /usr/bin/i686-apple-darwin8-gcc-4.0.0 executable, you would start it with "gcc -b i686-apple-darwin8". Try this with "-v" in between and it will tell you
gcc: `-b' must come at the start of the command line


Thus in your situation the "-bundle" has to come after some other option. If you don't like "-v", you can use "-Wall" or something.

--
Martin




------------------------------------------------------- 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 Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to