hackpar / redis

Automatically exported from code.google.com/p/redis
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Makefile target "32bit" does not work correct on 64bit system (2.2rc1) #407

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Redis Makefile does not send target "32bit" to hiredis and linenoise Makefiles. 
And "32bit" target does not apply -m32 option to gcc really.

Note: after fix these Redis is builded fine on my debian squeeze 64bit host and 
"make test" work ok.

Original issue reported on code.google.com by alexey.p...@gmail.com on 16 Dec 2010 at 1:09

GoogleCodeExporter commented 8 years ago
did you tried make clean (at top level, not inside src) before trying make 32 
bit target?

Original comment by anti...@gmail.com on 16 Dec 2010 at 1:19

GoogleCodeExporter commented 8 years ago
I did build debian package for new Redis and so make clean as
http://202.203.132.242/cgi-bin/dwww?type=runman&location=DH_AUTO_CLEAN/1

Original comment by alexey.p...@gmail.com on 16 Dec 2010 at 1:59