Displaying 6 results from an estimated 6 matches for "knowleageable".
2007 Jul 21
0
[LLVMdev] Trouble Resolving Objective-C Symbols in lli
Hey Reid,
I don't recall who originally asked for help with this, but here's a
> patch that could fix it. Please try this and let me know if it works. If
> so, I'll commit it. The patch isn't complete (it should do something in
> the error condition) but it should allow you to find symbols whose
> address is 0.
>
It was me who was having the issues with Objective-C
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
Hi Andy,
On Sat, 2007-07-21 at 14:56 +1000, Andy Kitchen wrote:
> Hey Reid,
>
> I don't recall who originally asked for help with this, but
> here's a
> patch that could fix it. Please try this and let me know if it
> works. If
> so, I'll commit it. The patch isn't complete (it should do
> something in
>