Date: Mon, 28 Feb 2000 08:30:35 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Frank Donahoe cc: DJGPP List Subject: Re: LD errors compiling source from gnupg-1.0.1.tar.gz In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 27 Feb 2000, Frank Donahoe wrote: > I took the following from Brian Raiter's match.S in zlib > #ifndef NO_UNDERLINE > #define match_init _match_init > #define longest_match _longest_match > #endif > > and changed all the mpih*.S files appropriately. It solved that > problem completely. This should be reported to the maintainers as a bug: a package cannot assume there are no underscores, it should test for that at configure time.