> The following was supposedly scribed by
> Peter Sinnott
> on Friday 26 September 2003 02:59 am:

>use Inline C => Config  => MYEXTLIB =>
> '$(TOP)/BLLibrary/lib/libCDBTdates.a';

Thanks, that does the trick.

Changed from:

use Inline (C => Config =>
         LIBS => '-lad2 -lad2pic',
            WARNINGS => 1,
            );
to:
use Inline (C => Config =>
            MYEXTLIB => ["/usr/local/lib/ad2.a", "/usr/local/lib/ad2pic.a"],
                );

Looks like I am up and running now.  Next post should be huge success story 
about using Inline.pm to turn Perl into the preferred computational geometry 
language:)

--Eric
-- 
"These crispix get soggy so quickly."
                                        -- Tina Connolly

Reply via email to