This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

-fno-rtti documentation patch


Here's a patch to update the FAQ to mention -fno-rtti for CNI C++ source.

Index: ChangeLog
===================================================================
RCS file: /cvs/java/htdocs/ChangeLog,v
retrieving revision 1.16
diff -h -r1.16 ChangeLog
0a1,4
> 2000-01-06  Glenn Chambers <gchambers@provsol.com>
> 	* faq.html: Add text about -fno-rtti.
> 	Fix bogus close-tag left behind in my last edit.
> 
Index: faq.html
===================================================================
RCS file: /cvs/java/htdocs/faq.html,v
retrieving revision 1.9
diff -h -r1.9 faq.html
87a88
>             <li><a href="#4_6">I'm getting link errors!</a> 
556a558,571
>       <dl>
>         <dt>&nbsp; </dt>
>       </dl>
>       <dl>
>         <dt>
>           <h3><a name="4_6">4.6 I'm getting link errors</a></h3>
>         </dt>
>         <blockquote>
>         <p>If you get errors at link time that refer to
>           'undefined reference to `java::lang::Object type_info function',
>           verify that you have compiled any CNI C++ files with the
>           -fno_rtti option.
>         </blockquote>
>       </dl>
683c698
<         <p>Glenn Chambers</a> has created a couple 
---
>         <p>Glenn Chambers has created a couple 
686a702,705
>         </p>
>         <p>
>         Note that you must compile the C++ files used for CNI with the
>         -fno-rtti option.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]