View Single Post
  #2  
Old March 2nd, 2006, 07:27 PM
spb spb is offline
Registered User
 
Join Date: Dec 2004
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
spb is on a distinguished road
The command:

which gcc

should show you if gcc is in your path.

I'm doubtful that this is the problem...

It looks like there is a problem with the configure script and ld. The output says that there is a problem with the flag -s so maybe you can look at the configure script and see where the -s comes from and remove it. A better approach would be to see if you can pass to the configure script options -- for instance you might be able to pass LDFLAG

./configure LDFLAG=-x

What can and can't be passed to configure will be in the documentation. Is there a README file that tells you about configure?
Reply With Quote