Re: installation problem
- From: me@xxxxxxxxxx (Jay Strauss)
- Date: Mon, 17 Oct 2005 07:07:59 -0500
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 .
- References:
- installation problem
- From: Razat Gupta
- installation problem
- Prev by Date: Re: DBD::Oracle and $sth->{PRECISION}
- Next by Date: Re: Set connection to read only and back to writable?
- Previous by thread: Re: installation problem
- Next by thread: RE: installation problem
- Index(es):
Relevant Pages
|