search for: nslink

Displaying 4 results from an estimated 4 matches for "nslink".

Did you mean: nlink
2004 Jun 19
0
[LLVMdev] Problems loading passes on Mac OS X
On Sat, 19 Jun 2004, Michael McCracken wrote: > Hi, I can't get opt to list (in -help) passes that I load using -load. > I see in the list archives that a similar problem has been brought up > before but I didn't see whether it was resolved. Also, this is on Mac > OS X, and the previous question was about Linux. The problem is that this has not been implemented yet on Mac
2004 Jun 19
2
[LLVMdev] Problems loading passes on Mac OS X
Hi, I can't get opt to list (in -help) passes that I load using -load. I see in the list archives that a similar problem has been brought up before but I didn't see whether it was resolved. Also, this is on Mac OS X, and the previous question was about Linux. This problem happens with the Hello pass, so I'll use that to illustrate. I'm using LLVM 1.2. The plugin loads with no
2014 Oct 03
0
Wine release 1.7.28
...n return_int. mshtml: Don't share nsform reference with nsnode. mshtml: Don't share nsinput reference with nsnode. mshtml: Don't share nsframe and nsiframe reference with nsnode. mshtml: Don't share nsstyle reference with nsnode. mshtml: Don't share nslink reference with nsnode. mshtml: Don't share nsanchor reference with nsnode. mshtml: Don't share nsselect reference with nsnode. mshtml: Don't share nsoption reference with nsnode. mshtml: Don't share nstextarea reference with nsnode. mshtml: Don't sh...
2004 Jun 19
2
[LLVMdev] Problems loading passes on Mac OS X
Unfortunately it's not that easy, although I'd love to fix it if I can figure out how. OS X 10.3 does have dlfcn.h and dlopen() - for 10.3, they added the dlcompat library that uses the OS X NSLink* stuff to support dlopen and dlsym. configure seems to pick that up fine. It seems like the code that's there already should work fine, so I'm not sure where else to look. I'm not a C++ guru, so if there's C++ linking difficulties or something I'm not sure I'll be able t...