Jonas Maebe wrote:
That build log shows that they are creating a smartlinked rtl. In that case, you get an enormous amount of .o files which have to be archived together into one .a file (using the "ar" utility). Apparently the maximum command line length is too short. I'm not sure how to solve that.
You can write a temporary script that adds all files to the archive, and run ar < script, or something similar.
Micha _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
