printing exceptions?

Jakub Jelinek jakub@redhat.com
Fri Mar 15 16:10:00 GMT 2002


On Sat, Mar 16, 2002 at 01:02:51AM +0100, Andreas Schwab wrote:
> Alexandre Oliva <aoliva@redhat.com> writes:
> 
> |> However, I kind of fail to see the point of having -lgcc before -lc.
> 
> The point of having -lgcc before -lc is that -lgcc can add references to
> -lc functions that were not referenced before.  If you have -lgcc only
> after -lc those references cannot be resolved in a static link.

Though for !static !shared-libgcc, I think:
-lc -lgcc -lc_nonshared
is best, so that symbols are preferably satisfied from shared libc.

	Jakub



More information about the Java mailing list