in reply to CPAN Module Installation
Please provide any solution...I dont want to install "cc",
There is no solution. Either use a Perl compiled with gcc, then it can and will use gcc. Or use a Perl compiled with cc (the Sun C compiler), and install and use cc. Mixing C compilers does rarely work and needs special precautions. Perl knows which C compiler it was compiled with and will use that one.
|
|---|