Date: Thu, 26 Feb 2004 17:25:08 -0600 From: Bob Willcox <bob@immure.com> To: Adriaan de Groot <adridg@cs.kun.nl> Cc: freebsd-amd64@freebsd.org Subject: Re: Need help compiling Apache APR on AMD64 Message-ID: <20040226232508.GQ25044@luke.immure.com> In-Reply-To: <200402270018.07731.adridg@cs.kun.nl> References: <20040226225532.GA70004@crodrigues.org> <200402270018.07731.adridg@cs.kun.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 27, 2004 at 12:17:59AM +0100, Adriaan de Groot wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thursday 26 February 2004 23:55, Craig Rodrigues wrote: > > Can someone do the following: > > cd apr > > ./buildconf > > ./configure > > gmake > > and tell me if this builds properly on AMD64? > > Naively? No. > > beans.ebn.kun.nl$./buildconf > buildconf: checking installation... > buildconf: autoconf version 2.53 (ok) > buildconf: libtool version 1.5a (ok) > libtoolize not found in path > > Less naively? No. I've got libtools 1.[345] installed, but no libtool.m4 > anywhere, and buildconf complains about it. But Bob points out it builds for > him, so it must come from somewhere. I wound up creating a symlink for libtoolize to libtoolize14. As a matter of fact, I had to create a symlink for three libtool related files to get the buildconf step to run: in /usr/local/bin: lrwxr-xr-x 1 root wheel 9 Feb 26 17:01 libtool -> libtool14 lrwxr-xr-x 1 root wheel 12 Feb 26 17:02 libtoolize -> libtoolize14 and in /usr/local/share/aclocal: lrwxr-xr-x 1 root wheel 12 Feb 26 17:02 libtool.m4 -> libtool14.m4 Guess I should have mentioned this in my first reply. Bob > > - -- > pub 1024D/FEA2A3FE 2002-06-18 Adriaan de Groot <groot@kde.org> > Would you like a freem? > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (FreeBSD) > > iD8DBQFAPn6vdqzuAf6io/4RAt2SAJ0YBqKmzjSPz4ZRaJAfAn+a5QquNQCfV9eA > CxaYLh3FRGbNS9oAApDJrxw= > =2oro > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" -- Bob Willcox Just remember, wherever you go, there you are. bob@immure.com -- Buckeroo Banzai Austin, TX
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040226232508.GQ25044>