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


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to