Closed
Bug 607519
Opened 15 years ago
Closed 15 years ago
Use of LC_DYLD_INFO in OS X binaries prevents running directly on 10.5.8
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 602049
People
(Reporter: jrmuizel, Unassigned)
Details
Trying to do so gives me:
/Applications/Minefield.app/Contents/MacOS/firefox-bin
dyld: unknown required load command 0x80000022
Trace/BPT trap
Comment 1•15 years ago
|
||
Yeah, you're trying to run the 64-bit binary, since it's a universal binary and 10.5 will prefer that. Use "arch -arch i386 /path/to/firefox-bin" or "open /path/to/Minefield.app".
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Updated•15 years ago
|
Resolution: INVALID → DUPLICATE
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•