From owner-freebsd-questions Tue Aug 17 23:39:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by hub.freebsd.org (Postfix) with ESMTP id 0EC58157B9 for ; Tue, 17 Aug 1999 23:39:35 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.196.209]) by smtp05.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAC555; Wed, 18 Aug 1999 08:40:08 +0200 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id IAA46536; Wed, 18 Aug 1999 08:14:19 +0200 (CEST) (envelope-from asmodai) Date: Wed, 18 Aug 1999 08:14:19 +0200 From: Jeroen Ruigrok/Asmodai To: Evren Yurtesen Cc: freebsd-questions@freebsd.org Subject: Re: make world question Message-ID: <19990818081419.C46414@daemon.ninth-circle.org> References: <37B9EC43.320441E0@ispro.net.tr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: <37B9EC43.320441E0@ispro.net.tr>; from Evren Yurtesen on Wed, Aug 18, 1999 at 02:12:03AM +0300 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Evren Yurtesen (yurtesen@ispro.net.tr) [990818 03:40]: >I have made a make world on my system but then I realized that >the edquota program at /usr/obj/usr/src/usr.sbin/edquota >is different size than /usr/sbin/edquota I thought it was supposed >to be copied over the older one. What is wrong? Mayhaps nothing's wrong, but ye just looked over an important, iften-used aspect, called stripping, see below. >And how can I understand if there is an error in the compilation? >the compiler is giving some warning messages but I do not know >which one is critical or important. Well, for truly to be able to detect this, you need at least some C knowledge and some compiler experience. There's no easy reference otherwise. >reactor:/usr/obj/usr/src/usr.sbin/edquota#ls -la >total 33 >drwxr-xr-x 2 root wheel 512 Aug 17 01:22 . >drwxr-xr-x 130 root wheel 2560 Aug 16 23:27 .. >-rwxr-xr-x 1 root wheel 15112 Aug 17 01:22 edquota >-rw-r--r-- 1 root wheel 2315 Aug 17 01:22 edquota.8.gz >-rw-r--r-- 1 root wheel 10916 Aug 17 01:22 edquota.o >reactor:/usr/obj/usr/src/usr.sbin/edquota#ls -la /usr/sbin/edquota >-r-xr-xr-x 1 root wheel 12248 Aug 17 21:36 /usr/sbin/edquota >reactor:/usr/obj/usr/src/usr.sbin/edquota# $ file /usr/obj/usr/src/usr.sbin/edquota $ file /usr/sbin/edquota My guess is that the latter is stripped, meaning that the debugging symbols have been removed. HTH, HAND -- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The BSD Programmer's Documentation Project Network/Security Specialist BSD: Technical excellence at its best For country, children, hearth, and home. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message