bug-ncurses
[Top][All Lists]
Advanced

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

bad CC usage when cross.compiling


From: Daniel Stenberg
Subject: bad CC usage when cross.compiling
Date: Fri, 17 Jun 2005 09:14:44 +0200 (CEST)

(I'm not subscribed to any ncurses-related list)

GNU ncurses 5.4

When I build ncurses crosscompiled, it clearly confuses matters and the ncurses/Makefile tries to build make_keys and make_hash with the compiler for target. (BUILD_CC is set to be CC).

Command line used:

./configure --target=arm-unknown-linux-gnu --host=arm-unknown-linux-gnu --build=i686-pc-linux-gnu && make

I worked around the problem for now by setting BUILD_CC = gcc in ncurses/Makefile.

Of course I could be severly confused too...

--
         -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
  ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol




reply via email to

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