>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Tom >Phoenix
>Sent: Thursday, June 15, 2006 3:21 PM
>To: Smith, Derek
>Cc: beginners@perl.org
>Subject: Re: compilation of Devel-Size for DataDumper
>On 6/15/06, Smith, Derek &
On 6/15/06, Smith, Derek <[EMAIL PROTECTED]> wrote:
How can I tell the HPUX 11.11 system to not use it default C compiler
/usr/bin/cc but instead use gcc version 4.1.1?
If you're compiling a module, use the same compiler that built your
perl binary. But that should happen automatically, if you
How can I tell the HPUX 11.11 system to not use it default C compiler
/usr/bin/cc but instead use gcc version 4.1.1?
I manually edited the Makefile to point CC=/usr/local/bin/gcc but I get
the errors below:
Do I need an ANSI C compiler?
Please advise!
Thank you
Derek
As root: