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
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
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
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
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
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