From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrille Chepelov Subject: Re: reiser4 snapshot Date: Tue, 12 Aug 2003 10:02:12 +0200 Message-ID: <20030812080212.GA23206@chepelov.org> References: <16183.48363.884605.564937@laputa.namesys.com> <20030812060542.GA5363@namesys.com> <20030812072220.GA29079@chepelov.org> <1060673517.21149.7.camel@haron.namesys.com> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com Content-Disposition: inline In-Reply-To: <1060673517.21149.7.camel@haron.namesys.com> List-Id: Content-Type: text/plain; charset="iso-8859-1" To: Yury Umanets Cc: Oleg Drokin , reiserfs-list@namesys.com Le Tue, Aug 12, 2003, =E0 11:31:57AM +0400, Yury Umanets a =E9crit: > > I have a problem: reiserfs4progs doesn't seem to pay attention to the > > --prefix when it comes to locating libaal. >=20 > --prefix is not the prefix libraries are looked at. It is the prefix of > where package libraries and includes will be installed. yes, of course. However, you saw that it's not the only problem. > > When I force it a little by prepending the call to > > ./configure with suitable CFLAGS and LDFLAGS, it goes past locating lib= aal, > > but chokes on locating . > This will be fixed. Thanks. temporary cure is to specify CFLAGS durring > make: >=20 > make CFLAGS=3D"-I/scratch/riesling/reiser4-inst/include/aal" can't be done, as there is no Makefile until configure completes -- and it can't complete as it doesnt pay attention to things like CFLAGS=3D"-I/.../include" ./configure=20 I got past that, though. Another little glitch is that the configure.in explicitly checks for 0.4.8 while the provided libaal is 0.4.9. No biggie, just requires modifying the configure.in and re-running autoconf (you might want to add a check against that condition in your pre-upload QA scripts). -- Cyrille --=20