libtool
[Top][All Lists]
Advanced

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

module name on mac os x


From: Vincent Torri
Subject: module name on mac os x
Date: Wed, 21 Apr 2010 23:00:45 +0200 (CEST)


Hey,

A guy mentioned that problem: on mac os x, a "standard" shared lib has suffix name .dylib:

lib_LTLIBRARIES = libfoo.la  --> libfoo.dylib

but with a "module":

pkg_LTLIBRARIES = bar.la
bar_la_LDFLAGS = -module -avoid-version

then the name is bar.so and not bar.dylib

Is it a known behavior ? If so, is it a bug ?

thank you

Vincent Torri




reply via email to

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