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)
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 toopaul0 (Paulo Geyer)
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)
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)
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)