mattmoss (Matthew Moss)
- Login: mattmoss
- Email: matt@moss.name
- Registered on: 05/07/2009
- Last sign in: 05/07/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/08/2009
-
07:47 AM Ruby Bug #1438: dylib architecture error building 1.9.1-rc2 on osx10.5.6
- =begin
Thanks Nobu...
Seems like the lib in /usr/local/lib is arm... I believe the iPhone SDK installation (w/Unix tools) put it there.
=end
05/07/2009
-
01:54 PM Ruby Bug #1438: dylib architecture error building 1.9.1-rc2 on osx10.5.6
- =begin
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 ne... -
12:39 PM Ruby Bug #1438: dylib architecture error building 1.9.1-rc2 on osx10.5.6
- =begin
Perhaps, but I'm just running 'make', not linking in that specifically. Or is that what --prefix=/usr/local implies in the 'configure' command? (My Unix/BSD kung-fu is not very strong.) I assumed that --prefix directed where the ... -
05:55 AM Ruby Bug #1438 (Rejected): dylib architecture error building 1.9.1-rc2 on osx10.5.6
- =begin
Attempting to build 1.9.1-rc2 on osx 10.5.6 in the following manner:
./configure --prefix=/usr/local --program-suffix=19 --enable-pthread --with-readline-dir=/usr/local --enable-shared
make
Much of the basic sou...