Re: [PPL-devel] First PPL 0.10.1 release candidate

2009-04-07 Thread Dave Korn
Roberto Bagnara wrote: >> 456 ./configure --prefix=/opt/gcc-tools -v --disable-static >> --enable-shared 2>&1 | tee conf.log > > I assume --disable-static is OK for Cygwin. Yes, it certainly should be, and is required because our distro ships only a DLL version of GMP, and no static lib. >

Re: [PPL-devel] First PPL 0.10.1 release candidate

2009-04-07 Thread Roberto Bagnara
Dave Korn wrote: Roberto Bagnara wrote: Dave Korn wrote: Target: i686-pc-cygwin, cygwin-1.7.0-42, gcc-4.3.2, ppl configured with --enable-shared --disable-static, no -fexceptions, no --enable-cxx. I am not following here. There are no "-fexceptions" and "--enable-cxx" in the PPL configuratio