make ERROR on Mac OS 10.6.8

Joined
Mar 16, 2012
Messages
1
Reaction score
0
Points
1
Hello all,

I am trying to compile a hacked version of memcached.
./configure works fine, but when I execute 'make' I receive the following

Code:
make  all-recursive
Making all in doc
make[2]: Nothing to be done for `all'.
gcc -DHAVE_CONFIG_H -I.    -DNDEBUG -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -I/include -MT depcached.o -MD -MP -MF .deps/depcached.Tpo -c -o depcached.o depcached.c
gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
make[2]: *** [depcached.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Do you know what might be the issue?
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top