2006.04.23 15:44 "[Tiff] Multi-archive Compilation", by Glenn R. Martin

I Have to create a multi-archive or "fat" libtiff library... However GCC wont allow me to use -M, -E or -S switches when creating a fat archive...

I Get the following error: gcc: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags I know this is more of a GCC or Make problem but i was wondering if you could assist me in modifying the Make process to not use these tags so i can create these "fat" libraries.

Thank You
Glenn R. Martin