General

Profile

paul0 (Paulo Geyer)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

02/03/2013

06:11 AM Ruby Bug #7737: problem with generated rbconfig.rb for Haiku
paul0 (Paulo Geyer) wrote:
> fixed that, changed to $(srcdir)/complex.o the line where tells where the object to be linked is in the ext/mathn/complex/Makefile
> ...
fixed other things, and finished compiling
this patch haven't solved...
paul0 (Paulo Geyer)
03:15 AM Ruby Bug #7737: problem with generated rbconfig.rb for Haiku
fixed that, changed to $(srcdir)/complex.o the line where tells where the object to be linked is in the ext/mathn/complex/Makefile
had to do that with ext/mathn/rational/Makefile too
paul0 (Paulo Geyer)
02:53 AM Ruby Bug #7737: problem with generated rbconfig.rb for Haiku
nobu (Nobuyoshi Nakada) wrote:
> Seems RPATHFLAG unnecessary for extconf.rb.
> ...
tried again with the latest patch, and updated my local code with the remote repository, now it can't find "complex.o"
here is the make output
lin...
paul0 (Paulo Geyer)

01/23/2013

11:48 PM Ruby Bug #7736: problem with generated rbconfig.rb for Haiku
had a problem when sending this bug report, this one is duplicated paul0 (Paulo Geyer)
11:45 PM Ruby Bug #7736 (Closed): problem with generated rbconfig.rb for Haiku
After compiling ruby 2.0.0 for Haiku, I couldn't install gems with native extensions, found something wrong with rbconfig.rb
CONFIG["RPATHFLAG"] = " -Wl,-R%1$-s"
changing that to:
CONFIG["RPATHFLAG"] = ""
made possible to r...
paul0 (Paulo Geyer)
11:47 PM Ruby Bug #7737 (Closed): problem with generated rbconfig.rb for Haiku
After compiling ruby 2.0.0 for Haiku, I couldn't install gems with native extensions, found something wrong with rbconfig.rb
CONFIG["RPATHFLAG"] = " -Wl,-R%1$-s"
changing that to:
CONFIG["RPATHFLAG"] = ""
made possible to r...
paul0 (Paulo Geyer)

Also available in: Atom