Re: Having problems running make on scotty

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Wed, 19 Jun 1996 21:38:21 +0200

SpectroGRAPH Operator <indrajit.ghosh@citicorp.com> wrote:

Running make bombs out every time with the following error msg:

ld: /lib/libresolv.a(gethostnamadr.o): can't mix pic and PIC .o

You have to recompile the resolver library with -fPIC instead of -fpic
(assuming you are running SunOS, right?). See one of the previous
messages on this list for more details.

Juergen