Yeah, it looks like the Makefile picks up the ARCH variable when it is exported.  Probably best solution is to unset ARCH (like it was already mentioned) right before the redis.SlackBuild defines ARCH.  That way ARCH is defined but not used by the Makefile.<br>
<br>--Larry<br><br><div class="gmail_quote">On Sat, Jan 19, 2013 at 2:06 AM, Audrius Kažukauskas <span dir="ltr"><<a href="mailto:audrius@neutrino.lt" target="_blank">audrius@neutrino.lt</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, Giorgio,<br>
<div class="im"><br>
On Sat, 2013-01-19 at 01:56:10 +0100, Giorgio Peron wrote:<br>
> I got this error during the Redis compilation on a 64 bit machine<br>
</div><...><br>
<div class="im">> my workaround was unset and set the ARCH variable before and after<br>
> the make command. There is a better solution?<br>
<br>
</div>Not that I know of.  It's the second time this issue arises, and the<br>
solution last time was the same (unset ARCH).  See<br>
<a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/2012-September/009230.html" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/2012-September/009230.html</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Audrius Kažukauskas<br>
<a href="http://neutrino.lt/" target="_blank">http://neutrino.lt/</a><br>
</font></span><br>_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
<br></blockquote></div><br>