Date: Mon, 16 Mar 1998 09:58:41 +0200 (EET) From: Andris Pavenis To: Ricki Lee King cc: djgpp AT delorie DOT com Subject: Re: SWORD installation In-Reply-To: <001d01bd4fc3$52a36960$a2fd5fcc@eunuch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 14 Mar 1998, Ricki Lee King wrote: > i installed djgpp with gcc2.8, grx22, and allegro, > and they all work fine. now i am trying to install > SWORD. i tried starting a project in rhide to compile > the Hello.cc sample. the compile went fine but the > linking did not work. error about undefined references > in libSWORD.a . i did make in the hello directory and > i got a coff file. i ran coff2exe and got an exe file and > that ran okay. so now i think igot a library being called > in the wrong order from rhide. ..... > > Creating: hello.exe > _ > Error: e:/djgpp/lib/libSWORD.a(zone.o)(.text+0x6ca):zone.cc: undefined > referereference to `GrSetClipBox' > > Error: e:/djgpp/lib/libSWORD.a(zone.o)(.text+0x830):zone.cc: undefined > reference to `GrPlot' > > WORD.a(zone.o)(.text+0x860):zone.cc: > undefined reference to `GrFilledBox' > > WORD.a(zone.o)(.text+0x890):zone.cc: > undefined reference to `GrBox' > The names of functions that were not found looks familiar to me. Looks that You need GRX graphic library. You can get it from place You got DJGPP (directory v2tk/grx22.zip) or from Hartmut Schirmer homepage (http://www.techfak.uni-kiel.de/~hsc/GRX/) Andris