[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: DESTDIR install broken

From: Ted Irons <ironst_at_nemesis.tucson.saic.com>
Date: 2003-08-01 02:37:53 CEST

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
Received on Fri Aug 1 03:48:55 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.