Mail Archives: djgpp/2003/12/16/15:32:00
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
From: | am_computers AT hotmail DOT com (AHMED SAMIR)
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Problems installing TVision
|
Date: | 16 Dec 2003 12:19:20 -0800
|
Organization: | http://groups.google.com
|
Lines: | 80
|
Message-ID: | <a370c0bc.0312161219.19908cea@posting.google.com>
|
NNTP-Posting-Host: | 62.135.73.42
|
X-Trace: | posting.google.com 1071605960 20480 127.0.0.1 (16 Dec 2003 20:19:20 GMT)
|
X-Complaints-To: | groups-abuse AT google DOT com
|
NNTP-Posting-Date: | Tue, 16 Dec 2003 20:19:20 +0000 (UTC)
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Problems installing TVision:
I can't get TVision to work with my DJGPP environment.
I always get the following error :
C:\Utility\DJGPP\contrib\tvision\examples\tutorial>make -f
tvguid01.mkf
gpp -L../../makes -Lc:/utility/djgpp/contrib/tvision/makes
-Lc:/utility/djgpp/li
b -o tvguid01.exe ./tvguid01.o -lrhtv -lstdcxx
../../makes/librhtv.a(opstream.o)(.text+0x76b):opstream.cc: undefined
reference
to `TVIntl::getText(char const*)'
../../makes/librhtv.a(osclipboard.o)(.text+0x3e):osclipboard.cc:
undefined refer
ence to `TVIntl::getText(char const*)'
collect2: ld returned 1 exit status
make.exe: *** [tvguid01.exe] Error 1
I always get this message when trying to compile any of the TVision
examples. Same situation occurs while using the make utility or the
rhide IDE.
As a background, I did install the necessary tools needed for TVision
compilation. But I had a problem with gettext installation. For it
requires the replacement of conio.h and lib.a with modified ones. But
as I soon as I did so, the configure command that is needed to begin
TVision installation did throw an error - looking for a working gcc :
not found working gcc - and it stops.
So I did restore the original conio.h and lib.a and invoked the
command : configure --no-intl to disable international support.
I then invoked the following :
make
make install
make clean
Everything goes smooth but I can't compile any of the provided
examples. With the above error message poping out in every session.
I did repeat the process but invoked configure with --force-dummy
option, no success either, but different error message though :
C:\Utility\DJGPP\contrib\tvision\examples\tutorial>make -f
tvguid01.mkf
gpp -L../../makes -Lc:/utility/djgpp/contrib/tvision/makes
-Lc:/utility/djgpp/li
b -L../../intl/dummy -o tvguid01.exe ./tvguid01.o -lrhtv -lstdcxx
-ltvfintl
c:/utility/djgpp/lib/libc.a(conio.o)(.text+0x110):conio.c: multiple
definition o
f `_gettext'
../../makes/libtvfintl.a(intldummy.o)(.text+0x25):intldummy.c: first
defined her
e
collect2: ld returned 1 exit status
make.exe: *** [tvguid01.exe] Error 1
By the way, my laptop is running Windows ME.
Any suggestions ?? Thanks in advance.
The following utilities are installed on my system :
bnu214b.ver djdev203.ver mak3791b.ver txi46b.ver gdb53b.ver
rhide15b.ver gcc332b.ver gpp332b.ver tv202s.ver
fil41b.ver txt20b.ver shl2011b.ver
perl561b.ver gtxt040b.ver licv17b.ver
Yours,
Ahmed Samir
Cairo, EGYPT
- Raw text -