+---------- On Jan 3, Ramin Naimi said: > I'm trying to compile the source under SunOS (sparc) and I get the following > error where in dns.c the _h_errno has been referenced and not resolved by > link time. Does anyone know what I need to do to make the source compile > under SunOS?
I don't know what you need to do, but perhaps this will help: The h_errno symbol is how gethostbyname (and related functions) return an error code. It ought to be either #defined in netdb.h, or defined in the same library as gethostbyname. > gcc tclstub76.o stamp.o adp.o adpfancy.o auth.o binder.o cache.o > callbacks.o c6 This gcc command is seriously broken. Did you misquote it?
