Re: installation problem



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
.



Relevant Pages

  • Re: Building DBI on Solaris (2.9)
    ... Makefile always uses gcc compiler ... I'm pretty happy writing Perl, ... > I'm trying to install DBI on a Solaris 2.9 box. ... > hard-code the use of gcc, ...
    (perl.dbi.users)
  • Re: [OT] gcc knows about malloc()
    ... Gcc implementations can sometimes be enhanced ... || to take advantage of target processor architectural features. ... | Why do you see targetting specific architectures ...
    (comp.lang.c)
  • Re: Detecting number of parameters of C function
    ... >>functions of your GCC compiler. ... >>portable across platform if you are using GCC. ... > able yet to figure out how to use them for Pawels purposes. ... > library and uses the function defined there whenever the stub functions ...
    (comp.unix.programmer)
  • can not make
    ... I try to install one package under Solaris. ... The error message is /prog/gcc/bin/SUNSV/gcc command not found ... "which gcc" point to this location ...
    (comp.lang.perl.misc)
  • Re: RH 7.3 gcc broken, compiling kernel 2.6.0
    ... read there are some work around/patches but I'm ... I compiled the kernel 2.6 with the default gcc compiler which was ...
    (comp.os.linux.setup)