On 04/11/2009, at 21:13, Simon Marlow wrote:
I'm getting this from validate even without the DPH patch:
/Users/rl/projects/ndp/ghc-test/bindisttest/installed/bin/runghc
HelloWorld > output
GHCi runtime linker: fatal error: I found a duplicate definition for
symbol
_base_GHCziConc_ioManager
> I'm getting this from validate even without the DPH patch:
>
> /Users/rl/projects/ndp/ghc-test/bindisttest/installed/bin/runghc
> HelloWorld > output
>
>
> GHCi runtime linker: fatal error: I found a duplicate definition for
> symbol
> _base_GHCziConc_ioManagerThread_closure
> whilst proce
Simon,
I'm getting this from validate even without the DPH patch:
/Users/rl/projects/ndp/ghc-test/bindisttest/installed/bin/runghc
HelloWorld > output
GHCi runtime linker: fatal error: I found a duplicate definition for
symbol
_base_GHCziConc_ioManagerThread_closure
whilst processing
Judah Jacobson wrote:
IIUC, the NS* stuff is deprecated in OS X 10.4 and dlsym should be used
instead. This is a change from 10.3 and below, where NS* is better.
I'm not that familiar with those functions, but from the following
page it looks like dlsym will work on 10.3 and later:
http://deve
On 9/2/07, Roman Leshchinskiy <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> when building the current HEAD on OS X 10.4, I get the following error:
>
> Linker.c:1065:0:
> warning: 'NSIsSymbolNameDefined' is deprecated (declared at
> /usr/include/mach-o/dyld.h:150)
>
> Linker.c:1066:0:
> warn
Hi all,
when building the current HEAD on OS X 10.4, I get the following error:
../compiler/ghc-inplace -optc-O -optc-Werror -optc-Wall -optc-W
-optc-Wstrict-prototypes -optc-Wmissing-prototypes
-optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return
-optc-I../includes -optc-I. -opt