Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Specifying gcc for Makefile.PL

Status
Not open for further replies.

grindel

Technical User
Jun 25, 2002
36
0
0
CA
Is there any way to specify which compiler to use when performing a "perl Makefile.PL" - by default our Perl is using cc (which we don't have). We can just replace "cc" with "gcc" but then all the CFLAGS are wrong.

Thanks,
Rick

 
Hello Rick,

When you run Configure it should pick up that you have gcc, or at least ask you which compiler you'd like to use - is it not doing that?

What UNIX and which version of Perl?

Mike

"Deliver me from the bane of civilised life; teddy bear envy."

Want to get great answers to your Tek-Tips questions? Have a look at faq219-2884

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top