Skip Menu |

This queue is for tickets about the Crypt-SSLeay CPAN distribution.

Report information
The Basics
Id: 68208
Status: resolved
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: nanis [...] runu.moc.invalid
Requestors: avar [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.58
Fixed in: (no value)



Subject: On Unix you link against -lgcc, even when compiling with non-gcc compilers
Under clang Crypt::SSLeay will link to -lgcc, even though clang and not gcc is being used.
Hello: With 0.64, I removed a large amount of code from Makefile.PL that was trying to guess what to do and frequently got it wrong. Could you please take a look at it and let me know if this update resolves the issue? If your OpenSSL headers and library files are in places that would not be found by your build tools by default, you'll need to specify those additional locations via environment variables or other similar mechanisms. Thank you for your feedback. -- Sinan On Sun May 15 09:43:24 2011, AVAR wrote: Show quoted text
> Under clang Crypt::SSLeay will link to -lgcc, even though clang and not > gcc is being used.