In article <hoepfner.694550968@heawk1> hoepfner@heawk1.gsfc.nasa.gov (Patrick Hoepfner) writes:
> The problem, one of our local gurus discovered was the flags in the
>Makefile. The fix simply involved modifying the CFLAGS line by taking out
>the -DBIND43 part. SunOS doesn't seam to like the BSD 4.3 binding.
I have bind43 in my cflags line. The problem is you need the resolv
library. Add -lresolv to the LIBS.
CFLAGS = -O2 -DHAVE_VSPRINTF -DBIND43
LIBES = -lresolv
The above works for me at 4.1.1.
-- Chad Adams __ Educational Computing Network Systems Programmer / ) / / University Park, IL USA 1-708-534-0200 / /_ __, __/ ECN, networking in IL since 1975 xcea@uxa.ecn.bgu.edu (__/ / /_/_/_(_/_ "Wherever you go, there we are."
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:06:33 CDT