From owner-freebsd-questions Fri Feb 5 02:35:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27245 for freebsd-questions-outgoing; Fri, 5 Feb 1999 02:35:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from metis.salford.ac.uk (metis.salford.ac.uk [146.87.232.15]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA27202 for ; Fri, 5 Feb 1999 02:35:00 -0800 (PST) (envelope-from M.S.Powell@ais.salford.ac.uk) Received: (qmail 265 invoked by alias); 5 Feb 1999 10:34:53 -0000 Received: (qmail 257 invoked from network); 5 Feb 1999 10:34:52 -0000 Received: from plato.salford.ac.uk (146.87.255.76) by metis.salford.ac.uk with SMTP; 5 Feb 1999 10:34:52 -0000 Received: (qmail 8847 invoked by alias); 5 Feb 1999 10:34:47 -0000 Delivered-To: catchall-freebsd-questions@freebsd.org Received: (qmail 8825 invoked by uid 141); 5 Feb 1999 10:34:45 -0000 Date: Fri, 5 Feb 1999 10:34:44 +0000 (GMT) From: Mark Powell To: freebsd-questions@FreeBSD.ORG Subject: make world with -fomit-frame-pointer doesn't work Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I remember in the dark days when the kernel wouldn't compile with the -fomit-frame-pointer option. This was fixed and the source files that wouldn't compile with the option on were handled by the Makefile compiling them with -fno-omit-frame-pointer (I think). Fine and dandy. However, I note that "make world" still barfs if the option is used. Specifically, it gets to: ----- building standard com_err library ranlib libcom_err.a cc -pg -O2 -fomit-frame-pointer -m486 -pipe -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libcom_err/com_err.c -o com_err.po cc: -pg and -fomit-frame-pointer are incompatible *** Error code 1 ----- Shouldn't the build process be able to handle this case, as the kernel build does? Cheers. Mark Powell - System Administrator (UNIX) - Clifford Whitworth Building A.I.S., University of Salford, Salford, Manchester, UK. Tel: +44 161 295 5936 Fax: +44 161 295 5888 www.pgp.com for PGP key M.S.Powell@ais.salfrd.ac.uk (spell salford correctly to reply to me) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message