Prof. A Olowofoyeku (The African Chief) wrote:
This is an example of output of the "compile log" window: "c:\dev_gpc\bin\gpc --automake c:\dev_gpc\examples\untitled1.pas -oc:\dev_gpc\examples\untitled1.exe -fno-inline -fno-io-checking -fno-stack-checking -O1 -march=i386 -mcpu=i386 -funit-path=c:\dev_gpc\units -Bc:\dev_gpc\lib\ -Bc:\dev_gpc\lib\gcc- lib\ -Bc:\dev_gpc\bin"
So the necessary "-B" switches are there - and I cannot see why there should be a problem.
Perhaps adding "c:\dev_gpc\bin" to the Windows PATH might help.
Maybe the trailing `' is the problem. DJGPP seems to want a `/'.
Anyway, if GPC is properly installed (i.e., in the directories it was built for, e.g. gpcpp in <prefix>/lib/gcc-lib/<target>/<platform>), no `-B' option should be needed at all.
Frank