Date: Thu, 15 Jun 2000 11:33:49 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Couperin cc: djgpp AT delorie DOT com Subject: Re: GRX23 configuration : help needed In-Reply-To: <39481386.6045583@news.free.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Precedence: bulk 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.