[Mod_gzip] mod_gzip on Mac OS X

Tom Wiebe Lists mod_gzip@lists.over.net
Mon, 19 May 2003 16:57:17 -0700


Thanks, if only they all were so simple. This unix thing might just 
catch on yet. :-)

One thing I don't understand and haven't been able to find any 
definitive guide for is all the compiler instructions at the start of 
the call. I'm guessing that they're probably optimized for x86 
architecture, given that's what most people will be using.

I'm sure this is likely beyond the scope of this list, but would anyone 
like to comment on what these commands actually do and if there's 
anything different I might wish to do when compiling on a G4? Any magic 
switches to enable altivec processing?

Tom

On Monday, May 19, 2003, at 12:24 PM, Peter J. Cranstone wrote:

> Tom,
>
> Nice work on the fix... make sure all your customers web sites are 
> running
> it as well. It will make all your hard work look really good.
>
> Regards,
>
>
> Peter
>
> -----Original Message-----
> From: mod_gzip-admin@lists.over.net 
> [mailto:mod_gzip-admin@lists.over.net]
> On Behalf Of Tom Wiebe Lists
> Sent: Monday, May 19, 2003 1:05 PM
> To: mod_gzip@lists.over.net
>
> Hi all,
>
> Just wanted to get this into the general archive for anyone looking.
> Mod_Gzip fails when compiling with the included Makefile on Mac OS X
> 10.2.6. The fix, however, is simple. Change the build line from:
>
> $(APXS) -Wc,-Wall,-O3,-fomit-frame-pointer,-pipe -c mod_gzip.c
> mod_gzip_debug.c mod_gzip_compress.c -o mod_gzip.so
>
> to:
>
> $(APXS) -Wc,-Wall,-O3,-fomit-frame-pointer,-pipe -c mod_gzip.c
> mod_gzip_debug.c mod_gzip_compress.c
>
> Specifying the module name causes the process to spit up on itself,
> leave it off and everything works just as it should. I have no idea
> why, my knowledge of the whole build process is such that I probably
> shouldn't be using it myself, let alone disseminating my knowledge to a
> wider audience.
>
> I'm just glad it works, this'll save us a bundle in bandwidth charges.
> Yipee!!
>
> Tom Wiebe
>
> _______________________________________________
> mod_gzip mailing list
> mod_gzip@lists.over.net
> http://lists.over.net/mailman/listinfo/mod_gzip
>
> _______________________________________________
> mod_gzip mailing list
> mod_gzip@lists.over.net
> http://lists.over.net/mailman/listinfo/mod_gzip
>