bino-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bino-list] Compilation for dummies


From: Tim Sampson
Subject: Re: [Bino-list] Compilation for dummies
Date: Wed, 27 Jun 2012 12:29:44 +0100
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20120614 Thunderbird/13.0.1

Well, I am learning something here!

This got me a bit further but apparently, I am missing windres.

  checking for i686-pc-mingw32-windres... no
  checking for windres... no
  configure: error: windres not found

Cheers
Tim

On 27/06/2012 12:23, Martin Lambers wrote:
Short fix:

You need backticks (`) for the --build option: --build=`...`.

Explanation:

The --host option tells the configure script which platform you are
building *for*. The --build option tells your configure script which
platform you are building *on*.

What the backticks do is to replace everything inside `...` with the
output of the command build-aux/config.guess. This command guesses your
platform.

You can omit the --build option, in which case the configure script
will just guess your platform (by calling build-aux/config.guess
itself). This usually works, but sometimes gives a warning.

Martin







reply via email to

[Prev in Thread] Current Thread [Next in Thread]