Next: Problems you may encounter
Up: Compiling problems
Previous: Compiling problems
- IO-error -2 at ... : Under LINUX you can get this message at
compiler startup. It means typically that the compiler doesn't find the
error definitions file. You can correct this mistake with the -Fr
option under LINUX. (See 5.1)
- Error : File not found : xxx or Error: couldn't compile
unit xxx: This typically happens when
your unit path isn't set correctly. Remember that the compiler looks for
units only in the current directory, and in the directory where the compiler
itself is. If you want it to look somewhere else too, you must explicitly
tell it to do so using the -Up option (See 5.1). Or you must set op
a configuration file.
Michael Van Canneyt
Thu Sep 10 13:56:17 CEST 1998