in reply to Re: Problem with embedded perl
in thread Problem with embedded perl

Thanks for your answer, but... The MD5 module (and all other standard modules) have been built in one go, together with the respective perl-versions.

We do this building on both Solaris and Linux in the same way, and do not have the problem on Solaris machines

Replies are listed 'Best First'.
Re^3: Problem with embedded perl
by cyborg (Initiate) on Jul 15, 2013 at 07:42 UTC

    I'm not just seeking wisdom: I'd even like to contribute to it :-)

    Just found the solution myself: For gcc, I need to pass option -E to the linker (so -Wl,-E to the final compiler-call). The manual page of ld (on Linux) explains why)