Making 1.9.0 on Mac OS 10.4

F

fedzor

Well, not much to say here.

% ./configure --disable-pthreads
% make
...
...
making ruby
gcc -g -O2 -pipe -fno-common -L. main.o -lruby-static -lpthread
-ldl -lobjc -o ruby
/usr/bin/ld: archive: ./libruby-static.a has no table of contents,
add one with ranlib(1) (can't load from it)
collect2: ld returned 1 exit status
make[1]: *** [ruby] Error 1
make: *** [all] Error 2
% wtf
-bash: wtf: command not found

So... Has anyone else run into this problem? If so, what did you do
to fix it?

Thanks,
Ari
 
R

Robert Bazinet

[Note: parts of this message were removed to make it a legal post.]

I had a few issues getting it running on Tiger but worked out the problems.
I documented it here,
http://rbazinet.wordpress.com/2007/12/31/building-ruby-190-on-an-apple-mac/

I hope it helps.

-Rob Bazinet

Well, not much to say here.

% ./configure --disable-pthreads
% make
...
...
making ruby
gcc -g -O2 -pipe -fno-common -L. main.o -lruby-static -lpthread
-ldl -lobjc -o ruby
/usr/bin/ld: archive: ./libruby-static.a has no table of contents,
add one with ranlib(1) (can't load from it)
collect2: ld returned 1 exit status
make[1]: *** [ruby] Error 1
make: *** [all] Error 2
% wtf
-bash: wtf: command not found

So... Has anyone else run into this problem? If so, what did you do
to fix it?

Thanks,
Ari
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top