Project

General

Profile

Actions

Bug #799

closed

cross compile 1.9.1-preview1 is not possible

Added by luislavena (Luis Lavena) over 15 years ago. Updated almost 13 years ago.

Status:
Closed
ruby -v:
Backport:
[ruby-core:20131]

Description

=begin
Hello everybody.

I tried to cross compile 1.9.1-preview1 under ubuntu. It succeeded with 1.8.6-p287 and p114 but failed with 1.9.

Used the following compile flags:

--host=i586-mingw32msvc --target=i386-mingw32 --build=i686-linux --enable-shared

This is the snipped of the output

make[1]: Leaving directory `/home/luislavena/sources/cross-ruby/builds/ruby-1.9.1-preview1'
 make -f enc.mk RUBY="ruby -I/home/luislavena/sources/cross-ruby/builds/ruby-1.9.1-preview1 -rfake " MINIRUBY="ruby -I/home/luislavena/sources/cross-ruby/builds/ruby-1.9.1-preview1 -rfake "  encs
 make[1]: Entering directory `/home/luislavena/sources/cross-ruby/builds/ruby-1.9.1-preview1'
 mkdir -p .ext/i386-mingw32/enc .ext/i386-mingw32/enc/trans enc enc/trans
 make[1]: Leaving directory `/home/luislavena/sources/cross-ruby/builds/ruby-1.9.1-preview1'
 /home/luislavena/sources/cross-ruby/sources/ruby-1.9.1-preview1/ext/extmk.rb:338: undefined method `

Attached is the complete output of my rake script.
=end


Files

cross-ruby-1.9.log (76.2 KB) cross-ruby-1.9.log output log of cross compilation of 1.9.1-preview1 luislavena (Luis Lavena), 11/27/2008 07:02 AM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0