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

Reply via email to