This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

undefined reference to '_Unwind_FindEnclosingFunction@GCC_3.3


>>>>> /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3/../../../libgcj.so:
>>>>> undefined reference to '_Unwind_FindEnclosingFunction at GCC_3 dot 3'
>>>>> 	[apply] collect2: ld returned 1 exit status

The sources compile properly on my machine (RH8.0/GCJ3.3 20030306), but end
with the error above on his machine (RH8.0/GCJ3.3 20030310). The other
differences in configuration are:

I have: "--enable-threads=posix --enable-languages=c++,java"
while he has: "--enable-threads --enable-languages=c,c++,java"

Does anybody understand this problem?


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