Re: need a little help

2003-09-27 Thread Warren Turkal
Dmitry V. Zhulanov wrote: > Hello, all! > > I'm developing big project, which contain some shared libraries. Its > libs must be installed before any build or tests of main distr. Which > variables should I use to setup this limitation? Why must the libs be installed first? If this really is the

Re: need a little help

2003-09-26 Thread Dmitry V. Zhulanov
On Fri, Sep 26, 2003 at 04:20:32PM +0200, Magnus Therning wrote: > Hi, > > Do they _really_ have to be installed, or would it be OK to use libtool > to create scripts to create the scripts so that the programs can be run > from the place where they are compiled? I think script would be more conven

need a little help

2003-09-26 Thread Dmitry V. Zhulanov
Hello, all! I'm developing big project, which contain some shared libraries. Its libs must be installed before any build or tests of main distr. Which variables should I use to setup this limitation? Thanks, e.