Mail Archives: djgpp/1997/08/20/18:05:10
Message-ID: | <33F9BFDF.D802188C@fcee.urv.es>
|
Date: | Tue, 19 Aug 1997 17:46:39 +0200
|
From: | Alexis Roda <arv AT astor DOT urv DOT es>
|
MIME-Version: | 1.0
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Problem linking with tvision
|
NNTP-Posting-Host: | 195.5.77.94
|
Lines: | 20
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Hello again,
finally I've found the source files of tvision, applied the tv-patches
that come with rhide sources, succesfully (no error messages at least)
build libtv.a and copied it and the include files to suitable
directories. Now I'm in trouble when compiling a sample program:
bash$ gxx -o demo.exe tvguid01.cc -ltv
e:/gcc/lib/libtv.a(tprogram.o)(.text+0x659):tprogram.cc: undefined
reference to `gettext__'
e:/gcc/lib/libtv.a(opstream.o)(.text+0x5b9):opstream.cc: undefined
reference to `gettext__'
bash$
tvguid01.cc is a simple "myApp.run();". Any clue ??
---
Saludos
Alexis Roda
- Raw text -