[fpc-devel] Build on Fedora-Extras buildsystem failes for ppc
Micha Nelissen
micha at neli.hopto.org
Wed Dec 21 13:12:56 CET 2005
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
More information about the fpc-devel
mailing list