From owner-freebsd-current@FreeBSD.ORG Tue Apr 22 09:29:01 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DED537B401; Tue, 22 Apr 2003 09:29:01 -0700 (PDT) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF4743F85; Tue, 22 Apr 2003 09:28:56 -0700 (PDT) (envelope-from nork@ninth-nine.com) Received: from nd250009.gab.xdsl.ne.jp (nadesico.ninth-nine.com [192.168.36.3]) by nd250009.gab.xdsl.ne.jp (8.12.9/8.12.9/NinthNine) with SMTP id h3MGSsn8005661; Wed, 23 Apr 2003 01:28:54 +0900 (JST) (envelope-from nork@ninth-nine.com) Date: Wed, 23 Apr 2003 01:28:54 +0900 (JST) Message-Id: <200304221628.h3MGSsn8005661@nd250009.gab.xdsl.ne.jp> From: Norikatsu Shigemura To: freebsd-current@FreeBSD.org In-Reply-To: <200304221559.h3MFxxn8004984@nd250009.gab.xdsl.ne.jp> References: <200304221532.h3MFWBn8004350@nd250009.gab.xdsl.ne.jp> <20030422153450.GA548@madman.celabo.org> <200304221559.h3MFxxn8004984@nd250009.gab.xdsl.ne.jp> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: nectar@FreeBSD.org Subject: Re: getgrnam(3) core dump problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 16:29:01 -0000 On Wed, 23 Apr 2003 00:59:59 +0900 (JST) I wrote: > I am compiling with CPUTYPE=p3. I am trying to compile libc with > NO_CPUTYPE_FLAGS=YES. I recompiled libc and sample program with NOPROFILE=YES(for time) and NO_CPU_CFLAGS=YES. Humm.. This problem is solved... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - : cc -O -fno-ident -pipe -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386 -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DHESIOD -c crypt_clnt.c -o crypt_clnt.o cc -fpic -DPIC -O -fno-ident -pipe -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386 -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DHESIOD -c crypt_clnt.c -o crypt_clnt.So building static c library building shared library libc.so.5 building special pic c library ranlib libc_pic.a ranlib libc.a # cd /tmp # gcc -g3 a.c -L/usr/obj/usr/src/lib/libc -R/usr/obj/usr/src/lib/libc # ldd ./a.out ./a.out: libc.so.5 => /usr/obj/usr/src/lib/libc/libc.so.5 (0x6806b000) # ./a.out # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -