Re: Developing against $HOME/lib libraries and LD_LIBRARY_PATH

2017-11-16 Thread Nick Bowler
On 11/16/17, Paul "LeoNerd" Evans wrote: > I'm developing two different C libraries; lets just call them A and B. > A is fairly standalone, and B depends on A. [...] > But now suppose I have a possible change I want to make that needs > edits in both libraries. I don't want to build a new system p

Developing against $HOME/lib libraries and LD_LIBRARY_PATH

2017-11-16 Thread Paul "LeoNerd" Evans
Hi all, I've come up against an awkward situation using libtool, and I wonder if I could ask for some advice on what I'm probably doing wrong here. I'm developing two different C libraries; lets just call them A and B. A is fairly standalone, and B depends on A. Using libtool, I can develop on A