This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: cloog static build
- From: Sebastian Pop <sebpop at gmail dot com>
- To: Rainer Emrich <rainer at emrich-ebersheim dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 10 Aug 2009 16:24:58 -0500
- Subject: Re: cloog static build
- References: <4A7FE6C3.5000006@emrich-ebersheim.de>
On Mon, Aug 10, 2009 at 04:22, Rainer Emrich<rainer@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