Top "Compilation" questions

Compilation is the transformation of source text into some other form or representation.

Why do you have to link the math library in C?

If I include <stdlib.h> or <stdio.h> in a C program I don't have to …

c compilation math.h
How to watch and compile all TypeScript sources?

I'm trying to convert a pet project to TypeScript and don't seem to be able to use the tsc utility …

javascript compilation typescript
Mismatch Detected for 'RuntimeLibrary'

I downloaded and extracted Crypto++ in C:\cryptopp. I used Visual Studio Express 2012 to build all the projects inside (as …

c++ hash compilation sha256 crypto++
Cross compile Go on OSX?

I am trying to cross-compile a go app on OSX to build binaries for windows and linux. I have read …

go compilation cross-compiling
Compilation error - missing zlib.h

I am trying to compile software on Blue Gene Q using IBM XL compilers and I got this error message: "…

compiler-errors compilation zlib
ARM compilation error, VFP registers used by executable, not object file

I have been having this problem for the last few days and I can't get my head around what is …

gcc compilation arm
Why GDB jumps unpredictably between lines and prints variables as "<value optimized out>"?

Can anyone explain this behavior of gdb? 900 memset(&new_ckpt_info,'\0',sizeof(CKPT_INFO)); (gdb) **903 prev_offset = …

c optimization compiler-construction gdb compilation
How to recompile with -fPIC

I was trying to reinstall my ffmpeg, following this guide, on my ARM Ubuntu machine. Unfortunately, when I compile a …

c++ gcc compilation ffmpeg fpic
Skipping Incompatible Libraries at compile

When I try to compile a copy of my project on my local machine, I get an error stating that …

c++ 64-bit compilation 32-bit conflicting-libraries
IntelliJ IDEA 13 uses Java 1.5 despite setting to 1.7

Despite specifying JDK 1.7 in all project settings (including in File -> Project Structure -> Project :: Project SDK), the …

java intellij-idea compilation