Re: [Lurker-users] Configure Problem - c-client
Brought to you by:
terpstra
|
From: Wesley W. T. <we...@te...> - 2002-08-11 16:08:10
|
Firstly, sorry for the horribly latent reply! I was backpacking around Europe and as there are no other developers for the stuff you were talking about, no answer... :-) On Wed, Jul 31, 2002 at 04:40:34PM -0700, Jason Newquist wrote: > I am attempting to configure under Yellow Dog Linux 2.1 on a Mac G3. Cool. As far as I know, this should work. > I have installed all the dependency software, including UW > c-client. Here's what I have done to install it (reformatted for > line breaks): >=20 > [jason@phoenix imap-2002.RC2]# cd c-client > [jason@phoenix c-client]# cp c-client.a /usr/local/lib > [jason@phoenix c-client]# cp rfc822.h mail.h linkage.h > /usr/local/include Firstly, it should be called libc-client.a (I know, their package is annoying). > Here's the configure command I am using (reformatted): >=20 > [jason@phoenix lurker-0.1c]# ./configure > --with-urldir=3D"/nobilis/lurker" > --with-wwwdir=3D/www/nobilis/lurker > --with-stdir=3D/usr/lib > --with-cclientdir=3D/usr/local/include And this should be --with-cclientdir=3D/usr/local (it will use /include and /lib by default) > And here's what happens: >=20 > [lots of success messages] > checking for the c-client library... no > configure: error: This requires libc-client to build Yup. Try the above and it should work. --=20 Wesley W. Terpstra <we...@te...> |