From: Matthew Moss Date: 2009-05-07T13:54:17+09:00 Subject: [ruby-core:23377] [Bug #1438] dylib architecture error building 1.9.1-rc2 on osx10.5.6 Issue #1438 has been updated by Matthew Moss. Okay, if I change line 40 of enc.mk from: LDFLAGS = -L. -L/usr/local/lib to: LDFLAGS = -L. -L/usr/lib Then it gets past that linking error, builds encdb.bundle, and moves on. It runs into the same error at the next attempt to link a .bundle (i.e. bigdecimal). So I'm wondering... 1. Is that really a legitimate change to LDFLAGS? 2. Do I need to go to all these modules and change LDFLAGS in a like manner? ---------------------------------------- http://redmine.ruby-lang.org/issues/show/1438 ---------------------------------------- http://redmine.ruby-lang.org