Re: multiple libraries with inter-dependencies and relinking with DESTDIR

2008-01-10 Thread Mike Frysinger
On Thursday 10 January 2008, Ralf Wildenhues wrote: > * Mike Frysinger wrote on Thu, Jan 10, 2008 at 08:29:29PM CET: > > On Thursday 10 January 2008, Ralf Wildenhues wrote: > > > * Mike Frysinger wrote on Mon, Dec 31, 2007 at 09:52:36PM CET: > > > > when doing `make install DESTDIR=/some/place`, th

Re: multiple libraries with inter-dependencies and relinking with DESTDIR

2008-01-10 Thread Ralf Wildenhues
* Mike Frysinger wrote on Thu, Jan 10, 2008 at 08:29:29PM CET: > On Thursday 10 January 2008, Ralf Wildenhues wrote: > > * Mike Frysinger wrote on Mon, Dec 31, 2007 at 09:52:36PM CET: > > > when doing `make install DESTDIR=/some/place`, the relinking is fine for > > > libone.la. but when relinking

Re: multiple libraries with inter-dependencies and relinking with DESTDIR

2008-01-10 Thread Mike Frysinger
On Thursday 10 January 2008, Ralf Wildenhues wrote: > Hello Mike, > > * Mike Frysinger wrote on Mon, Dec 31, 2007 at 09:52:36PM CET: > > archives seem to indicate this has always been an issue, and while it's > > been getting better over time, it hasnt really been considered "fully > > fixed". what

Re: multiple libraries with inter-dependencies and relinking with DESTDIR

2008-01-10 Thread Ralf Wildenhues
Hello Mike, * Mike Frysinger wrote on Mon, Dec 31, 2007 at 09:52:36PM CET: > archives seem to indicate this has always been an issue, and while it's been > getting better over time, it hasnt really been considered "fully fixed". > what i'm looking at here is: > src/one/libone.la: > SOURCE

multiple libraries with inter-dependencies and relinking with DESTDIR

2007-12-31 Thread Mike Frysinger
archives seem to indicate this has always been an issue, and while it's been getting better over time, it hasnt really been considered "fully fixed". what i'm looking at here is: src/one/libone.la: SOURCES = some files src/two/libtwo.la: SOURCES = some files LDFLAGS = ../