I keep getting errors: lib\libfftw3f.a(generic.o):generic.c:(.text+0x1b3): undefined reference to `__chkstk_ms' lib\libfftw3f.a(lt8-generic.o):generic.c:(.text+0x1f0): undefined reference to `__chkstk_ms' lib\libfftw3f.a(lt8-generic.o):generic.c:(.text+0x370): undefined reference to `__chkstk_ms' lib\libfftw3f.a(transpose.o):transpose.c:(.text+0xa96): undefined reference to `__chkstk_ms' lib\libfftw3f.a(cpy2d.o):cpy2d.c:(.text+0x6f7): undefined reference to `__chkstk_ms' lib\libfftw3f.a(direct.o):direct.c:(.text+0x83a): more undefined references to `__chkstk_ms' follow
usually when i doubleclick an error it opens the place where error occured But now it doesnt work
Are you using Code::Blocks to compile? If so, go to your project build options, and find and remove -DGRAVFFT in your compiler options, and also remove -lfftw3f from the linker options. In the meantime, I'll try to figure out what's going on with those undefined references... (oh, and try updating your MinGW; I have __chkstk_ms defined in libgcc.a (which is part of MinGW and automatically gets linked in), so it should also be that way for you, too...)