Ali Bahrami <ali.bahr...@oracle.com> writes:

> It sounds like configure is using the wrong test.

Indeed, this is plain nonsense.

> Rather than ask which ld is in the users path, it should
> be asking which ld the compiler is configured to use. Of
> course, that's probably a much harder question to answer
> in full generality...

Not at all :-)

$ gcc -print-prog-name=ld
/usr/ccs/bin/ld

Or, better yet, run the test with gcc <ld option>, or, it it isn't
passed through, gcc -Wl,<ld option>.  Second-guessing the compiler is
guaranteed to fail.

Hope this helps.

        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to