delorie.com/archives/browse.cgi | search |
Date: | Thu, 15 Jun 2000 11:33:49 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Couperin <f DOT couperin AT online DOT fr> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: GRX23 configuration : help needed |
In-Reply-To: | <39481386.6045583@news.free.fr> |
Message-ID: | <Pine.SUN.3.91.1000615113330.11632U@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Wed, 14 Jun 2000, Couperin wrote: > C:\djgpp\travail>gcc -o circtest.exe circtest.c {that is my command} This is wrong: you need to append -lgrx20 or -lgrx23 (depending on what is the library name) to this command line. Without that, the linker won't know that you want it to scan the GRX library. I think section 8.8 of the DJGPP FAQ list explains this.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |