Re: Error when trying to run on OS X
"Benjamin D. Smedberg" <[email protected]> Mon, 18 Jul 2005 11:18:23 -0400
| Newsgroups | gmane.comp.mozilla.devel.macosx |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Michael J. Sherman wrote: > > After a compile, I get a bus error when trying to run Mozilla. Can > anyone please provide details on how to properly compile for OS X? > Apparently ./configure; make doesn't work. > > PowerBook G4 > OS X 10.3.9 > > Thanks! > -Michael You were trying to run from dist/bin, which is a mistake (it might not be the only problem, but...) Run dist/YourApp.app/Contents/MacOS/yourapp-bin or simply "open dist/YourApp.app" --BDS