libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

library generation


From: Fausto Sanchez
Subject: library generation
Date: Wed, 24 Oct 2001 15:25:38 -0700

Hi,

By default libtool creates the following in the install area.

-rw-r--r--    1 fas      eng        113184 Oct 22 19:12 libvsan.a
-rwxr-xr-x    1 fas      eng          1049 Oct 22 19:12 libvsan.la
lrwxrwxrwx 1 fas eng 16 Oct 22 19:12 libvsan.so -> libvsan.so.0.0.0 lrwxrwxrwx 1 fas eng 16 Oct 22 19:12 libvsan.so.0 -> libvsan.so.0.0.0
-rwxr-xr-x    1 fas      eng         80762 Oct 22 19:12 libvsan.so.0.0.0

Is there a way to tell libtool to just create the shared object when installing, so the output
will be a single library example:

-rwxr-xr-x    1 fas      eng         80762 Oct 22 19:12 libvsan.so

Thanks,
fausto..




reply via email to

[Prev in Thread] Current Thread [Next in Thread]