Re: Shared library for Mac(Mach-O) /w LW
Jong-won Choi <jc-xSFJPxfsWWz7Za/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
First of all the convention in the Makefile is wrong - '.dylib' for shared libraries and '.so' for loadable modules. And LW Mac seems to support only shared library. I think it is reasonable providing both shared library and loadable module. Cheers Jong-won Kevin Rosenberg wrote: >Jong-won Choi wrote: > > >>To run CLSQL with LW Mac, following two lines in clsql/uffi/make.sh >> >> > >How do you changes affect the operation of CLSQL with openmcl and sbcl >on Mac OS X? I've tested CLSQL with those two platforms and the >current make.sh works fine with them. > >Thanks, > >Kevin > >