On Jan 12, 2005, at 1:38 AM, Martin Costabel wrote:
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 gc
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 c
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