Next | Prev | Up | Top | Contents | Index

Creating Executable Files

An executable file (or executable) is a program that is ready for execution. To create an executable version of your application, compile your source code and link it with the appropriate libraries. This section briefly describes how to create executables.


Compiler Drivers
Object Files and Dynamic Linking

Next | Prev | Up | Top | Contents | Index