From owner-freebsd-questions Thu Feb 20 17:00:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA21918 for questions-outgoing; Thu, 20 Feb 1997 17:00:51 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA21886 for ; Thu, 20 Feb 1997 17:00:46 -0800 (PST) Received: from cosmos.kaist.ac.kr (maple.kaist.ac.kr [143.248.185.2]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id NAA25167 for ; Thu, 20 Feb 1997 13:09:05 -0800 (PST) Received: (from yichoi@localhost) by cosmos.kaist.ac.kr (8.6.12h2/8.6.12) id GAA24729 for freebsd-questions@FreeBSD.ORG; Fri, 21 Feb 1997 06:09:08 +0900 From: Youngil Choi Message-Id: <199702202109.GAA24729@cosmos.kaist.ac.kr> Subject: glibc-2.0.1 compile error To: freebsd-questions@freebsd.org Date: Fri, 21 Feb 1997 06:09:07 +0900 (KST) X-Mailer: ELM [version 2.4 PL21-h4] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-kr Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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