[LLVMdev] More configure problems

Reid Spencer reid at x10sys.com
Tue Aug 31 07:26:56 PDT 2004


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

> 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

That's the symptom of writing:

  if test X -eq Y

instead of

  if test X = Y

when X and Y are not numeric.

This is fixed in the latest patch I sent earlier.

Reid.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040831/731f58a6/attachment.sig>


More information about the llvm-dev mailing list