Date: Wed, 21 Oct 1998 15:34:53 +0200 (MET DST) From: Olivier Perron X-Sender: perron AT rtbsci146s To: "Salvador Eduardo Tropea (SET)" Cc: djgpp AT delorie DOT com Subject: Re: Can someone help me with the Turbo Vision port which comes w In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 21 Oct 1998, Salvador Eduardo Tropea (SET) wrote: > Are you using the same compiler you used to compiler the library? (same > version). > Yes, I used gcc-2.8.1 to compile both the TurboVision library and the Borland sample. I think I have a working C++ installation with nothing which could come from gcc-2.7.2, but who knows... In the case it could be usefull, here is the output of the gxx -v command: Reading specs from c:/djgpp/lib/gcc-lib/djgpp\2.81\specs gcc version 2.8.1 ld -o listbox.exe c:/djgpp/lib/gcc-lib/djgpp\2.81\crtf.o c:/djgpp/lib/crt0.o -L/djgpp/contrib/rhide-1.46/tvision -Lc:/djgpp/lib/gcc-lib/djgpp\2.81 -Lc:/djgpp/lib -L/usr/lib listbox.o -ltv -lstdcxx -lm -lgcc -lc -lgcc -Tdjgpp.djl listbox.o: In function `main': listbox.cc:5: undefined reference to `TApplication type_info node' listbox.o: In function `TApp type_info function': listbox.cc(.text+0xc63): undefined reference to `TApplication type_info function'