delorie.com/archives/browse.cgi | search |
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 <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Greg & Steph <gswhite AT xtra DOT co DOT nz> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: GRX243 Help Please |
In-Reply-To: | <3C1C2C74.E31A0D62@xtra.co.nz> |
Message-ID: | <Pine.SUN.3.91.1011216103827.13127N-100000@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 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |