Displaying 3 results from an estimated 3 matches for "liblibrari".
Did you mean:
liblibrary
2010 Sep 28
0
[LLVMdev] llvmc doesn't recognise .a files
Hello,
I'm trying to compile some existing C99 code with llvm in order to take advantage of its whole-program optimisations. The existing code has a configure/make compilation process.
So far the most success I've had follows this recipe:
CC=llvmc ./configure
make CFLAGS='--emit-llvm ...' #including a bunch of gcc optimisation flags like -O2
The compile process first builds
2018 Dec 11
3
Using LLD to link against third-party libraries? How?
How do I use LLD to link against third-party libraries? I've tried providing the full path along with the library name in the same argument with the -L flag (i.e. -L path/to/library.lib) without success. I really want to know how I can do this. Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Sep 27
24
Wine on Tiger
I'm almost certain I installed Wine correctly, but when I try to get a Windows program working it doesn't happen. The program I'm trying to install is Arena 10 (a simulation program). I've attached some screen shots. The first one is when I completed the wine install, 2 through 6 show when I tried to install the program. If you could tell me what steps to take to fix these