in reply to Re^4: Installing Javascript.pm on XP
in thread Installing Javascript.pm on XP
It would be helpful if you could insert a print "$cc\n"; into that Makefile.PL and re-run it again so we can see just what that command ($cc) actually is.my $cc = join(" ", $Config{cc}, $libs, @ccflags, "-l${lib}", "-o", $ex +e, (map { "-I$_" } @incs), "test_js.c");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Installing Javascript.pm on XP
by Anonymous Monk on Aug 06, 2009 at 15:45 UTC |