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 ld: fatal: Symbol referencing errors. No output written to pcp collect2: ld returned 1 exit status make[3]: *** [pcp] Error 1 make[3]: Leaving directory `/space/home/mhagerty/src/sqwebmail-3.2.0/pcp' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/space/home/mhagerty/src/sqwebmail-3.2.0/pcp' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/space/home/mhagerty/src/sqwebmail-3.2.0/pcp' make: *** [all-recursive] Error 1 Sam Varshavchik wrote: > > mike hagerty writes: > > > Has anyone build this on solaris yet. > > I cannot get it to build. > > Some wise person has made a struct with the same name as the getpw in > > stdlib.h > > > > any ideas on why this would only be a problem on solaris??? > > Because only Solaris defines this function? > > It's no big deal to rename this static func... > > -- > Sam > > ------------------------------------------------------------------------ > Name: solaris.patch.txt > solaris.patch.txt Type: Plain Text (text/plain) > Encoding: 7bit -- Mike Hagerty Prairie iNet www.prairieinet.net [EMAIL PROTECTED]
