This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ct-ng build fails on MacOS X using KBUILD_NO_NLS=1


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


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