Skip to content

Instantly share code, notes, and snippets.

@rdpoor
Last active December 15, 2015 10:58

Revisions

  1. rdpoor revised this gist Mar 26, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    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.
    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
  2. rdpoor revised this gist Mar 26, 2013. 1 changed file with 10 additions and 1 deletion.
    11 changes: 10 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,14 @@
    Compilationn environment:
    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.
  3. rdpoor created this gist Mar 26, 2013.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original 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)