(07-23-2009, 02:23 PM)g-man_emu-gamer Wrote: The makefile in glew has gotten really outdated and will no longer detect your os if you are running os x. This applies to compiling both the 32 and 64 bit versions of glew using the makefile. To add -arch x86_64 as a compilateur linker flag simply type "make -arch x86_64" in your terminal this still won't be fixing the problem with the makefile, but now you know how to add compilateur linker flags for the future/compileing other things.
Thank you so much! After I do that do I type "make" in Terminal? If so It still gives me the same error. How would I fix it?
Thanks