http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53817
Bug #: 53817 Summary: The import antlr cannot be resolved Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassig...@gcc.gnu.org ReportedBy: wbr...@gmail.com Created attachment 27723 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27723 log build of stringtemplate with command CLASSPATH=/usr/local/lib/libantlr.so gcj-4.7.1 -v -O3 -fPIC -shared -o test.so `find src -type f -name '*.java'` fails with error src/org/antlr/stringtemplate/language/StringTemplateToken.java:30: error: The import antlr cannot be resolved import antlr.CommonToken; see log