From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14312 invoked by alias); 27 Mar 2006 14:52:51 -0000 Received: (qmail 14304 invoked by uid 22791); 27 Mar 2006 14:52:50 -0000 X-Spam-Check-By: sourceware.org Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 27 Mar 2006 14:52:50 +0000 Received: (qmail 32116 invoked by uid 10); 27 Mar 2006 14:52:48 -0000 Received: (qmail 6868 invoked by uid 500); 27 Mar 2006 14:52:40 -0000 To: Daniel Jacobowitz Cc: Eli Zaretskii , Jim Blandy , sje@cup.hp.com, gdb-patches@sourceware.org Subject: Re: [PATCH] Remove gdb/nlm subdirectory References: <200603240102.RAA18110@hpsje.cup.hp.com> <8f2776cb0603232024u163c75edm20eb01ff1d476d18@mail.gmail.com> <20060324043008.GA5092@nevyn.them.org> <20060324144727.GA15703@nevyn.them.org> <20060327042430.GA17549@nevyn.them.org> From: Ian Lance Taylor Date: Mon, 27 Mar 2006 23:59:00 -0000 In-Reply-To: <20060327042430.GA17549@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00310.txt.bz2 Daniel Jacobowitz writes: > I was just going by this: > > This code is intended to produce an NLM (a NetWare Loadable Module) > to run under Novell NetWare. To create the NLM, compile this code > into an object file using the NLM SDK on any i386 host, > > If that's not true, where do you get these? > > #ifdef __i386__ > #include > #include > #include > #include > #include > #else > #include > #include > #include > #include > #include > #include > #endif Oh, you're right, sorry. You do need the NLM header files, and they aren't in the GNU sources. They used to be available somewhere, but I no longer remember where. Ian