glibc-2.0.1 compile error

[ Available lists | Index of freebsd-questions | Month of Feb 1997 | Week of 20 Feb 1997 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Youngil Choi <yichoi@cosmos.kaist.ac.kr>
Date
20 Feb 1997 17:00:51
Subject
glibc-2.0.1 compile error
Message-ID
199702202109.GAA24729@cosmos.kaist.ac.kr


[ Hide this part ]
 
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


Elapsed time: 0.074 seconds