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]

Re: collect2 command


Antonio Ake wrote:

> I am not sure about my collect2 command, because when I
> tried to add -non_shared. I recieved these errors:
> /bin/ld:
> Error: Undefined:
> _Unwind_Resume
> _Unwind_RaiseException
> _Unwind_GetDataRelBase
> _Unwind_GetRegionStart
> _Unwind_GetTextRelBase
> _Unwind_SetGR
> _Unwind_SetIP
> _Unwind_GetLanguageSpecificData
> _Unwind_GetIP
> isspace
> collect2: ld returned 1 exit status
> Are these messages normal with non_shared?
> What libraries do I need to add?

These are EH-related symbols which should be in libgcc.

regards

Bryce.



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