Jeff wrote:

> bash$ CC="gcc" LDFLAGS="-L/usr/freeware/lib" ./configure
> --prefix=/usr/freeware

> loading cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc  -L/usr/freeware/lib) works... yes
> checking whether the C compiler (gcc  -L/usr/freeware/lib) is a
> cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking host system type... mips-sgi-irix6.5
> checking how to run the C preprocessor... gcc -E
> checking for ranlib... :
> checking for a BSD compatible install... /usr/freeware/bin/install -c
> checking for ar... ar
> checking for perl... /usr/sbin/perl
> checking for ent... no
> checking for inline... inline
> configure: warning: *** Irix 6.x is not tested, please report you
> experiences ***
> checking for deflate in -lz... no
> configure: error: *** zlib missing - please install first ***
> bash$ whereis libz
> libz: /usr/lib/libz.so /usr/lib/libz.a /usr/lib32/libz.so
> /usr/lib32/libz.a /usr/local/lib/libz.so /usr/local/lib/libz.a
> /usr/freeware/lib/libz.so /usr/freeware/lib/libz.a
> bash$ pwd
> /usr/people/jeff/openssh-2.1.0p2

I got it to configure and compile , changed configure file to

*-*-irix6*)
 CFLAGS="$CFLAGS -I/usr/freeware/include"
 LDFLAGS="$LDFLAGS -L/usr/lib32"
 MANTYPE='$(CATMAN)'
 echo "configure: warning: *** Irix 6.x is not tested, please report you

and added /usr/etc to the path so it could find netstat , ifconfig etc.

It seams to work ok but there were a few warnings in the compiler out put
if you want to see them I can send it

Thanks
Jeff

Reply via email to