This is the mail archive of the cygwin mailing list for the Cygwin 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]

_libintl_gettext missing while building Linux kernel


Hi,

while trying to build Linux kernel under Cygwin I get undefined
reference to `_libintl_gettext' errors. I have full Cygwin
installation. The Gettext, libintl, libintl1, libintl2, libintl3 and
libintl8 libraryes are installed installed. Has anyone an idea why I
still get tihs error reported? Below is the output of make command.

make -f /home/Administrator/linux-2.6.18/Makefile silentoldconfig
make -f scripts/Makefile.build obj=scripts/basic
 gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer     -o scripts/basic/fixdep
scripts/basic/fixdep.c
 gcc -Wp,-MD,scripts/basic/.docproc.d -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer     -o scripts/basic/docproc
scripts/basic/docproc.c
mkdir -p include/linux include/config
make -f scripts/Makefile.build obj=scripts/kconfig silentoldconfig
 gcc  -o scripts/kconfig/conf scripts/kconfig/conf.o
scripts/kconfig/zconf.tab.o
scripts/kconfig/conf.o:conf.c:(.text+0x91): undefined reference to
`_libintl_gettext'
scripts/kconfig/conf.o:conf.c:(.text+0xa5): undefined reference to
`_libintl_gettext'
scripts/kconfig/conf.o:conf.c:(.text+0xb9): undefined reference to
`_libintl_gettext'
scripts/kconfig/conf.o:conf.c:(.text+0x7b8): undefined reference to
`_libintl_gettext'
scripts/kconfig/conf.o:conf.c:(.text+0xe0a): undefined reference to
`_libintl_gettext'
scripts/kconfig/conf.o:conf.c:(.text+0x1022): more undefined
references to `_libintl_gettext' follow
collect2: ld returned 1 exit status
make[2]: *** [scripts/kconfig/conf] Error 1
make[1]: *** [silentoldconfig] Error 2



Regards, Domen

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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