in reply to Re: Inline::C with minGW?
in thread Inline::C with minGW?
use Cwd qw( realpath ); use File::Basename qw( dirname ); my $lib_path = dirname(realpath($0)); $lib_path =~ s{\\}{/}g; # Needed? And what about spaces? use Inline C => Config => LIBS => "-L$lib_path -lfmodex";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Inline::C with minGW?
by xiaoyafeng (Deacon) on Oct 29, 2008 at 05:45 UTC |