Can your C compiler do small test programs? e.g.:

#include <stdio.h>
main() {
   printf("hello world");
}

If not, then the problem is with your compiler and you'll need to get
that straightened out.

--
Gregor Mosheh
[EMAIL PROTECTED]
Systems Admin, Humboldt Internet
707.825.4638


On Thu, 27 Jul 2000, Scott D. Allen wrote:

> I'm having problems getting openssh-2.1.1p4 installed on my HP-UX 10.20
> server. I installed zlib-1.1.3 and openssl-0.9.5a and then went to install
> openssh, but the configure came up with:
> 
> "loading cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... no
> configure: error: installation or configuration problem: C compiler cannot
> create executables."
> 
> So, I checked the openssh archives and found some references to setting
> CFLAGS and LDFLAGS (which I set). I retried with the same results. I also
> set LIBS="-lRSAref -lRSAglue" and still same result.
> 
> Suggestions? Anyone seen this sort of problem before (I'm sure).
> 
> TIA.
> 
> --Scott
> 

Reply via email to