perl Makefile.PL DEBUG=1 LIBS="-L/usr/local/lib"
INC="-I/usr/local/include"
CC=gcc
You can't just forcibly change the CC for a perl module. Well, you can, but it's fraught with problems.
hmmmm what would you suggest I do? I don't think the powers-that-be will foot the bill for IBM's CC
I had the same on Solaris- Sun install perl/CPAN wanted cc, but I didn't have that. I assumed that switching compilers could cause trouble, so I started from a fresh perl install, compiled with gcc. This worked out OK.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
