Re: module name on mac os x

2010-04-21 Thread Peter O'Gorman
On 04/22/2010 12:01 AM, Vincent Torri wrote: > > > On Wed, 21 Apr 2010, Peter O'Gorman wrote: > >> On 04/21/2010 04:00 PM, Vincent Torri wrote: >>> >>> Hey, >>> >>> A guy mentioned that problem: on mac os x, a "standard" shared lib has >>> suffix name .dylib: >>> >>> lib_LTLIBRARIES = libfoo.la

Re: module name on mac os x

2010-04-21 Thread Vincent Torri
On Wed, 21 Apr 2010, Peter O'Gorman wrote: On 04/21/2010 04:00 PM, Vincent Torri wrote: 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_LDFLA

Re: module name on mac os x

2010-04-21 Thread Peter O'Gorman
On 04/21/2010 04:00 PM, Vincent Torri wrote: > > 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-versi

module name on mac os x

2010-04-21 Thread Vincent Torri
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 behav