[LLVMdev] Next LLVM release thoughts?

Aaron Gray angray at beeb.net
Thu Oct 13 14:22:43 PDT 2005


Oleg,

> - llvm/make tools-only worked ok

Good.

> - llvm-gcc/make all failed with the following message (2nd try):
> make[2]: Leaving directory `/home/oleg.smolsky/llvm-gcc-build/gcc'
> make[1]: Leaving directory `/home/oleg.smolsky/llvm-gcc-build/gcc'
> Checking multilib configuration...
> multilib.out is unchanged
> Configuring in i686-pc-cygwin/libstdc++-v3
> configure: loading cache ../config.cache
> checking build system type... i686-pc-cygwin
> checking host system type... i686-pc-cygwin
> checking target system type... i686-pc-cygwin
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for i686-pc-cygwin-gcc... 
> /home/oleg.smolsky/llvm-gcc-build/gcc/xgcc -
> B/home/oleg.smolsky/llvm-gcc-build/gcc/ -B/pacific/llvm-gcc/i686-pc-cygwin/bin/
> -B/pacific/llvm-gcc/i686-pc-cygwin/lib/ -isystem 
> /pacific/llvm-gcc/i686-pc-cygwi
> n/include -isystem /pacific/llvm-gcc/i686-pc-cygwin/sys-include
> checking for C compiler default output... conftest.exe
> checking whether the C compiler works... configure: error: cannot run C 
> compiled
> programs.
> If you meant to cross compile, use `--host'.
> See `config.log' for more details.
> make: *** [configure-target-libstdc++-v3] Error 1

I am not sure but it looks like a problem with your Cygwin instillation ?

Try a 'make configure' or 'make reconfigure'.

Here's a link to the instructions I developed for building LLVM on Cygwin :-

        http://angray.members.beeb.net/llvm/MakingLLVM.html

As far as I know it should hopefully still be correct for the debug build. 
It failed on the release build though due to a bug in ld, which hopefully 
will be fixed with time.

Aaron




More information about the llvm-dev mailing list