> -----Original Message-----
> From: Christian Stalp [mailto:[EMAIL PROTECTED] 
> Sent: Monday, May 10, 2004 2:51 PM
> To: NYIMI Jose (BMB)
> Cc: [EMAIL PROTECTED]
> Subject: Re: installing DBI on HPUX
> 
> 
> 
> 
> 
> > You either need the HP ANSI C compiler or GCC. Since you 
> seem to use a 
> > perl which was build using the HP ANSI C compiler it's easiest to 
> > install that compiler on the system you're trying to get 
> DBI to work. 
> > However, you need to PAY for that compiler so you might 
> want to switch 
> > to GCC. I'm not entirely sure if you would need to recompile perl 
> > itself with GCC for that to work. (would be best no doubt)
> 
> Hello, I allready installed gcc but the Makefile calls the 
> HPUX-cc compiler. 
> (CC = cc )
> How can I tell the system to use the gcc instead of the cc?

If your perl has been compiled with cc, it will always generates the Makefile with 
CC=cc.
I'm afraid you will need to re-compile your perl with gcc.
Anyway, you can try to edit the Makefile and change CC=cc to CC=gcc
But I don't think this will work.

HTH,

José.


**** DISCLAIMER ****

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to