bug-ncurses
[Top][All Lists]
Advanced

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

Re: cross-compiling, gcc-3.3, and --with-build-cc


From: Thomas Dickey
Subject: Re: cross-compiling, gcc-3.3, and --with-build-cc
Date: Thu, 28 Aug 2003 18:59:52 -0400
User-agent: Mutt/1.3.28i

On Wed, Aug 27, 2003 at 01:36:38AM -0700, Dan Kegel wrote:
> # Configure and build
> # Note: in previous releases, had to specify --target.  Now it's --host for 
> some reason.

yes - autoconf maintainers changed this to add an incompatibility.

> # Note: do not use --with-build-cc, it doesn't interact properly with 
> autoconf

I'll have to see what's wrong (thought it was working).

> ../ncurses-5.3/configure BUILD_CC=gcc CC=${CROSS}gcc CXX=${CROSS}g++ 
> AR=${CROSS}ar LD=${CROSS}ld --host=$TARGET --with-shared
> make -j2

the "-j" option doesn't work well with ncurses' makefiles (someone
pointed that out earlier this year).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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