Hi all, I'm trying to get Cosign 2.0.2a built on Mac OS X 10.4, but I'm getting this build error:
charlotte:~/cosign-2.0.2a root# ./configure --enable-apache2=/opt/ apache2/bin/apxs [snip config output] configure: creating ./config.status config.status: creating Makefile charlotte:~/cosign-2.0.2a root# make gcc -DVERSION=\"`cat VERSION`\" -c version.c cd common; make all gcc -g -O2 -I/usr/include -I../libsnet -c -o argcargv.o argcargv.c gcc -g -O2 -I/usr/include -I../libsnet -c -o config.o config.c gcc -g -O2 -I/usr/include -I../libsnet -c -o fbase64.o fbase64.c gcc -g -O2 -I/usr/include -I../libsnet -c -o mkcookie.o mkcookie.c gcc -g -O2 -I/usr/include -I../libsnet -c -o rate.o rate.c gcc -g -O2 -I/usr/include -I../libsnet -c -o wildcard.o wildcard.c cd filters/common; make all 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? sacha -- Sacha Michel Mallais Senior Developer / President Global Village Consulting Inc. http://www.global-village.net/ PGP Key ID: 7D757B65 AIM: smallais "I resist change even as I call for it." -- Mason Cooley ------------------------------------------------------------------------- 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
