From: "Oliver Batchelor" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with GRX 2.3..!! Date: 11 Jul 1998 04:34:45 GMT Organization: The World's Usenet -- http://www.Supernews.com Lines: 24 Message-ID: <01bdac85$1a839220$bf0562cb@default> References: <35A66C93 DOT 53D1 AT w-link DOT net> NNTP-Posting-Host: 203.98.5.191 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I had exacly the same problem when I was setting up the allegro graphics library. You have to go to options then to librarys and write in the name of the grx2.3 library file minus the "lib" at the start and the extention ".a" at the end. eg. The file may be called something like "libgrx.a" and you would then put in the options librarys box "grx" and check the box next to it. SANJAY M HANJI wrote in article <35A66C93 DOT 53D1 AT w-link DOT net>... > Hi, > I am using GRX 2.3 package for graphics along with GCC compiler and > RHIDE editor.But if I run a test programme from GRX it is giving > following error for all graphics functions.. > unspecified reference to GrLine(),GrFilledBox(),..etc etc > How to get rid of this problem..I have set environmental variables... > Please Help.. > > Seema >