> 
> there might be something wrong with the SConstruct file handling these 
> options. did you try changing the SConstruct file and adding the required 
> command line parameters by hand?
> 

Indeed, I tried with

env.Append(CCFLAGS = ' -arch i386 ')
env.Append(LINKFLAGS = ' -arch i386 ')

but no success too.
Then, I commented it.

Reply via email to