Last active
December 15, 2015 10:58
Revisions
-
rdpoor revised this gist
Mar 26, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ Summary: a "standard build" of ruby-2.0.0-p0 under Mac OS X 10.8.3, fails with an abort trap while linking miniruby Compilation environment: MacBook Pro -
rdpoor revised this gist
Mar 26, 2013 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,14 @@ Summary: in a "standard build" of ruby-2.0.0-p0 under Mac OS X 10.8.3, linking miniruby fails with an abort trap. Compilation environment: MacBook Pro OS X 10.8.3 Xcode version 4.6.1 with command line tools gcc version 4.2.1 (Based on Apple Inc. build 5658) Commands: $ ./configure --prefix=${INSTALL_DIR} --enable-share --disable-install-doc --with-opt-dir=${INSTALL_DIR} $ make Full details given in the comments below. -
rdpoor created this gist
Mar 26, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ Compilationn environment: MacBook Pro OS X 10.8.3 Xcode version 4.6.1 with command line tools gcc version 4.2.1 (Based on Apple Inc. build 5658)