Top "Compilation" questions

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

What are .a and .so files?

I'm currently trying to port a C application to AIX and am getting confused. What are .a and .so files …

c unix compilation shared-libraries .a
Using G++ to compile multiple .cpp and .h files

I've just inherited some C++ code that was written poorly with one cpp file which contained the main and a …

c++ compilation header makefile
How do I show a console output/window in a forms application?

To get stuck in straight away, a very basic example: using System; using System.Windows.Forms; class test { static void …

c# winforms compilation console-application
How to compile python script to binary executable

I need to convert a Python script to a Windows executable. I have Python 2.6 installed to python26. I have created …

python compilation executable
How can I compile a Java program in Eclipse without running it?

I would like to compile my Java program in Eclipse but not to run it. I can't understand how to …

java eclipse compilation .class-file
Compiling a java program into an executable

Possible Duplicate: How do I create an .exe for a Java program? I've just made a simple program with Eclipse …

java executable compilation
How do I compile and run a program in Java on my Mac?

How do I compile and run a program in Java on my mac? I'm new. Also I downloaded a program …

java macos compilation
Error:java: invalid source release: 8 in Intellij. What does it mean?

Im trying to compile some code in I'm using Intellij Ultimate 13.1.4, but I get the following error and I have …

java intellij-idea compilation javac intellij-13
The project cannot be built until the build path errors are resolved.

While compiling an android project in eclipse 3.4.2, I am getting The project cannot be built until the build path errors …

eclipse build compilation
javac : command not found

I have installed java in my CentOS release 5.5 machine using the command yum install java. But I am unable to …

java compilation centos javac