in reply to With Inline::C, how to link to external library?

Hi, try LIBS instead of CCFLAGS , see https://metacpan.org/pod/distribution/Inline-C/lib/Inline/C/Cookbook.pod#Exposing-Shared-Libraries

  • Comment on Re: With Inline::C, how to link to external library?

Replies are listed 'Best First'.
Re^2: With Inline::C, how to link to external library?
by stevieb (Canon) on Aug 07, 2016 at 22:48 UTC

    Thanks beech,

    I forgot to mention that I tried all manner of those examples of using LIBS.