in reply to Re: use Inline CPP to call function in so file not working
in thread use Inline CPP to call function in so file not working

If you're wanting to link directly to 'libsay_hi.so', you might need to make use of the MYEXTLIB config option:

That seems to go over a lot smoother than using LIBS => "-l ..." option

  • Comment on Re^2: use Inline CPP to call function in so file not working