next up previous contents
Next: Compiling a program Up: Compiler usage Previous: Include files

Object files

When you link to object files (using the {$L file.o} directive, the compiler will look for this file in the same way as it looks for include files:

  1. It will look in the path specified in the object file name.
  2. It will look in the directory where the current source file is.
  3. it will look in all directories specified in the object file search path.
You can add files to the object file search path with the -Fo (See 5.1) option.

Configuration file

Unless you specify the -n (See 5.1) option, the compiler will look for a configuration file ppc386.cfg in the following places:



Michael Van Canneyt
Thu Sep 10 13:56:17 CEST 1998