> | > | If this doesn't work, use compiler option -vt to get info where it > | is searching. > | > | _______________________________________________ fpc-pascal maillist > | - fpc-pascal@lists.freepascal.org > | http://lists.freepascal.org/mailman/listinfo/fpc-pascal > |
> fpc.cfg looks like this (for units): > # searchpath for units and other system dependent things > -FuC:\FPC\2.0.0/units/$FPCTARGET/ > -FuC:\FPC\2.0.0/units/$FPCTARGET/* > -FuC:\FPC\2.0.0/units/$FPCTARGET/rtl > > fpc -vo shows the following: > > Searching file fpc.cfg... not found > Configfile search: fpc.cfg > Searching file fpc.cfg... not found > Configfile search: C:\FPC\2.0.0\bin\i386-Win32\fpc.cfg > Searching file C:\FPC\2.0.0\bin\i386-Win32\fpc.cfg... found > Reading options from file C:\FPC\2.0.0\bin\i386-Win32\fpc.cfg > Path ".\$1\units\\i386-win32\" not found > Path ".\$1\units\\i386-win32\*\" not found > Path ".\$1\units\\i386-win32\rtl\" not found > Free Pascal Compiler version 2.0.0 [2005/05/08] for i386 > Copyright (c) 1993-2005 by Florian Klaempfl > Fatal: No source file name in command line > Error: Compilation aborted > Error: C:\FPC\2.0.0\bin\i386-Win32\ppc386.exe returned an error > exitcode (normal if you did not specifiy a source file to be compiled) Something is wrong with your -Fu's still. It seems it uses a different fpc.cfg The $1 references come from the original fpc.cfg, before the path is replaced by the installer with the installation path. Are you sure you checked C:\FPC\2.0.0\bin\i386-Win32\fpc.cfg ? _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal