Gupta, Razat wrote:
While installing a module of perl on Solaris box. I am getting some
problem.

I have downloaded DBI.1.48.tar.gz

Untar it.

I have run the command
" perl Makefile.pl" - OK

" make " - shows some error which is mentioned below:

"make: gcc: Command not found

make: *** [Perl.o] Error 127"

Can any one tell me what is the issue.

Regards,

Razat



DBI requires the gcc compiler (i.e. the gnu C compiler). the "make" command is telling you it can not find the gcc compiler. I think Solaris comes with it's own compiler, that is not gcc.

Someone more familiar with gcc will have to give you instructions about getting it to work

Jay

Reply via email to