mike hagerty writes: > Thanks for the info Sam, > but I tried that first before I posted to the list and I get a wierd > error below. > I cannot find any other reference to getpw in any of the other src > files, > any ideas??? > > > gcc -I.. -I./.. -Wall -g -O2 -o pcp pcp.o libpcp.a > ../rfc2045/librfc2045.a ../rfc822/librfc822.a ../unicode/libunicode.a > ../numlib/libnumlib.a ./intl/libintl.a > Undefined first referenced > symbol in file > socket pcp.o > connect pcp.o
For now, set the environment variable LDADD="-lsocket -lnsl" before running the configure script. -- Sam
