|
From: Frustrated <jg...@us...> - 2011-04-05 17:33:37
|
Not sure if I am having the same problem as the introduction to this thread but it sounds similar, thought I would provide more information below: The configure command I am using: ./configure --with-out-malloc16 --enable-threads --with-combined-threads --enable-float --enable-sse --enable-shared --disable-static The problem is when I do a make, I get the following errors, I have no idea why: make all-recursive make[1]: Entering directory `/home/jganger/fftw-3.2.2' Making all in support make[2]: Entering directory `/home/jganger/fftw-3.2.2/support' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/jganger/fftw-3.2.2/support' Making all in kernel make[2]: Entering directory `/home/jganger/fftw-3.2.2/kernel' /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium2 -MT align.lo -MD -MP -MF .deps/align.Tpo -c -o align.lo align.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium2 -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c -DDLL_EXPORT -DPIC -o .libs/align.o In file included from align.c:22:0: ifftw.h:160:6: error: #error sizeof void* is unknown! make[2]: *** [align.lo] Error 1 make[2]: Leaving directory `/home/jganger/fftw-3.2.2/kernel' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jganger/fftw-3.2.2' make: *** [all] Error 2 I am on XP OS, not sure if this matters or not and I am trying to compile fftw through MinGW. Hope this is enough information for someone to give me some help. -- View this message in context: http://mingw-users.1079350.n2.nabble.com/Compile-FFTW-3-2-2-with-threads-tp5700740p6243165.html Sent from the MinGW-users mailing list archive at Nabble.com. |