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]

Linking errors


Hi,
I am trying to compile and link a web-application using Apache JServ.
Compilation is fine, nut linking gives these kind of errors (below) I
have noticed that all errors are on inner classes.
I am using a snapshot from june for the compiler and september for the
runtime.

Any help ?

Torsten

/tmp/org/apache/java/io/LogWriter.class(.text+0x10c8): undefined
reference to `_CL_Q53org6apache4java2io15LogWriter$Agent'
/tmp/org/apache/java/io/LogWriter.class(.text+0x1113): undefined
reference to
`org::apache::java::io::LogWriter$Agent::LogWriter$Agent(org::apache::java::io::LogWriter
*)'
LogWriter.o: In function
`org::apache::java::io::LogWriter::flush(void)':
/tmp/org/apache/java/io/LogWriter.class(.text+0x17a6): undefined
reference to `_CL_Q53org6apache4java2io11LogWriter$1'
/tmp/org/apache/java/io/LogWriter.class(.text+0x17e2): undefined
reference to
`org::apache::java::io::LogWriter$1::LogWriter$1(org::apache::java::io::LogWriter
*)'
LogWriter.o: In function
`org::apache::java::io::LogWriter::LogWriter(java::io::OutputStream *,
org::apache::java::util::Configurations *)':
/tmp/org/apache/java/io/LogWriter.class(.data+0x164): undefined
reference to `_CL_Q53org6apache4java2io15LogWriter$Agent'
collect2: ld returned 1 exit status




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