From: FUJIMOTO H. <hi...@im...> - 2003-09-11 10:34:52
|
At Wed, 10 Sep 2003 13:31:07 -0400, Brian McCallister wrote: (snip) > ld: table of contents for archive: > /Users/mccallister/opt/apps/ruby-1.8.0/lib/libruby-static.a is out of > date; rerun ranlib(1) (can't load from it) > /usr/bin/libtool: internal link edit command failed > ...failed DynamicLibrary.LinkUsingFileList > /Users/mccallister/work/rubycocoa-0.4.0/framework/build/ > RubyCocoa.framework/Versions/A/RubyCocoa ... > ** BUILD FAILED ** > setup failed (snip) Execute the following once: $ cd /Users/mccallister/opt/apps/ruby-1.8.0/lib $ sudo cp -p libruby-static.a libruby-static.a.backup # backup copy (optional) $ sudo ranlib libruby-static.a Then build RubyCocoa. This process may bring about a good result. -- Hisa |