Sacha Michel Mallais <[EMAIL PROTECTED]> writes: > gcc -DAPXS2 -DHAVE_LIBSSL -g -O2 -arch i386 -arch ppc -pipe -Os > -I/opt/apache2/include -I/usr/include -I../../libsnet -I/usr/ > include -I../../common -c -o connect.o connect.c > gcc: cannot read specs file for arch `i386' > make[1]: *** [connect.o] Error 1 > make: *** [filters/common] Error 2
> Does anyone have any ideas what's going on? I've seen this build problem with gcc on Mac OS X before. The problem is the -arch i386 -arch ppc flags, which are trying to say to build fat binaries, but which gcc doesn't recognize and is interpreting as other options. Unfortunately, I don't remember what I did to fix it. Maybe it's a linker-only option and needs -Wl, appended to each part of that? -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
