From ruby-talk Tue Mar 13 10:59:09 2007 From: Caleb Tennis Date: Tue, 13 Mar 2007 10:59:09 +0000 To: ruby-talk Subject: Re: [ANN] Ruby 1.8.6 has been released Message-Id: X-MARC-Message: https://marc.info/?l=ruby-talk&m=117391049725077 > gcc -Wall -g -pipe -fno-common -DRUBY_EXPORT -L/opt/local/lib - > L. main.o -lruby-static -ldl -lobjc -o ruby The ruby you are building is linking against the ruby lib in /opt/ local/lib. Can you try moving that out of the way first?