Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!watmath!clyde!burl!hou3c!hocda!houxm!houxz!vax135!floyd!cmcl2!seismo!hao!hplabs!sri-unix!moss@BRL-VLD.ARPA
From: moss@BRL-VLD.ARPA
Newsgroups: net.unix-wizards
Subject: Re:  dbx'ing csh
Message-ID: <781@sri-arpa.UUCP>
Date: Mon, 11-Jun-84 11:17:30 EDT
Article-I.D.: sri-arpa.781
Posted: Mon Jun 11 11:17:30 1984
Date-Received: Thu, 14-Jun-84 07:17:53 EDT
Lines: 16

From:      "Gary S. Moss (DRXBR-VLD-V)" 

~ Help! For various reasons, I want (need) to dbx the csh (obviously 4.2bsd).
~ I recomplied everything with the -g option but when I dbx csh, I get the
~ error
~
~	"dbx: fatal error: not linked for debugging, use "cc -g ...""
~
~ ihnp4!tellab1!steve

Steve --
	Working from memory, I believe you must put the -g in the loading
phase of your compilation, rather than in the compilation phase.  That is,
adding it to CFLAGS in your Makefile will not work.

-- Moss.