[Tioga-users] *****SPAM***** Re: QUICK_INSTALL for Tioga ver. 1.8 on Mac G4 under OS 10.4.11 fails
Vincent Fourmond
fourmond at gmail.com
Sat Apr 26 04:52:50 EDT 2008
Hello !
On Sat, Apr 26, 2008 at 9:35 AM, Samuel H. Dupree, Jr.
<sdupree at speakeasy.net> wrote:
> "gcc -o conftest $INCFLAGS conftest.c -I$hdrdir -g -O2 -fno-common -pipe
> -fno-common -O2 -g -Wall -Werror-implicit-function-declaration $src $LIBPATH
> -arch i386 -lpthread -ldl -lobjc -lz"
> cc1: error: unrecognized command line option "-arch"
This is very typical of a broken Ruby setup: compiler options
hardcoded into ruby's configuration file are not compatible with the
compiler available... Your best luck is to find the rbconfig.rb file;
the command
locate rbconfig.rb
should find it (you might need to run
sudo updatedb
beforehand).
Then, open this file (with administrator privileges, chances are as
a normal user you don't have write permissions there), find the line
with -arch i386 and remove -arch i386 from this line. That should take
you further, hopefully to completion.
Cheers,
Vincent
More information about the Tioga-users
mailing list