X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sun, 16 Dec 2001 10:38:50 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Greg & Steph cc: djgpp AT delorie DOT com Subject: Re: GRX243 Help Please In-Reply-To: <3C1C2C74.E31A0D62@xtra.co.nz> 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 Sun, 16 Dec 2001, Greg & Steph wrote: > This Compiles Ok , but wont Make... > > Undefined Reference to "GrSetMode" > In fact Undefined Reference to every thing else starting with "Gr" > > What am I doing wrong??? You didn't tell GCC to look in the GRX library, so it doesn't find any of the GRX functions. From the command line, add -lgrx20 to your link command line. I don't know how to do this from RHIDE.