Displaying 3 results from an estimated 3 matches for "liblibrary".
Did you mean:
sublibrary
2010 Sep 28
0
[LLVMdev] llvmc doesn't recognise .a files
...ts 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 libLibrary.a, using llvmc, llvm-ar, and llvm-ranlib. Then it compiles main.c to main.o and at this point the compile process fails when trying to link the final executable:
llvmc --emit-llvm -o program main.o libLibrary.a
llvmc: File 'libLibrary.a' has unknown suffix 'a'
So close! I...
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