in reply to Makefile.pl for a C++ XS module... How to make windows happy?
I don't have a Linux box handy, but Config.pm tells me that $Config{cpp} would be "the" C++ compiler to use:
and on Solaris :Q:\>perl -MConfig -e die$Config{cpp} cl -nologo -E at -e line 1.
perl -MConfig -edie\$Config{cpp} cpp at -e line 1.
(for the Sun delivered perl 5.005_03)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Makefile.pl for a C++ XS module... How to make windows happy?
by JayBonci (Curate) on Feb 27, 2004 at 10:41 UTC | |
|
Re: Re: Makefile.pl for a C++ XS module... How to make windows happy?
by Anonymous Monk on Feb 28, 2004 at 22:32 UTC |