[JDEV] Building under cygwin, -lpth

Powell, Jim (EER) PowellJF at navair.navy.mil
Mon Jan 6 16:15:39 CST 2003


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:powelljf at navair.navy.mil


> -----Original Message-----
> From: Mike Prince [mailto:mike at mikeprince.com]
> Sent: Monday, January 06, 2003 1:56 PM
> To: jdev at jabber.org
> 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: jdev-admin at jabber.org [mailto:jdev-admin at jabber.org] On
> > Behalf Of Jonathan H Lundquist
> > Sent: Monday, December 30, 2002 9:56 AM
> > To: jdev at jabber.org
> > 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
> > jdev at jabber.org
> > http://mailman.jabber.org/listinfo/jdev
> >
> 
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev



More information about the JDev mailing list