Hi Adam,
From: "Adam Papai" <[EMAIL PROTECTED]>
# pkg_add -vvv eclipse-sdk-gtk2-3.0.1.tgz
Where are you getting this package from? 3.7 release?
/usr/lib/libstdc++.so.38.0: undefined reference to
`_Unwind_Resume_or_Rethrow'
/usr/lib/libstdc++.so.38.0: undefined reference to `_Unwind_Resume'
/usr/lib/libstdc++.so.38.0: undefined reference to `_Unwind_RaiseException'
collect2: ld returned 1 exit status
libstdc++.so.38.0 is not 3.7 release/stable.
You haven't included enough information about what version
of OpenBSD you think you are running but its not -current and its
not 3.7 release/stable (-current has libstdc++.so.39.0, 3.7 has
libstdc++.so.34.0).
The error you are having looks like you may have borked a
src upgrade to some older -current. In any case, I would
do the following to clean up the mess you have now.
rm -rf /usr/include/g++
Download and install a snapshot including x*.tgz
Upgrade all your packages from snapshots.
Update your src and ports trees and then try rebuiding
the jdk.
-Kurt