-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sebastian Pop schrieb: > On Mon, Aug 10, 2009 at 04:22, Rainer Emrich<rai...@emrich-ebersheim.de> > wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> I build my gcc windows versions (*-pc-cygwin, *-pc-mingw32, *-w64-mingw32) >> using >> static build libraries gmp, mpfr, mpc, ppl and cloog. Configuration and >> building >> of gcc is really easy using the --with-host-libstdcxx configure switch. >> That's >> not true for cloog. If configured against static versions of gmp and ppl I >> have >> to edit the Makefile manually and add -lstdc++ to LIBS. >> >> Is there a possibility to check at configure time if a static version of gmp >> is >> used and add -lstdc++ dependent on the result? >> > > Fixed in the git repo: http://repo.or.cz/w/cloog-ppl.git and I will > put a new tar.gz on > ftp://gcc.gnu.org/pub/gcc/infrastructure/ > > Thanks for reporting this problem, > Sebastian > Thanks for the fast action! But that's still not working because you insert the library at the beginning of the library list. We need it at the end of the list after -lgmpxx to resolve correctly.
Cheers, Rainer -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqBX8MACgkQoUhjsh59BL5VGwCdE73Gbpmgn4NrooK9Ba41detA nnUAni2uRTaxSccwq2wz20QXyC5jsmU1 =biKB -----END PGP SIGNATURE-----