On our HP-UX v11.0, /usr/bin/cc is a soft link to /opt/ansic/bin/cc, and
is first in the $PATH. configure was happy with that. /usr/ccs/bin/cc is
a soft link to /usr/ccs/bin/cc_bundled, which is probably pretty lame.

See which is in your path with:

ksh: whence cc
bash: type cc
(t)csh: which cc

Once you find out which it is, do an "ll </something/bin/cc>" to see if
it's a soft link to something else.

Also, as a previous poster mentioned, the latest ssh1 is 1.2.27.

On Thu, Oct 07, 1999 at 09:11:48AM -0500, Ben Segbawu wrote:
> 
> I tried to install  1.26 and I keep on getting the following error
>  ./configure; make
> creating cache ./config.cache
> checking host system type... hppa1.0-hp-hpux10.20
> checking cached information... ok
> checking for gcc... no
> checking for cc... cc
> checking whether the C compiler (cc  ) works... yes
> checking whether the C compiler (cc  ) is a cross-compiler... yes
> checking whether we are using GNU C... no
> checking for POSIXized ISC... no
> checking for HPUX tcb auth option... no
> checking for keyserv... yes
> checking that the compiler works... configure: error: Could not compile and
> run
> even a trivial ANSI C program - check CC.
> Make: No arguments or description file.  Stop.
> 
> I do have c compiler installed if i do a whereis this is what I get
>  whereis cc
> cc: /usr/bin/cc /usr/ccs/bin/cc /opt/ansic/bin/cc
> /opt/ansic/share/man/man1.Z/cc
> .1

Cheers,
-- 
Bob McClure, Jr.            | Is "There is no objective truth."
Bobcat Open Systems, Inc.   |  an objective truth?
[EMAIL PROTECTED] |

Reply via email to