|
Re: ghc 6.0.1 and Mac OS X 10.2.6 build: msg#00043lang.haskell.glasgow.bugs
Gregory Wright wrote: Hello, Ah yes, that explains everything. Thanks for finding that out. I changed Linker.c to look up symbols with the GHC prefixed leading underscore removed. Sorry for my silence in the past week. While your patch should work, I remember seeing C code that uses function names like "foo" and "_foo" in the same way that a Haskell programmer might use foo and foo', so I had a bad feeling about automatically trying both. I've just commited a patch (rev 1.129 on the head and 1.128.2.1 on the 6.2 branch) that just bypasses dlcompat for lookupSymbol only. It uses NSLookupAndBindSymbol directly, so we don't need to worry about differences between dlcompat versions any more. Cheers, Wolfgang
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Windows and HToolkit's MySQL bindings, Simon Peyton-Jones |
|---|---|
| Next by Date: | Re: ghc 6.0.1 and Mac OS X 10.2.6 build, Gregory Wright |
| Previous by Thread: | RE: Windows and HToolkit's MySQL bindings, Simon Peyton-Jones |
| Next by Thread: | Re: ghc 6.0.1 and Mac OS X 10.2.6 build, Gregory Wright |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |