Eric Niebler wrote:
I am running into the same problem (cannnot build latest snapshot on cygwin). I 
have built and installed the latest binutils from head (see attached config.log 
for details). But still the build fails. Any help?

This is strange! Recent snapshots (4.3, 4.4, 4.5) build OB both on Cygwin-1.5 and 1.7. In 1.5 I have build the same binutils of 1.7.

I configure with:

${source_dir}/configure --prefix="${prefix_dir}" \
        --exec-prefix="${eprefix_dir}" \
        --sysconfdir="${sysconf_dir}" \
        --libdir="${lib_dir}" \
        --libexecdir="${libexec_dir}" \
        --mandir="${man_dir}" \
        --infodir="${info_dir}" \
        --program-suffix="${suffix}" \
        --enable-bootstrap \
        --enable-checking=release \
        --enable-decimal-float=bid \
        --enable-languages=c,c++,fortran \
        --enable-libgomp \
        --enable-libssp \
        --enable-nls \
        --enable-threads=posix \
        --enable-version-specific-runtime-libs \
        --disable-fixed-point \
        --disable-libmudflap \
        --disable-shared \
        --disable-sjlj-exceptions \
        --disable-win32-registry \
        --with-arch=i686 \
        --with-dwarf2 \
        --with-system-zlib \
        --with-tune=generic \
        --without-included-gettext \
        --without-x || return 1


Cheers,
   Angelo.

Reply via email to