I am trying to configure GNU Make on a Sun Solaris box.
The make program is in /usr/ucb
The configure script finds it but sets ac_prog_rejected = yes which causes
the abort with
the message configure: error: no acceptable cc found in $PATH
The ksh -x trace is shown below.
Why is the /usr/ucb/make unacceptable?
How do I get around this?
Thanks
+ test -z /usr/ucb
+ echo checking for cc in /usr/ucb
+ 1>& 5
+ test -f /usr/ucb/cc
+ test /usr/ucb/cc = /usr/ucb/cc
+ ac_prog_rejected=yes
+ continue
+ test yes = yes
+ set dummy
+ shift
+ test 0 -gt 0
+ CC=
+ test -n
+ echo no
+ 1>& 6
no
+ test -z
+ uname -s
+ test -z
+ echo configure: error: no acceptable cc found in $PATH
+ 1>& 2
configure: error: no acceptable cc found in $PATH
+ exit 1
Dennis Kowalski
Consulting Analyst
eCommerce Solutions
NCR Corp
VP 622-1843
Phone 937-445-1843
FAX 937-445-6695
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make