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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

perl 5.8.8 and gcc

Status
Not open for further replies.

mrn

MIS
Joined
Apr 27, 2001
Messages
3,993
Location
GB
Anyone know how to force perl 5.8.8 to use gcc instead of cc?

In 5.8.7 you could specify change_config_pm gcc. In 5.8.8 if both cc & gcc are installed it defaults to cc

System is HP-UX 11.11
Perl installed from depot

Mike

"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
 
I never had to use gcc with perl, but from what I know you have to choose gcc while you compiling perl from source.


``The wise man doesn't give the right answers,
he poses the right questions.''
TIMTOWTDI
 
But that's my point. I'm not compiling from source but installing a package (depot)

Mike

"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top