Message-ID: <3630F549.5ADBEFEF@gmx.net> Date: Fri, 23 Oct 1998 20:29:45 -0100 From: Robert Hoehne Organization: none provided X-Mailer: Mozilla 4.01 [de] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Can someone help me with the Turbo Vision port which comes with RHIDE ? X-Priority: 3 (Normal) References: <199810211445 DOT QAA41572 AT ieva06 DOT lanet DOT lv> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Andris Pavenis wrote : > > use same options for Your sources. I think Robert turned off > exceptions and RTTI to have smaller executables, as these features > is not used in RHIDE. Exact. > Perhaps it may be sufficient to remove -fno-rtti from gcc options > when building libtv.a If you build the libtv.a usign RHIDE and the provided project files, this can be done easyly, by editing the file common.mak in the root RHIDE source directory by commenting out (or editing) the line, where these flags are set. If you compile libtv.a using make, create libtv.a with a command like make libtv.a CXXFLAGS="-frtti" or, last alternative, compile your code also with -fno-rtti Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************