Sol7 Compilation Woes (progress)
From: David Rieger (drieger_at_olac.berkeley.edu)
Date: 07/17/03
- Previous message: David Rieger: "Compilation Woes (2.7)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 17 Jul 2003 14:01:23 -0700 To: sunmanagers@sunmanagers.org
Howdy Folks, thanks again for allowing me to land in your inbox.
I have made some changes derived from the responses I have received (I will
summarize at the successful conclusion of this installment of "how I was
driven crazy by a machine yet saved by the goodwill of others"):
What you will see in my config.log file now is the ./configure process is
indeed using the CC compiler (path and env variable are properly set):
But now it is not finding cpp:
....[snipped]....
configure:1397: checking whether the C compiler (cc -g ) works
configure:1413: cc -o conftest -g conftest.c 1>&5
ucbcc: Cannot find /usr/ccs/lib/cpp
configure: failed program was:
#line 1408 "configure"
#include "confdefs.h"
main(){return(0);}
(eof)
####
cpp does exist but not at /usr/ccs/lib, it exists at /usr/local/bin -
should I just move it? Or is there something else at work?
Thank you & Yours,
david
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
- Previous message: David Rieger: "Compilation Woes (2.7)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|