Build failures on Mac OS X 10.5

2007-05-04 Thread Deborah Goldsmith
of this problem. If it's on our side we'd like to fix it, and if it's on your side we'd like to help you be ready for Leopard. Thanks, Deborah Goldsmith Internationalization, Unicode liaison Apple Inc. [EMAIL PROTECTED] ___ Glasgow-haskell-bugs

Re: Build failures on Mac OS X 10.5

2007-05-04 Thread Deborah Goldsmith
the projects to work when the new version comes out. :-) If you can think of something to try I'll be happy to try it for you and report back. Thanks, Deborah On May 4, 2007, at 5:43 AM, Malcolm Wallace wrote: Deborah Goldsmith [EMAIL PROTECTED] wrote: /tmp/ghc78351_0/ghc78351_0.split__108

Re: Build failures on Mac OS X 10.5

2007-05-07 Thread Deborah Goldsmith
On May 7, 2007, at 6:04 AM, Simon Marlow wrote: Deborah Goldsmith wrote: I believe what's going on here is that strerror has been changed for better Unix conformance, under the control of the __DARWIN_UNIX03 preprocessor flag. This is something you'll see in 10.4.x too. Here's an excerpt

Re: Build failures on Mac OS X 10.5

2007-05-17 Thread Deborah Goldsmith
] Error 2 I'll be happy to do any other investigation anyone suggests. Thanks, Deborah On May 8, 2007, at 2:29 AM, Simon Marlow wrote: Deborah Goldsmith wrote: Actually, I'm not sure that's what's going on. The unresolved symbol error is: ../../compiler/ghc-inplace -H16m -O -fglasgow-exts -cpp

Re: Build failures on Mac OS X 10.5

2007-05-18 Thread Deborah Goldsmith
- 0x94e75fed libgcc_s.1.dylib ??? (???) 1b0a4147d838c7cdc644818e0d15ec25 /usr/lib/libgcc_s.1.dylib 0x - 0x1780 libSystem.B.dylib ??? (???) /usr/lib/ libSystem.B.dylib Any suggestions for how to proceed at this point? Thanks, Deborah On May 17, 2007, at 8:44 PM, Deborah Goldsmith wrote

Re: Build failures on Mac OS X 10.5

2007-05-18 Thread Deborah Goldsmith
- 0x1780 libSystem.B.dylib ??? (???) /usr/lib/ libSystem.B.dylib Deborah On May 18, 2007, at 1:59 PM, Deborah Goldsmith wrote: Here is more detailed crash information, FWIW: Process: ghc-6.6.1 [37476] Path:/Volumes/Totoro/source/ghc-6.6.1/compiler/stage1/ ghc-6.6.1

Re: Build failures on Mac OS X 10.5

2007-05-23 Thread Deborah Goldsmith
On May 23, 2007, at 2:08 AM, Simon Marlow wrote: Deborah Goldsmith wrote: On May 22, 2007, at 1:59 AM, Christian Maeder wrote: What are you trying to achieve? Did you compile parts with ghc-6.6 and ghc-6.6.1? (That may explain the crash.) If you have installed my binary distribution you

Re: Build failures on Mac OS X 10.5

2007-05-23 Thread Deborah Goldsmith
On May 23, 2007, at 2:08 AM, Simon Marlow wrote: One possibility is that if you compiled GHC via C (I believe this is still the default in 6.6.1), then changes in the gcc shipped with 10.5 might be causing problems. You might get further by adding SRC_HC_OPTS = -O -fasm GhcStage1HcOpts

Re: Build failures on Mac OS X 10.5

2007-05-25 Thread Deborah Goldsmith
). The messages about .dSYM are due to a change in the default debugging file format for 10.5. I can't say any more than that. Is there anything else you would like me to try? Thanks, Deborah On May 25, 2007, at 1:48 AM, Christian Maeder wrote: Deborah Goldsmith schrieb: I'm also going to try building

Re: Build failures on Mac OS X 10.5

2007-05-30 Thread Deborah Goldsmith
On May 30, 2007, at 2:24 AM, Christian Maeder wrote: Deborah Goldsmith schrieb: OK, I was able to build 6.6.1 successfully on 10.4 (Intel Core Duo) with both the standard configuration and with SplitObjs = NO. The build was done with the same binary 6.6.1 release, GMP, and GNU readline