Hi Cindy

> cc -c    -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8
> -D_TS_ERRNO -xO3 -xspace -xildoff    -DVERSION=\"1.48\"
> -DXS_VERSION=\"1.48\" -KPIC
> "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE"  -DDBI_NO_THREADS
> Perl.c
> 
> sh: cc: not found

This is saying your shell, sh, has tried to run the C compiler, cc, but
cc was not found.

There are various possibilities:

o cc is installed but not on the $PATH

o cc is not installed

For a fuller discussion, search this list's archives. This topic has
arisen /many/ times.

PS
I'm sorry about Martin's fake response.

-- 
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html


Reply via email to