On Fri, Mar 14, 2008 at 11:35 AM, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> Ok. (Btw, make sure you have no typos. It should be a lower-case l here,
> not an upper-case I.)
>
> It seems that options without -Wc or -Wl are passed to both compiler and
> linker. So probably you can do the f
Alexander Southgate schrieb:
> Actually, this line needed an extra space after -WI,". Then it builds
> all 3 archs properly:
>
> LDFLAGS=-Wl," -arch x86_64 -arch ppc -arch i386"
>
> Still, it seems to work without specifying -WI at all.
Ok. (Btw, make sure you have no typos. It should be a lowe
Actually, this line needed an extra space after -WI,". Then it builds
all 3 archs properly:
LDFLAGS=-Wl," -arch x86_64 -arch ppc -arch i386"
Still, it seems to work without specifying -WI at all.
On Fri, Mar 14, 2008 at 10:27 AM, Alexander Southgate
<[EMAIL PROTECTED]> wrote:
> On Fri, Mar 14,
On Fri, Mar 14, 2008 at 6:32 AM, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> Can you check whether it is possible to replace the line
>
> CFLAGS=-Wc,"-arch x86_64" -Wc,"-arch ppc" -Wc,"-arch i386"
> with the following (I guess yes):
> CFLAGS=-Wc,"-arch x86_64 -arch ppc -arch i386"
Yes this
Mark Phillips schrieb:
> I have not been following this thread so I may be way off base on
> this. Still, I am reasonably adept with Mac OS X. If you have the
> time to assemble the task, I will run the process for you on an Intel
> Mac and share the results. If I run into osx specific issues
On Mar 14, 2008, at 6:32 AM, Christoph Zwerschke wrote:
> Thanks. I'd like to create a Makefile that can create universal
> binaries, but unfortunately, I have no Mac to test.
Christoph,
I have not been following this thread so I may be way off base on
this. Still, I am reasonably adept with
Alexander Southgate schrieb:
> I'm not entirely clear on the details but my universal binary apache
> couldn't load up this module. All the other modules were universal
> binaries so after a bit of research I found the necessary flags to
> compile mod_webkit as a universal binary (compiling as jus