This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: undefined reference to '_Unwind_FindEnclosingFunction@GCC_3.3
Erik Poupaert writes:
>
> >>>>> Surely you know if it built properly.
>
> Yes. I just got the message that 3.3 20030310 was apparently built
> properly.
>
> It seems to be *not done* to replace the system gcc (in /usr/bin, /usr/lib)
> by a CVS version.
Definitely not.
> So it's built in another location. At the same time, the proper
> working of all this, depends on the order in PATH, LD_LIBRARY_PATH,
> and so on, while building and also while operating such additional
> gcc installation.
Right. When you set a path to a new compiler, you also must set the
LD_LIBRARY_PATH to point to the same place. Symbol versioning, as you
have discovered, helps a great deal.
> This problem is on its way to become intractable. We will probably
> rebuild the snapshot, while looking carefully at everthing that may
> have an incidence on it. Hopefully, it will solve the problem.
Now you have me totally confused. Surely the problem is now solved.
Andrew.