search for: yourprog

Displaying 5 results from an estimated 5 matches for "yourprog".

Did you mean: yourproj
2005 Mar 01
2
[LLVMdev] Re: question about gccld and external libraries
Misha Brukman wrote: > Hey, Jakob -- > > On Tue, Mar 01, 2005 at 05:55:07PM +0100, Jakob Praher wrote: > >>I'm really new to llvm. I've successfully bootstrapped llvm-14 on my >>system and am able to successfully compile c code to llvm. >> >>the problem is now that gccld is complaining that it can't find the >>libraries, like "c" or
2005 Mar 01
0
[LLVMdev] Re: question about gccld and external libraries
...M_LIB_SEARCH_PATH. > > now gccld isn't complaining anymore but the interpreter doesn't seem to like > it still: It looks like the jit doesn't find these because they are located in librt. Try this (or adapt to whatever system you're using): lli -load /usr/lib/librt.so yourprog.bc If you pass '-lrt' when linking your program, it should take care of this for you. -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
2008 Dec 12
1
Information about ASLR (Address Space Layout Randomization) in CentOS 5
Hi, We are porting some applications from CentOS 4 to CentOS 5, the applications use mmap, and we found out that they sometimes crash in CentOS 5. We found out that this is due to the fact that CentOS 5 does randomization of the address space when loading binaries, libraries, and when using mmap, so that is what's causing our problem. The thing is, I'm trying to google for it, but I did
2005 Mar 01
2
[LLVMdev] Re: question about gccld and external libraries
...cld isn't complaining anymore but the interpreter doesn't seem >> to like it still: > > > It looks like the jit doesn't find these because they are located in > librt. Try this (or adapt to whatever system you're using): > > lli -load /usr/lib/librt.so yourprog.bc oh. thanks that worked. > > If you pass '-lrt' when linking your program, it should take care of > this for you. > ah ok. so every library thet gccld can't find as a bytecode lib is added to the shell script then. -- Jakob
2001 Oct 02
1
int3d: unknown/not implemented parameters:
Hi all, I am trying to run my last Windoze app (proprietary banking software) under Wine, and it is *almost* there... however some functions fail, the program will pop up error boxes saying 'Type mismatch' and/or 'Invalid property value'. Sometimes this is no problem because the program just continues as normal. However, in other situations I'm stuck. The errors that are