Top "Compilation" questions

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

Process to convert simple Python script into Windows executable

I wrote a script that will help a Windows user in her daily life. I want to simply send her …

python packaging compilation py2exe software-distribution
Compile multiple C files with make

(I am running Linux Ubuntu 9.10, so the extension for an executable is executablefile.out) I am just getting into modular …

c makefile compilation modular
C++ compile error: has initializer but incomplete type

I am coding in Eclipse and have something like the following: #include <ftream> #include <iostream> void …

c++ compilation istringstream
How to link to a static library in C?

I use code::blocks to compile my static library. The output result is a libstatic.a file. Now, how do …

c build compilation static-libraries
How to compile a linux shell script to be a standalone executable *binary* (i.e. not just e.g. chmod 755)?

I'm looking for a free open source tool-set that will compile various "classic" scripting languages, e.g. Korn Shell, ksh, …

scripting binary compilation executable obfuscation
Building vs. Compiling (Java)

Thinking that the answer to this is pretty obvious but here it goes: When I am working on a small …

java build compilation
What's the dSYM and how to use it? (iOS SDK)

Sometimes the compiler produces .dSYM files. I guess this is a debugging related file, but I don't know what it …

debugging sdk compilation ios
Building Python with SSL support in non-standard location

I need to install several Python modules on a RHEL where I don't have root access. At least one of …

python openssl compilation
Is it feasible to compile Python to machine code?

How feasible would it be to compile Python (possibly via an intermediate C representation) into machine code? Presumably it would …

python c linker compilation
How do you export your finished application from Xcode?

I feel silly for having to ask this. I've got an application to a point where I want to send …

xcode compilation finalize