in reply to Re: Inline::C query
in thread Inline::C query
If you want to link an external library and/or use its include files you need to specify these in the use Inline statement:
This is discussed in more detail in the Inline::C manpage.use Inline ( C => Config => LIBS => '-lyourlib', AUTO_INCLUDE => '#include "yourlib.h";' );
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Inline::C query
by newbio (Beadle) on Mar 07, 2005 at 08:38 UTC |