Re: Built-from-CVS Phoenix isn't responsive
Chuck Musser <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.macosx |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Jerry Talkington wrote: > You can also grab the script that I use to build the nightlies: > http://tinyurl.com/lnok > I tried your .mozconfig here, but the build failed with a different error. Nonetheless, thanks for the advice. Here's the error: ld: /usr/lib/crt1.o can't create relocation entry for prebinding (address of section (__DATA,__la_symbol_ptr) more than 24-bits away from first segment, use -noprebind) In addition there are lots of these messages sprinkled throughout the build. These are warning, not fatal errors: ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0xc8000 size = 0xf4c30) of @executable_path/libsoftokn3.dylib overlaps with __LINKEDIT segment (address = 0x2f000 size = 0xd1000) of @executable_path/libxpcom_compat.dylib I tried a couple different things, adding the --disable-prebinding flag being the most significant. No luck. Sigh, this is getting a bit arcane for me. I should probably repeat that I'm on a G5 running 10.3.2; not sure if that's what's complicating things. Perhaps I need to take a different tack. My goal was to isolate bugzilla bug #228479, a crash that happens only on my Mac and not on any of several Linux boxes I have lying around. The idea was to run MozillaFirebird with the --debug flag and use GDB to help me pinpoint the error. Trouble is, I need a Mozilla with debugging symbols and the nightlies don't seem to have them. Can anyone point to a recent build (has to be later than Firebird 0.7) that has the debugging symbols? Chuck