in reply to Re^6: Inline::C produces compilation errors
in thread Inline::C produces compilation errors
and check the output for any messages that tell you that no library was found for -llibhasp_linux. When you build the C program do you provide an -llibhasp_linux.a argument on the command line (or is it simply -llibhasp_linux ) ? I would expect that whatever argument works on the command line should also work for the 'LIBS' config option.use Inline C => Config => LIBS => '-L/HASP/perltestP -llibhasp_linux', BUILD_NOISY => 1;
|
|---|