[fpc-pascal]utils-path

Jonas Maebe jonas at zeus.rug.ac.be
Tue Oct 10 16:28:34 CEST 2000


>  ldw found:      ppc386 -FDc:\devel\fpc\bin\win32 menu
>  ldw not found:  ppc386 -FDc:\devel\fpc\bin\$TARGET menu
>  ldw not found:  ppc386 -Twin32 -FDc:\devel\fpc\bin\$TARGET menu

Mayeb the ones with $TARGET will work if you enclose those arguments with 
quotes:

ppc386 '-FDc:\devel\fpc\bin\$TARGET' menu

>After that I add to ppc386.cfg
>  -FDc:\devel\fpc/bin/win32
>But this resulted in external linking too.

It seems your ppc386.cfg doesn't get loaded (or at least not the copy 
you're editing). The search order for a ppc386.cfg is

a) current dir
b) dir where ppc386.exe is
c) ?

>The commandline option -va does not give more informations about that.

Maybe it allows you to see which ppc386.cfg is loaded.


Jonas




More information about the fpc-pascal mailing list