Debugging a Program With dbx

Example 2: running strip

Another problem arises when you run strip. Continuing from Example 1:

# Strip a.out $ strip a.out
# Try to do an incremental link $ cc -xildon -z i_verbose -g test1.c
       ild: (Performing full relink) a.out has been a altered since the last incremental link -- maybe you ran strip or mcs on it?
      $