On 2007-03-05 10:42 -0800, K. Richard Pixley wrote:
Try running that last command manually with a -v. I suspect that you
aren't getting the ld that you think you are and the -v will verify that.
Good idea.
Like this:? ( I don't see anything obviously wrong there, nor do I see
it telling me excalty which ld it is using.)
"/lib/ld-linux.so.3" Looks wrong to me, but I think that's a different issue.
Try LDFLAGS="-Xlinker -v".
Collect2 is a cover for the linker. That is, it calls the linker.
--rich