in reply to Re^3: How To Link -lperl to Extensions During Build
in thread How To Link -lperl to Extensions During Build

This is in reply to AnonymousMonk's post...unfortunately the convoluted approach resulted in the same error

However, I DID notice that for each extension built (? I'm guessing here), the following error was generated

make config PERL_CORE=1 LIBPERL_A=libperl.so LINKTYPE=dynamic failed, continuing anyway...

Unfortunately I;m new to perl so I don't know how to get the build to stop when this error occurs or what exactly is going on. I'll keep digging but feel free to chime in

Replies are listed 'Best First'.
Re^5: How To Link -lperl to Extensions During Build
by cyd (Novice) on May 14, 2015 at 01:13 UTC

    FYI...running make distclean cleared up the error in the previous reply, but the original error remains