in reply to Re: Inline::C with minGW?
in thread Inline::C with minGW?

So I guess that means
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
    looks like I have to add that to fixed my script.

    I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction