Message-ID: <33F9BFDF.D802188C@fcee.urv.es> Date: Tue, 19 Aug 1997 17:46:39 +0200 From: Alexis Roda MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Problem linking with tvision Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 195.5.77.94 Lines: 20 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 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