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]

Re: printing exceptions?


> To: Richard Henderson <rth@redhat.com>
> From: Alexandre Oliva <aoliva@redhat.com>
> Date: 15 Mar 2002 20:35:39 -0300

> However, I kind of fail to see the point of having -lgcc before -lc.

Examine libgcc.a for any symbols that can only be satisfied from
libc.a.  One would need --group to make this work, that, or else one
would need to put -lgcc before -lc.


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