Dear Florian,

Harmuth, Florian wrote:
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,
Ah, this is a new regression as I just recently added to pass AS=...
by defaults on cross builds (fixes a couple of packages :-).

I would just workaround this in the zip package and add the AS=...
as required by that makefile.

Patch welcome, especially as it does not appear to abort on my
side

Yours,

--
 René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
 http://exactcode.de | http://t2-project.org | http://rene.rebe.name



----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of: unsubscribe t2

Reply via email to