On Fri, 17 May 2002 10:55:24 -0500 [EMAIL PROTECTED] wrote: > Hi. I'm having an issue when I attempt to compile the DBI module > (1.20) on my HP-UX box (11.00/PA-RISC). I'm using GCC > (64/3.02.2001-11-14) but the Makefile is still trying to use CC! Any > suggestions would be most appreciated. Thanks. > > # make > cc -c -Ae -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O +Onolimit > -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" +z > -I/opt/perl5/lib/5.6.1/PA-RISC1.1/CORE -DDBI_NO_THREADS Perl.c > sh: cc: not found.
That is because your perl was built with HP-UX' native C compiler. Either you have to buy(!) it or build your own perl binary with GCC. Waldemar
