There was a very good explanation of this in the win32-server list some time ago, as a matter of fact a step by step set of instructions that one of the other developers managed to write up. Does the archive for that list still exist? I'll check my machine to see if it was on a disk that wasn't fried as one of the win32 lists was on my server.
Jim Powell AV-8B Weapons Integration Group EER Systems, Inc (760)939-9089 mailto:[EMAIL PROTECTED] > -----Original Message----- > From: Mike Prince [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 06, 2003 1:56 PM > To: [EMAIL PROTECTED] > Subject: RE: [JDEV] Building under cygwin, -lpth > > Building on Jonathans advice... > > Copy jabber-1.4.2.tar.gz into your working directory, then... > > tar xvzf jabber-1.4.2.tar.gz > cd jabber-1.4.2 > cygwin/setup.sh > cd jabberd/pth-1.4.0 > ./configure > make > make install > ln -s /usr/local/lib/libpth.a /lib/libpth.a > cd ../.. > ./configure > make > > NOTES: > - Be sure to use gzip or tar to uncompress the tarball, using Winzip > will cause compile errors (thanks Jason Prentice) > - Make sure to link libpth.a after building > > Hope this helps, > > Mike > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > > Behalf Of Jonathan H Lundquist > > Sent: Monday, December 30, 2002 9:56 AM > > To: [EMAIL PROTECTED] > > Subject: RE: [JDEV] Building under cygwin, -lpth > > > > > > I found an answer to the -lpth build error. As I said > > previously this has been asked many times on the list by > > others without a satisfactory answer, so even though it turns > > out to be deceptively simple, I thought I'd post it: > > > > ln -s /usr/local/lib/libpth.a /lib/libpth.a > > > > _______________________________________________ > > jdev mailing list > > [EMAIL PROTECTED] > > http://mailman.jabber.org/listinfo/jdev > > > > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
