[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fpk
When I use FPK (ppc386) as my compiler in xwpe, then XWPE enters a
default switch, namely
"-c" whic ppc386 does not understand.
e.g. I compile apscal program and then XWPE invokes the compiler with
this bogus switch as:
ppc386 -c -Sg filename.pas.
Sg is a switch I added in options, but the -c switch is unwanted and
unasked for and not understood by the compiler.
Anyone an idea how to get rid of "-c".
I did a grep on the sourcecode, but could not find any lines wit "-c".
Thanks
lrv