From owner-freebsd-questions Wed Mar 15 3: 8:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 56C2037B6F9 for ; Wed, 15 Mar 2000 03:08:37 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12VBf9-000DKW-00; Wed, 15 Mar 2000 13:08:27 +0200 From: Sheldon Hearn To: "Mitch Vincent" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: More core dump questions In-reply-to: Your message of "Tue, 14 Mar 2000 15:01:29 EST." <036c01bf8df0$16738480$40ee2fd8@venux.net> Date: Wed, 15 Mar 2000 13:08:27 +0200 Message-ID: <51243.953118507@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 14 Mar 2000 15:01:29 EST, "Mitch Vincent" wrote: > Ok, finally got the program to dump core and even after compiling with debug > symbols (gmake COPT="-g") yet there are still no debug symbols in the binars > (though the binary does grow by about 7 fold). COPT? Try CFLAGS="-g". Also, check that the Makefile doesn't override your compiler flags. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message