search for: knowleage

Displaying 6 results from an estimated 6 matches for "knowleage".

Did you mean: knowlage
2007 Jul 21
0
[LLVMdev] Trouble Resolving Objective-C Symbols in lli
...preter crashes with a segfault. Because normal unresolved symbols will not crash the interpreter even in JIT mode. I'm using the 2.0 release, and I'm about to get the bleeding edge SVN version to try, however my mac is quite slow and will take an hour or two to compile the source code. My knowleage of the Obj-C runtime is quite limited and I am new to the LLVM architecture. So I'm sorry if I can't be of more assistance code wise. But I'm currently reading up on both in my spare time. Andy. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://...
2007 Jul 20
2
[LLVMdev] Trouble Resolving Objective-C Symbols in lli
Chris / Ralph / Others, On Fri, 2007-07-20 at 08:14 -0700, Chris Lattner wrote: > On Fri, 20 Jul 2007, Ralph Corderoy wrote: > > I could be missing something, but shouldn't the use of dlsym() be > > The authors of dlsym() realised the return value was overloaded AFAICS. > > Yep, patches welcome :) > > -Chris > I don't recall who originally asked for help
2006 Mar 14
9
firewall problem
snat not working my local ip is aaa.aaa.aaa.aaa asterisk sitting on the internet at ip bbb.bbb.bbb.bbb my firewall''s internal ip is 192.168.0.254 i did snat: iptables -t nat -A POSTROUTING -o ppp0 -j SNAT --to aaa.aaa.aaa iptables -t nat -L -v gives: Chain POSTROUTING (policy ACCEPT 23663 packets, 2182K bytes) pkts bytes target prot opt in out source destination 33056
2005 Jan 10
0
Sony SonicStage
Hello there, Santa went to me with a nice Sony "Hi-MD" and fortunatly the Company did it right to retain my anger alive against all those dickheads: Windows-only sw suite. Oh, yes ! i can still use it: audio recording (thanks!) to leverage quality at best, and tracks and groups renaming by hand on the MD itself using the jog-shuttle... soooo nice ! Well, to make the story short,
2001 Mar 22
1
Multiple User Data Access
...ly, remove (comment out) any nameserver entries in your /etc/resolv.conf Unfortunately, my day job has prevented me from re-creating the environments some people here have described for testing. I hope these suggestions help. I am, of course, open for feedback from others who are more experience/knowleageable than me. (believe me, there are lots of you out there :) )
2007 Jul 21
1
[LLVMdev] Trouble Resolving Objective-C Symbols in lli
...with them? > I'm using the 2.0 release, and I'm about to get the bleeding edge SVN > version to try, > however my mac is quite slow and will take an hour or two to compile > the source code. I don't think much has changed in this area since 2.0, but you could try. > My knowleage of the Obj-C runtime is quite limited and I am new to the > LLVM > architecture. So I'm sorry if I can't be of more assistance code wise. > But I'm currently > reading up on both in my spare time. I don't know the Obj-C runtime at all so that makes you an expert compare...