Re: OS X is not (should not be) so different
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: OS X is not (should not be) so different
- From: "Ken Smith" <kgsmith@...>
- Date: Tue, 3 Apr 2007 13:34:05 -0700
On 4/3/07, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
The question now was: how does one build a .so for Mac OS X in this case?
gcc -shared does not work.
You may need to build a .dylib.
gcc -dynamiclib
May I also suggest that the macosx build create universal binaries?
gcc -arch i386 -arch ppc
Ken Smith