Test writes:

I have a source file (test.pp) that uses some units. Where can I get those units? If you didn't notice, I am a newbie :)
I tried to compile but it obviously drops an error.

uses
  cgiapp, unix, unixutils, classes, inifiles

Does the program compile?
If it does it means the compiler is finding the units.. and you can see where the compiler is looking by calling it:
fpc -va test.pp

That is a whole lot of output though..
If you are in a unix machine you could try "locate cgiapp".
Another thing you can try if you are in unix: locate fpc.cfg

The fpc.cfg

I am a freepascal newbie myself.. so there may be better ways. The above are just two possible ways to look for the units. _______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to