lib installation

2001-09-10 Thread Fausto Sanchez
Hi, I'm trying to setup a process where when I run a make for any given library, it should build the .a or .so and install it. Instead of doing a make install after the build has taken place. Is there a way to do this? My dilema, is that developers are trying to populate a lib directory with a

ldconfig error

2001-09-20 Thread Fausto Sanchez
Hi, I was wondering if anybody can tell me whether ldconfig is linux only or does it also exist on Solaris. Everytime we build a library we get the error: chmod 644 /auto/repygb/fas/vegas/QT/VegasSW/build/gdb.sup1/isan/lib/libtimer.a PATH="$PATH:/sbin" ldconfig -n /auto/repygb/fas/vegas/QT/Vega

Re: lib installation

2001-09-11 Thread Fausto Sanchez
austo.. At 02:27 AM 9/11/2001 +0200, Peter Eisentraut wrote: >Fausto Sanchez writes: > > > I'm trying to setup a process where when I run a make for any given > library, it > > should build the .a or .so and install it. Instead of doing a make install > > after the

library generation

2001-10-24 Thread Fausto Sanchez
Hi, By default libtool creates the following in the install area. -rw-r--r--1 fas eng113184 Oct 22 19:12 libvsan.a -rwxr-xr-x1 fas eng 1049 Oct 22 19:12 libvsan.la lrwxrwxrwx1 fas eng16 Oct 22 19:12 libvsan.so -> libvsan.so.0.0.0 lrwxrwxrw

libtool path search

2001-11-30 Thread Fausto Sanchez
Hi, I'm getting a warning when I try to use the glib library with libtool. The glib library is not installed in the normal place /usr/lib. However, I do add the -L to the place where the library resides. The compile and like take place, but the warning is still there. How do I specify not to l

rpath change

2001-12-15 Thread Fausto Sanchez
Hi, We use libtool to compile a library that links with glib. The library glib is not located in the default area( /usr/lib ), but we used the -L tol let libtool know where glib lives. Libtool manages to find the library, but displays this warning: libtool: link: warning: 'library /auto/syssof