> From: Wilson, Allen [mailto:[EMAIL PROTECTED]]

> I have been attempting to install DBI 1.18 without any success. I was
> able to run the Makefile.PL with any problems but when I tried to run
> the make I received the following error...
> 
> gcc -c  -I/opt/gnu/include -O    -DVERSION=\"1.18\"
> -DXS_VERSION=\"1.18\" -fpic
> -I/opt/gnu/lib/perl5/sun4-solaris/5.00404/CORE -Wall -Wno-comment
> -DDBI_NO_T
> HREADS Perl.c
> make: gcc: Command not found
> make: *** [Perl.o] Error 127

You're perl was built with gcc, and either you don't have gcc installed,
or its not in your PATH (which can happen when a precompiled binary
version of perl is installed on your system).

Best solution is probably to get gcc and rebuild perl (5.004
is kind of old anyway) and then make DBI.

HTH,
-Douglas Wilson

Reply via email to