Re: -MExtUtils
[email protected] ("Sisyphus")
| Newsgroups | perl.makemaker |
|---|---|
| Message-ID | <CDC8B8A080CB4585BCAD8784F8FBC95A@desktop2> |
----- Original Message ----- From: "Patrick Dupre" <[email protected]> To: <[email protected]> Sent: Friday, August 22, 2008 11:00 AM Subject: -MExtUtils Hello, What shold I put inside my Makefile.PL to have the make does: cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccps` ==================================== I don't know the answer but, if it helps, the "ccopts" output is the same as "$Config{ccflags} -I$Config{archlib}/CORE". (At least, it's the same output for me on Windows.) Cheers, Rob