Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 1997 06:09:07 +0900 (KST)
From:      Youngil Choi <yichoi@cosmos.kaist.ac.kr>
To:        freebsd-questions@freebsd.org
Subject:   glibc-2.0.1 compile error
Message-ID:  <199702202109.GAA24729@cosmos.kaist.ac.kr>

next in thread | raw e-mail | index | archive | help

Greetings.

I'm using FreeBSD 2.2-ALPHA. For some reason, I must install glibc-2.0.1.
In doing so, I got some messages like below:

make[1]: Entering directory `/usr/src/get/glibc-2.0.1/catgets'
gcc catgets.c -c -O -Wall -Winline -Wno-parentheses -Wstrict-prototypes -Wwrite-strings -g     -DNLSPATH='"/usr/local/share/locale/%L/%N:/usr/local/share/locale/%L/LC_MESSAGES/%N:"' -DHAVE_CONFIG_H -I. -I..   -I../sysdeps/unix/bsd/bsd4.4 -I../sysdeps/unix/mman -I../sysdeps/unix/bsd/i386 -I../sysdeps/unix/bsd -I../sysdeps/unix/common -I../sysdeps/unix/inet -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/libm-i387 -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754 -I../sysdeps/libm-ieee754 -I../sysdeps/generic -I../sysdeps/stub   -include ../libc-symbols.h     -o catgets.o
catgets.c: In function `catgets':
catgets.c:144: `ENOMSG' undeclared (first use this function)
catgets.c:144: (Each undeclared identifier is reported only once
catgets.c:144: for each function it appears in.)
make[1]: *** [catgets.o] Error 1
make[1]: Leaving directory `/usr/src/get/glibc-2.0.1/catgets'
make: *** [catgets/subdir_lib] Error 2

I've checked /usr/include/sys/errno.h. There is no declaration about ENOMSG.
And other include files in this distribution are no declartion about ENOMSG. 
What is wrong? 

Thanks in advance

- yichoi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702202109.GAA24729>