From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21178 invoked by alias); 12 Apr 2006 15:12:16 -0000 Received: (qmail 21170 invoked by uid 22791); 12 Apr 2006 15:12:16 -0000 X-Spam-Check-By: sourceware.org Received: from ex.2n.cz (HELO ex.2n.cz) (213.29.92.11) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Apr 2006 15:12:12 +0000 Received: from orphique ([192.168.2.154]) by ex.2n.cz with Microsoft SMTPSVC(5.0.2195.6713); Wed, 12 Apr 2006 17:12:09 +0200 Received: from ladis by orphique with local (Exim 3.36 #1 (Debian)) id 1FTh1A-0004mk-00 for ; Wed, 12 Apr 2006 17:12:28 +0200 Date: Thu, 13 Apr 2006 05:17:00 -0000 From: Ladislav Michl To: binutils@sourceware.org Subject: Building for i586-pc-interix3 host Message-ID: <20060412151228.GA17847@orphique> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060126 X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00178.txt.bz2 Hi there, I just built current CVS on i586-pc-interix3 host for ARM linux target. There are few problems I do not know how to fix correctly. _ALL_SOURCE has to be defined for prototypes of strcasecmp etc, and some gas source files are including at first place directly, so defining _ALL_SOURCE in config.h won't help in this case. How should this be fixed? Adding _ALL_SOURCE to config/mh-interix? $ uname -a Interix Nsfordev-XP 3.5 SP-8.0.1969.1 x86 Intel_x86_Family15_Model3_Stepping4 Any hints appreciated, ladis