On Saturday 18 Oct 2014 12:12:26 Marco van de Voort wrote: >... > (fpdoc requiring crt*) > > crt* files are part of build-essentials and are basically *nix binary > startup code. > > Most binaries don't need them, since they use RTL supplied versions of these > startup files for pascal-only programs. Only when a program links to libc > this changes. > > Currently fpdoc can optionally use (c)threads (recommended for lcl.chm > building, halving the time almost), and has some characterset support > (cwstrings), both of which require libc. > > If this for any reason is not convenient, try to comment "cwstring," in the > uses list of fpdoc.
Thanks Marco, Ideally, I would like to establish a build process that doesn't require any changes to the FPC codebase. _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
