Date: Tue, 22 Jun 1999 09:41:19 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Gustavo Niemeyer cc: "Djgpp AT Delorie. Com" Subject: Re: MySQL & DJGPP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 21 Jun 1999, Gustavo Niemeyer wrote: > Is there any problem > about linking Linux compiled libraries (.a) on DJGPP??? It probably won't work, since Linux uses a different format for object and executable files, and the library internals are different. Unless that library was compiled by a Linux-to-DJGPP cross-compiler, you are most probably out of luck. It's usually easier to get the sources and compile them with DJGPP.