This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Failed to detect config.intl at sim/*/configure


Hello,

It failed to build sim/mips/run on MacOS X with message.
> /usr/bin/ld: Undefined symbols:
> _libintl_dgettext
> collect2: ld returned 1 exit status


I think it is caused by config/gettext-sister.m4.


> if test -f ../intl/config.intl; then
>  . ../intl/config.intl
> fi

This can't use with sim because it was linked at not sim/
but sim/*/ .
I've tried to fix it, but I can't see how to get
the top level build directory.

Would anyone fix it?

--
Masaki Muranaka
Monami software



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