Date: Wed, 19 May 1999 13:14:11 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Ronald Landheer cc: djgpp AT delorie DOT com Subject: Re: FPU emulation 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 Wed, 19 May 1999, Ronald Landheer wrote: > I've taken a look at it: it seems that when I put it in the linker options > in RHIDE, it should work, because the -Xlinker option is also added. This is not necessarily true; you need to watch the actual command line passed to the linker to make sure that the libraries are last. > I can't change the order in which RHIDE adds the command-line options AFAIK, you aren't supposed to specify libraries as command-line options in RHIDE; you are supposed to add them to the list of libraries in the current project, and leave it to RHIDE to put them on the command line. I don't know how to do that, since I don't use RHIDE, though.