<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#333333" bgcolor="#FFFFFF">
    <font face="DejaVu Sans Mono">I got this error during the Redis
      compilation on a 64 bit machine<br>
      <br>
    </font>
    <pre><font face="DejaVu Sans Mono">MAKE hiredis</font></pre>
    <pre><font face="DejaVu Sans Mono">cd hiredis && make static</font></pre>
    <pre><font face="DejaVu Sans Mono">make[3]: Entering directory `/tmp/SBo/redis-2.6.5/deps/hiredis'</font></pre>
    <pre><font face="DejaVu Sans Mono">cc -std=c99 -pedantic -c -O3 -fPIC -O2 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb x86_64 net.c</font></pre>
    <pre><font face="DejaVu Sans Mono">cc: error: x86_64: No such file or directory</font></pre>
    <pre><font face="DejaVu Sans Mono">make[3]: *** [net.o] Error 1</font></pre>
    <pre><font face="DejaVu Sans Mono">make[3]: Leaving directory `/tmp/SBo/redis-2.6.5/deps/hiredis'</font></pre>
    <pre><font face="DejaVu Sans Mono">make[2]: *** [hiredis] Error 2</font></pre>
    <pre><font face="DejaVu Sans Mono">make[2]: Leaving directory `/tmp/SBo/redis-2.6.5/deps'</font></pre>
    <pre><font face="DejaVu Sans Mono">make[1]: [persist-settings] Error 2 (ignored)</font></pre>
    <pre><font face="DejaVu Sans Mono">    CC adlist.o</font></pre>
    <pre><font face="DejaVu Sans Mono">In file included from adlist.c:34:0:</font></pre>
    <pre><font face="DejaVu Sans Mono">zmalloc.h:50:31: fatal error: jemalloc/jemalloc.h: No such file or directory</font></pre>
    <pre><font face="DejaVu Sans Mono">compilation terminated.</font></pre>
    <pre><font face="DejaVu Sans Mono">make[1]: *** [adlist.o] Error 1</font></pre>
    <pre><font face="DejaVu Sans Mono">make[1]: Leaving directory `/tmp/SBo/redis-2.6.5/src'</font></pre>
    <pre><font face="DejaVu Sans Mono">make: *** [all] Error 2</font></pre>
    <font face="DejaVu Sans Mono"><br>
      my workaround was unset and set the ARCH variable before and after
      the make command. There is a better solution?<br>
      Giorgio<br>
    </font>
  </body>
</html>