gcc -o bm bm.c -O -DMAC_OS_X -I/usr/include/sys -I/System/Library/Frameworks/GLUT.framework/Versions/A/Headers -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -O  -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Libraries -lGL -lGLU -lobjc -lm -framework GLUT
bm.c:282:1: warning: "RAND_MAX" redefined
In file included from bm.c:188:
/usr/include/stdlib.h:117:1: warning: this is the location of the previous definition
bm.c: In function `getmem':
bm.c:2976: error: `tex_ptrs' undeclared (first use in this function)
bm.c:2976: error: (Each undeclared identifier is reported only once
bm.c:2976: error: for each function it appears in.)
bm.c:2976: error: parse error before ')' token
bm.c:2977: error: `share_var' undeclared (first use in this function)
bm.c:2977: error: parse error before ')' token
bm.c:3212:8: macro names must be identifiers
bm.c: In function `autotymer':
bm.c:3391: error: initializer element is not constant
bm.c:3392: error: initializer element is not constant
bm.c:3393: error: initializer element is not constant
bm.c:3394: error: initializer element is not constant
bm.c: In function `main':
bm.c:4421: warning: return type of `main' is not `int'
make: *** [bm] Error 1
