J
Jim Freeze
Hi,
At Mon, 26 Apr 2004 02:01:26 -0400,
I got an account on Mac OS X, and tried to build ruby-1.8.1,
mod_ruby-1.1.3 and eruby-1.0.5 on it. Then it worked fine.
My configuration options follows.
Ruby:
% tar zxvf ruby-1.8.1.tar.gz
% cd ruby-1.8.1/
% configure --enable-shared
% make
% sudo make install
Hmm, I just downloaded the 1.8.1 stable version and got this:
ruby-1.8.1 % make
gcc -g -O2 -fno-common -pipe -fno-common -I. -I. -c array.c
gcc -g -O2 -fno-common -pipe -fno-common -I. -I. -c bignum.c
gcc -g -O2 -fno-common -pipe -fno-common -I. -I. -c class.c
gcc -g -O2 -fno-common -pipe -fno-common -I. -I. -c compar.c
gcc -g -O2 -fno-common -pipe -fno-common -I. -I. -c dir.c
gcc -g -O2 -fno-common -pipe -fno-common -I. -I. -c dln.c
<built-in>:1:1: no macro name given in #define directive
gcc: Internal error: Segmentation fault (program
/usr/libexec/gcc/darwin/ppc/cpp-precomp)
Please submit a full bug report.
See <URL:http://developer.apple.com/bugreporter> for instructions.
make: *** [dln.o] Error 1
Has anyone else had this problem on 10.3.3?