RE: [LLVMdev] Building llvm and cfrontend under cygwin

Hi Reid,

2. Make sure you aren't trying to link in some old/crufty crtend.bc
    file. Try doing "make uninstall ; make clean" in your crtend
    directory if you think this might be the case.

"make install" fails - there is no such target.

If those don't clear the problem, please tell me what version
of LLVM you're trying to compile (looks like 1.3) and send
the output of:
  cd runtime ; make VERBOSE=1"

Environment:
  CFEINSTALL=/cygdrive/d/3rd-party/cfrontend/install
  LLVM_LIB_SEARCH_PATH=/cygdrive/d/3rd-party/cfrontend/build/gcc
  
PATH=/cygdrive/d/3rd-party/llvm/tools/Debug:/usr/local/bin:/usr/bin:/bin
:/usr/X11R6/bin

Here we go: