Bob Ippolito wrote:
> I use the script that SDL uses, gcc-fat.sh. It's a compiler frontend  
> that compiles 10.2 PPC with gcc3.3 and 10.4 i386 with gcc4. Not  
> compatible with everything, but definitely works with libpng.

Not for me, but I have no idea what I'm doing. I tried:

./configure CC="sh gcc-fat.sh"

and got:

checking for gcc... sh gcc-fat.sh
checking for C compiler default output file name... configure: error: C 
compiler cannot create executables
See `config.log' for more details.

config.log wasn't helpful

So I tried making gcc-fat.sh executable, and:

./configure CC=./gcc-fat.sh

Same problem.

It makes me wish I actually understood this stuff!

Off to try some more things....

-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer
                                                
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to