This is the mail archive of the java-discuss@sources.redhat.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]

-O2 failure with new ABI patches


With the latest patches I can no longer compile with -O2:

gcj --main=tcl.lang.Shell -L. -ljacl -Wl,-rpath `pwd` -o jaclsh
./libjacl.so: undefined reference to `LJv0.0'
collect2: ld returned 1 exit status
make: *** [jaclsh] Error 1

This affects both libjava and my application code.  (Without -O2, I haven't
noticed any regressions yet.)

--
Jeff Sturm
jeff.sturm@commerceone.com

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