Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

/bin/sh: cc: not found

Status
Not open for further replies.

bcre3306

MIS
May 7, 2002
45
US
I'm trying to do a make on DBD:Oracle and this is the error I'm getting. I know what the error means but I can't figure out why I'm getting it. I have gnu.gcc 3.0.1.0 installed but I'm still getting this error. Any ideas? It's a H70 RS/6000 running 4.3.2.0
Thanks
 
you either need to change the CC in the Makefile to gcc or create a sym link from gcc to cc
 
figured that out now here's the error I get:
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/opt/perl5/lib/5.00503/aix -I/usr/opt/perl5/lib/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/basics............Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI: dlopen: blib/arch/auto/DBI/DBI.so: No such file or directory at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm line 169.

at blib/lib/DBI.pm line 189
BEGIN failed--compilation aborted at blib/lib/DBI.pm line 189.
BEGIN failed--compilation aborted at t/basics.t line 17.
dubious
 
I have gone throught this problem before and it took me awhile to track down the answer. I did have it documented, however, I was downsized and no longer have access to the info and since it was from last November I don't recall the solution. If I think of it I will post the answer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top