From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson Date: Thu, 10 Jan 2002 19:24:52 +0000 Subject: Re: [Linux-ia64] have some trouble with cross compile (386->ia64) Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >In file included from config/ia64/unwind-ia64.c:35: >unwind.h:170:20: stdlib.h: No such file or directory You didn't specify headers for the target. You need to copy /usr/include and /usr/lib from the target IA-64 machine onto the host IA-32 machine, and then use the configure options --with-headers=<...path to IA-64 headers...> --with-libs=<...path to IA-64 libs...> Jim