Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Failed to detect config.intl at sim/*/configure
@ 2006-06-12  5:07 Masaki Muranaka
  2006-06-12 12:59 ` Daniel Jacobowitz
  0 siblings, 1 reply; 9+ messages in thread
From: Masaki Muranaka @ 2006-06-12  5:07 UTC (permalink / raw)
  To: gdb-patches

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-06-13  6:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-12  5:07 Failed to detect config.intl at sim/*/configure Masaki Muranaka
2006-06-12 12:59 ` Daniel Jacobowitz
2006-06-12 14:05   ` Masaki Muranaka
2006-06-12 14:23     ` Daniel Jacobowitz
2006-06-12 15:27   ` Richard Earnshaw
2006-06-12 17:49     ` Richard Earnshaw
2006-06-12 18:51       ` Daniel Jacobowitz
2006-06-12 20:48       ` Alexandre Oliva
2006-06-13  6:55       ` Masaki Muranaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox