Closed Bug 607519 Opened 14 years ago Closed 14 years ago

Use of LC_DYLD_INFO in OS X binaries prevents running directly on 10.5.8

Categories

(Firefox Build System :: General, defect)

x86
macOS
defect
Not set
normal

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
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: 14 years ago
Resolution: --- → INVALID
Resolution: INVALID → DUPLICATE
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.