Describe the bug
I'm working on centos7.8
wget https://download.redis.io/releases/redis-6.0.9.tar.gz
cd redis-6.0.9
make
A short description of the bug.
make[1]: *** [server.o] Error 1
make[1]: Leaving directory `/opt/redis-6.0.9/src'
make: *** [all] Error 2
To reproduce
Steps to reproduce the behavior and/or a minimal code sample.
Expected behavior
A description of what you expected to happen.
Additional information
Any additional information that is relevant to the problem. I've installed gcc tools
Comment From: oranagra
@zxc916684603 you didn't post the exact build error you're getting, but i'm guessing this is the same as https://github.com/redis/redis/issues/7971 please confirm and look at the correspondence there.
Comment From: oranagra
please follow https://github.com/redis/redis/issues/7509 feel free to reopen if you think this is another issue.