hello all, at the moment i make a few test builds, but the reference build fails on the zip package (version -> trunk). It fails with the following message:
"/usr/bin/cpp match.S > match.s i486-t2-linux-gnu-as _match.s mv _match.o match.o mv: cannot stat '_match.o': No such file or directory" I have looked in the regarding Makefile (unix/Makefile) and they run in line 92 $(AS) _match.s. $(AS) should be "cc -s" but in the T2 environment (debug.buildenv) AS is declared as declare -x AS="i486-t2-linux-gnu-as" which creates a.out instead of _match.o. Where should i patch this? In the makefile? In the zip.conf file? best regards, flo
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe t2
