[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wrong option -c for FreePascal
> I don't know where is the orign of the (wrong!) option "-c"
See FAQ:
* I get an "ERROR: Illegal parameter : -c" message from my compiler.
(Free Pascal, others)
Xwpe assumes that the compiler you are using has an option -c, which
enables multiple source files to be compiled. Some compilers, such as
the Free Pascal compiler do not support this option.
There is a current workaround: write a script which strips out this
parameter from the call. We'd welcome a fix to this; this is a holdover
from the first versions of Xwpe. Also note that the -o option is
assumed, as well.
Dennis Payne
dulsi@identicalsoftware.com