%% Chris Irvine <[EMAIL PROTECTED]> writes:

  ci> I'm trying to build some tools on Apple's OS X Server.

  ci> My host type is powerpc-apple-rhapsody5.6

  ci> I tried several different configure flags.  After each I tried to
  ci> make.
  ci> I would get errors:
  ci> `LC_MESSAGES' undeclared (first use this function)
  ci> or
  ci> `LC_ALL' undeclared (first use this function)

  ci> I found that if I use: ./configure --disable-nls
  ci> then it would build and test fine.  I guess this should be added to
  ci> the configure script, or special notes added to the readme.

You neglected to mention what version of GNU make you're using.

If you're not using the latest (3.79.1), please try that: there was a
bug like this in 3.79, which was fixed for at least some platforms in
3.79.1.

If you still see it in 3.79.1, please let me know.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to