Re: bug: configuration problem in perl with gcc libs

2016-06-06 Thread Achim Gratz
Dmitry Karasik karasik.eu.org> writes: > Generally perl extensions don't have a way to specify library to link with > directly, they do that through ExtUtils::MakeMaker, the standard tool for that. > Which in turn tries to resolve '-llibname' using its own > compile-time-configured internal list o

Re: bug: configuration problem in perl with gcc libs

2016-06-05 Thread Ken Brown
On 6/3/2016 12:14 PM, Dmitry Karasik wrote: Hello, I'd like to report a configuration bug in perl. The problem arises when a 3-rd party module tries to build an extension using perl configuration with a gcc-specific library. Generally perl extensions don't have a way to specify library to link

bug: configuration problem in perl with gcc libs

2016-06-03 Thread Dmitry Karasik
Hello, I'd like to report a configuration bug in perl. The problem arises when a 3-rd party module tries to build an extension using perl configuration with a gcc-specific library. Generally perl extensions don't have a way to specify library to link with directly, they do that through ExtUtils: