Compiling is the process of transforming source code written by a programmer into an object code, generally into a binary form which is understandable to a machine.
Questions tagged [compiling]
24 questions
10
votes
1 answer
What does Static, Dynamic and Single Dynamic linking mean?
I use Intel MKL for BLAS and use the Intel MKL Link Line Advisor for help with the command line options.
The advisor provides options for Static, Dynamic and Single Dynamic Library. What do these terms mean?
There have been numerous posts on SO…
Inquest
- 3,394
- 3
- 26
- 44
3
votes
1 answer
Can gsl be compiled with the intel C compiler?
The library itself compiles just fine with icc, but when I try to link to it (using icc for both the driver code and the linker), I get the same error that this question on stackoverflow is asking about.
I've heard that gsl is very specific to the…
Dan
- 3,355
- 3
- 21
- 47
0
votes
1 answer
standard directory for compiling scientific libraries
I'm trying to build HSL's MA57 library, and to do so, it requires METIS. I've downloaded the .tar files to my Downloads folder, but where do I actually "build" the libraries (and subsequently store the compiled files) on a Mac? Is there a best…
jjjjjj
- 325
- 1
- 9