[LLVMdev] More configure problems

Jeff Cohen jeffc at jolt-lang.org
Mon Aug 30 21:27:26 PDT 2004


On Mon, 30 Aug 2004 20:48:45 -0700
Jeff Cohen <jeffc at jolt-lang.org> wrote:

> When I ran configure after updating, I get various errors.  First:
> 
> % ../configure --enable-jit --with-llvmgccdir=/home/llvm/cfrontend/x86/llvm-gcc
> checking for a BSD-compatible install... /usr/bin/install -c
> checking build system type... i386-unknown-freebsd5.2.1
> checking host system type... i386-unknown-freebsd5.2.1
> checking target system type... i386-unknown-freebsd5.2.1
> test: Unknown: bad number
> 
> And finally:
> 
> config.status: creating Makefile.config
> config.status: creating include/Support/DataTypes.h
> config.status: creating include/Support/ThreadSupport.h
> config.status: creating include/Support/hash_map
> config.status: creating include/Support/hash_set
> config.status: creating include/Support/iterator
> config.status: creating include/Config/config.h
> config.status: linking ../lib/System/Unknown to lib/System/platform
> config.status: error: ../lib/System/Unknown: file not found

I hacked up the configure script to treat freebsd the same as linux and
started the build.  We'll see if the two are similar enough for it to
work.  The change caused the first error to become:

test: Linux: bad number




More information about the llvm-dev mailing list