You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ted Irons <ir...@nemesis.tucson.saic.com> on 2003/08/01 00:37:53 UTC

Re: DESTDIR install broken


Jack Repenning wrote:
> At 2:45 PM -0700 7/31/03, Ted Irons wrote:
> 
>> Karl -
>>
>> For subversion-0.26.0, I did
>>   tar xvzf subversion-0.26.0.tar.gz
>>   cd subversion-0.26.0
>>   mv neon neon.1
>>   mv apr apr.1
>>   mv apr-util apr-util.1
>>   ./configure --prefix=/swl/opt/ix86-linux\
>>       --with-apxs=/swl/opt/ix86-linux/sbin/apxs
>>   make
>>   make install DESTDIR=/swl/opt/ix86-linux/encap/subversion-0.26.0
> 
> 
> Why not
> 
> ...
> ./configure --prefix=/swl/opt/ix86-linux/encap/subversion-0.26.0 ...
> ...
> make install
> 
> ?
> 
Incidentally this kind of build works.

But what we want is for executables and libraries
to have '/swl/opt/ix86-linux' hardcoded as the path
where executables look for libraries, and
libraries search for interlibrary dependencies.

We are using the Encap Package Management System
(see http://www.encap.org).

> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org