This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/16653] New: incompatible type on stack


When try running the binary, its failed with ...
org.apache.xercs.parsers.XML11Configuration::configureXML11Pipeline(()V):
incompatible type on stack ...

The way in which the application is built are:
(1) convert two required xml parser jar to object for linking...
    e.g. gcj -c -O2 xmlParserAPIs.jar

(2) compile the application source and link with those libraries.
    e.g. gcj -O2 --main=Main Main.java xmlParserAPIs.o xercesImpl.o

BTW, I could like to know how to submit a complete report for investigation.

Regards,
Meng Wah

Teng.MengWah@illation.com.sg

-- 
           Summary: incompatible type on stack
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mwteng at hotmail dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org,mwteng at hotmail dot com,tromey at gcc dot gnu
                    dot org
 GCC build triplet: RedHat 9
  GCC host triplet: RedHat 9
GCC target triplet: RedHat 9


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16653


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