Archive for the ‘Mac OS X’ Category

OS X Beanstalkd compile issues

Thursday, January 10th, 2008 Posted in Linux, Mac OS X | No Comments »

I ran into a few problems compiling Beankstalkd on OS X. I kept seeing: Makefile:9: *** multiple target patterns.  Stop. After some searching, I referred to this thread on the Beanstalkd mailing list: http://groups.google.com/group/beanstalk-talk/browse_thread/thread/3351a425342fe09f/159178b5c5be2849?lnk=gst&q=make#159178b5c5be2849 Basicaly, all I had to do was update gmake: sudo ...