Is there any reason why gcc -print-prog-name=collect2 is used for
detecting the linker instead of gcc -print-prog-name=ld? As far as I
know collect2 isn't actually used when linking c code. I've come
across a system where gcc -print-prog-name=ld points to the vendor
linker and gcc -print-prog-name=collect2 points to the gnu linker
which causes the build process to think gcc is using the gnu linker
where it in fatc is using the vendor one. This causes a shared library
build failure.

/Sam
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to