Re: linking against libraries which a not in the local directory

2009-01-13 Thread gromeck
Hi, On Tue, 13 Jan 2009 08:09:00 +0100, Ralf Wildenhues wrote: > Hello, > > * gromeck wrote on Mon, Jan 12, 2009 at 12:05:44PM CET: >> >>src/ >>src/dirA/ holds lib A and program A >>src/dirB/ holds lib B and program B >> >> Both, program A and B have to linked against lib A and B!

Re: linking against libraries which a not in the local directory

2009-01-12 Thread Ralf Wildenhues
Hello, * gromeck wrote on Mon, Jan 12, 2009 at 12:05:44PM CET: > >src/ >src/dirA/ holds lib A and program A >src/dirB/ holds lib B and program B > > Both, program A and B have to linked against lib A and B! > Yes, I know that this is not a good layout but I have > currently no othe

linking against libraries which a not in the local directory

2009-01-12 Thread gromeck
Hi to all, I have a problem building with automake in the following directory layout: src/ src/dirA/ holds lib A and program A src/dirB/ holds lib B and program B Both, program A and B have to linked against lib A and B! Yes, I know that this is not a good layout but I have currently