[fpc-pascal] Building a i686-pc-mingw32 crosscompiler from i686-darwin
Daniël Mantione
daniel.mantione at freepascal.org
Mon Jul 16 13:13:41 CEST 2007
Op Mon, 16 Jul 2007, schreef Adriaan van Os:
> /usr/local/lib/fpc/2.3.1/units/i386-win32/rtl
> install: ../../rtl/units/i386-win32/rtlconsts.ppu: No such file or directory
> make: *** [fpc_install] Error 71
Most of the win32 rtl is built by a build unit called buildrtl.pp
in the directory rtl/win32. rtlconsts is listed in this unit and should
have been compiled. Could you check wether the compiler does the actual
compilation of rtlconsts? If yes, where did it place the rtlconsts.ppu?
Daniël
More information about the fpc-pascal
mailing list