Message-ID: <003701bd4fc4$808c3ae0$a2fd5fcc@eunuch> From: "Ricki Lee King" To: Subject: SWORD installation Date: Sat, 14 Mar 1998 22:43:17 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0034_01BD4F9A.94DCD420" Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0034_01BD4F9A.94DCD420 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable sorry if this message gets posted twice. lost my connection when sending mail. 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. here is the error: Compiling: hello.cc =1E no errors _ 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' thanks ------=_NextPart_000_0034_01BD4F9A.94DCD420 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
sorry if this message gets posted=20 twice.
lost my connection when sending mail.
 
i installed djgpp with gcc2.8, grx22, and = allegro,
and they=20 all work fine. now i am trying to install
SWORD. i tried starting a = project=20 in rhide to compile
the Hello.cc sample. the compile went fine but=20 the
linking did not work. error about undefined references
in = libSWORD.a .=20 i did make in the hello directory and
i got a coff file. i ran = coff2exe and=20 got an exe file and
that ran okay. so now i think igot a library = being=20 called
in the wrong order from rhide.

here is the=20 error:

Compiling: hello.cc
=1E
no errors
_
Creating:=20 hello.exe
_
Error: = e:/djgpp/lib/libSWORD.a(zone.o)(.text+0x6ca):zone.cc:=20 undefined
referereference to `GrSetClipBox'

Error:=20 e:/djgpp/lib/libSWORD.a(zone.o)(.text+0x830):zone.cc: = undefined
reference to=20 `GrPlot'

         &nb= sp;           &nbs= p;            = ;     =20 WORD.a(zone.o)(.text+0x860):zone.cc:
undefined reference to=20 `GrFilledBox'

        &nbs= p;            = ;            =     =20 WORD.a(zone.o)(.text+0x890):zone.cc:
undefined reference to=20 `GrBox'

thanks
------=_NextPart_000_0034_01BD4F9A.94DCD420--