Problems compiling 2.1.0 with IRIX 5.3

Andreas.Stoll@mch.sbs.de
Fri, 14 Jun 1996 11:27:27 +0200

We had no problems, compiling scotty 2.0.2, tkined 1.3.4 under IRIX 5.3
but with scotty 2.1.0 IRIX-cc :
============================================================
$ ./configure --exec-prefix=/usr/local -prefix=/usr/local
creating cache ./config.cache
checking how to run the C preprocessor... cc -E
checking for a BSD compatible install... ./install-sh -c
checking whether cross-compiling... no
checking size of long... 4
checking for rpcgen... rpcgen
checking for tclsh... /usr/local/bin/tclsh
checking for tclConfig.sh in /usr/local/lib... yes
checking for tcl version... 7.5
checking for wish... /usr/local/bin/wish
checking for tkConfig.sh in /usr/local/lib... yes
checking for tk version... 4.1
checking for connect... yes
checking for gethostbyname... yes
checking for -lnsl... yes
checking for -lsocket... yes
checking for -lnsl... yes
checking for -lieee... no
checking for -lrpc... no
checking for -lrpcsvc... yes
checking for res_mkquery... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for malloc.h... yes
checking for sys/select.h... yes
checking for gethostent... yes
checking for getnetent... yes
checking for getprotoent... yes
checking for getservent... yes
checking for getrpcent... yes
checking for struct rpcent... yes
checking for multicast support... yes
checking whether byte ordering is bigendian... yes
checking for -lsun... yes
checking for getmntent... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h

$ make
ld -shared -rdata_shared -o tnm.so -lsun -lsocket -lnsl -lrpcsvc
/usr/lib/ld:
The shared object /usr/lib/libsocket.so did not resolve any symbols.
You may want to remove it from your link line.
The shared object /usr/lib/libnsl.so did not resolve any symbols.
You may want to remove it from your link line.
Error: No object file linked
*** Error code 1 (bu21)
============================================================

thanks in advance for all responses

Andreas Stoll