|
Re: ghc 6.0.1 and Mac OS X 10.2.6 build: msg#00010lang.haskell.glasgow.bugs
Hi Wolfgang, Thanks again for the prompt reply. I did exactly as you noted below (removed the framework support check from configure.in, ran autoconf and ./configure, then built. Everything works appears to work correctly but ghci. (For example, I can build a network test program that queries a web server. It runs correctly.) I even did everything twice to make sure I hadn't done something foolish. So now we are to the entirely strange problem. I'm running dlcompat-20030522. It works as you mention below, calling NSIsSymbolDefined and NSLookupAndBindSymbol. Now that I look at it, there are differences between the dlfcn.h headers. The dlsym prototypes diff is -extern void * dlsym(void * handle, const char *symbol); +extern void * dlsym(void * dl_restrict handle, const char * dl_restrict symbol) dl_restrict is just defined as the __restrict type qualifier. Perhaps a pointer aliasing issue? I'll look into it some more later today. Best Wishes, Greg On Thursday, August 7, 2003, at 03:46 AM, Wolfgang Thaller wrote: I should note that I've done
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: ghc 6.0.1 and Mac OS X 10.2.6 build, Wolfgang Thaller |
|---|---|
| Next by Date: | Bad eta expand, Donald Bruce Stewart |
| Previous by Thread: | Re: ghc 6.0.1 and Mac OS X 10.2.6 build, Wolfgang Thaller |
| Next by Thread: | Bad eta expand, Donald Bruce Stewart |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |