Hi :-) I installed gel by brew in mac os 10.8.6. I want to compile this code : http://codepad.org/Z8uC8KPA
This error happened. rio:testing rio$ gcc -Wall -I /usr/local/include/ -c example.c rio:testing rio$ gcc -L/usr/local/lib example.o -lgsl -lgslcblas -lm rio:testing rio$ ./example.o -bash: ./example.o: Permission denied rio:testing rio$ chmod +x example.o rio:testing rio$ ./example.o -bash: ./example.o: Malformed Mach-o file Best regards, Rio
