Jon August wrote:
I'm trying to compile DBD::Oracle and on the configure, it assumes I want to use cc (This is solaris 9) instead of gcc. I have tried setting CC=gcc and I've tried moving cc to somewhere else, but I can't get it to generate the Makefile with gcc. If I modify the Makefile to point to gcc, it uses cc specific compile options and fails anyway.Any ideas?
Yes, install the perlgcc module from CPAN, then: perlgcc perl Makefile.PL; make install. -- Alan Burlison --
