In file instaler.rb comment section # if RUBY_PLATFORM =~ /freebsd/
# prelibs << "-
-lpthread"
# end
Instal script
#./installer --no-tcmalloc
..helped me to freebsd 8.0 amd64
понедельник, 2 августа 2010 г., 7:02:22 UTC+4 пользователь fyire написал:
> I'm going through the installation of REE on freebsd 8.0, and am
> running into a problem where the compilation of REE stopped after the
> following line:
> gcc -g -O2 -DRUBY_EXPORT -L. -rdynamic main.o libruby-static.a
> -Wl,-rpath,/opt/ree/lib -L/opt/ree/lib -ltcmalloc_minimal -lpthread -
> lrt -lcrypt -lm -o miniruby
> *** Signal 4
> The problem is there's just not much other information on what is it
> that may be wrong here apart from that cryptic **Signal 4 line.
> Anybody knows what's happening here?
> thanks in advance...