> > It's perfectly normal that both files are not generated. Why do you
> > expect those files there?
> Because they were there before ;) (running make distclean with options
> 2x, make all, make install).
> I've worked around the fpdoc thing, haven't looked at Linux yet. I'll do
> a make install to another directory and see if fpmkcfg pops up somewhere.

What has changed is that binaries were placed into <packagedir>/bin during 
compile, while units are placed in <packagedir>/units/<cpu>-<os>.

Now binaries are also placed in <packagedir>/bin/<cpu>-<os>.

So after compilations those two files should exist:

<fpcsrc>/utils/fpdoc/bin/<cpu>-<os)/fpdoc[.exe]
<fpcsrc>/utils/fpcmkcfg/bin/<cpu>-<os>/fpcmkcfg[.exe]

The location where the file is installed into, did not change though. So after 
installation these two files should exist:

<baseinstalldir>/bin/fpdoc[.exe]
<baseinstalldir>/bin/fpcmkcfg[.exe]

Joost.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to