Bug 3931 - need to add darwin (MAC OS X) in examples/VFS/configure.in
Summary: need to add darwin (MAC OS X) in examples/VFS/configure.in
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Config Files (show other bugs)
Version: 3.0.23
Hardware: PPC Mac OS X
: P3 normal
Target Milestone: none
Assignee: James Peach
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-13 17:04 UTC by SAM SHARMA
Modified: 2006-11-23 00:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SAM SHARMA 2006-07-13 17:04:01 UTC
Hi

I am trying to compile the SAMBA VFS module on MAX OSX system. I noticed that the dynamic library file extention '.so' is used instead of '.dylib'. The samba server expect it to be dylib extention.

The configuration info is missing the configure.in (approximate line no 312) file for darwin:  

>         *darwin*)
>             BLDSHARED="true"
>             LDSHFLAGS="-bundle -flat_namespace -undefined suppress"
>             SHLIBEXT="dylib"
>             ;;
Comment 1 James Peach 2006-11-23 00:44:36 UTC
Fixed in SVN revision 19852.