ct-ng build fails on MacOS X using KBUILD_NO_NLS=1
Samuel Martin
s.martin49@gmail.com
Wed Aug 1 11:42:00 GMT 2012
Hi all,
Just for the record, I got the same issue as Michael using the latest
release (1.15.3) on Lion and I fixed it like this:
--- kconfig/Makefile.orig 2012-08-01 13:36:45.000000000 +0200
+++ kconfig/Makefile 2012-08-01 12:27:14.000000000 +0200
@@ -7,7 +7,7 @@ all: conf mconf nconf
# Build flags
CFLAGS = -DCONFIG_=\"CT_\" -DPACKAGE="\"crosstool-NG $(VERSION)\""
-LDFLAGS =
+LDFLAGS = -L/opt/local/lib -lintl
# Compiler flags to use gettext
ifeq ($(gettext),)
Cheers,
--
Sam
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list