16 Jul
2009
16 Jul
'09
11 a.m.
Hi! I compiled gmp for mingw32: CPPFLAGS=-fexceptions ../gmp-4.3.1/configure\ --host=i686-pc-mingw32 --target=i686-pc-mingw32\ --prefix=/home/heiko/mw32htools\ --enable-cxx --disable-static --enable-shared And after that I tried to compile ppl, but it didn't find gmp. Configure does not add the include path "/home/heiko/mw32htools/include" to the flags. I guess that it is because the shared libs are named "libgmp.dll.a" and "libgmpxx.dll.a". I now added the include path via CPPFLAGS, and build fails because ld can not find -lgmpxx... I think a shared gmp is not quite a good idea... Any suggestions? TIA, Heiko.