From: Marcelo E. M. <mar...@bi...> - 2001-06-20 14:53:43
|
>> Dieter Nützel <Die...@ha...> writes: > gcc -O -mcpu=k6 -mpreferred-stack-boundary=2 -malign-functions=4 > -fschedule-insns2 -fexpensive-optimizations -I../include -I../util -Wall > -ansi -pedantic -fPIC > -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE > -DUSE_XSHM -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM > -DPTHREADS -I/usr/X11R6/include anisotropic.c -L../lib -lglut -lGLU -lGL -lm > -o anisotropic does the error go away if you link with g++ instead of gcc? -- Marcelo |