This is the mail archive of the gcc-prs@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/1999: java_cup VS gcj



>Number:         1999
>Category:       other
>Synopsis:       java_cup VS gcj
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 15 08:06:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     anast@solidum.com
>Release:        unknown-1.0
>Organization:
>Environment:
linux	
>Description:
My question is:
did gcj offer support for the java_cup package, if not
is it suffisant to generate object files from java_caup.runtime.*
and link them with my application which use the java_cup
package and needed to be converted to an executable file.
the command that i tried :

/usr/local/bin/gcj --main=Compiler  \
-shared -o ../../lib/libclassifier.so /stuff/ObjFiles/*o \
TransObjFiles/*.o -o Compiler

where /stuff/ObjFiles/*o contains object files generated from 
java_cup files, but after the executable file was generated, 
i tried to execute it but it gives me segmentation fault.

thanks.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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