-----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? Cheers, Rainer P.S.: I'm using cloog-ppl-0.15.3. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkp/5sMACgkQoUhjsh59BL5dCACgwYYfY7smYWA5RdkT0O7W9y6f BkwAoKmRvsfykaF7tGPsY3BFjuj2f31n =1jaE -----END PGP SIGNATURE-----