cc -g -O -Wall    -c Controller.m -o obj/Controller.o
Controller.m: In function `t2s':
Controller.m:84: warning: precision and `0' flag both used in one %-sequence
Controller.m: In method `update'
Controller.m:343: warning: cannot find method.
Controller.m:343: warning: return type for `putMag:::' defaults to id
Controller.m: At top level:
Controller.m:478: warning: return-type defaults to `int'
Controller.m: In function `phaDiff':
Controller.m:490: warning: control reaches end of non-void function
Controller.m: At top level:
Controller.m:493: warning: return-type defaults to `int'
Controller.m: In function `phaShift':
Controller.m:505: warning: control reaches end of non-void function
Controller.m: In function `sq':
Controller.m:507: warning: type of `x' defaults to `int'
Controller.m: At top level:
Controller.m:510: warning: return-type defaults to `int'
Controller.m: In function `magDiff':
Controller.m:520: warning: control reaches end of non-void function
Controller.m: In method `hitPointCtl:'
Controller.m:525: warning: unused variable `phi'
Controller.m:524: warning: unused variable `T'
Controller.m:524: warning: unused variable `x2'
Controller.m:524: warning: unused variable `x1'
Controller.m:523: warning: unused variable `hd'
cc -g -O -Wall   -ObjC   -sectcreate __ICON __header Spectre.iconheader   -segprot __ICON r r -sectcreate __ICON app /usr/lib/NextStep/Workspace.app/application.tiff -o Spectre.app/Spectre  obj/Controller.o obj/DataView.o obj/Defaults.o obj/LineGraph.o obj/MySlider.o  obj/MySoundMeter.o obj/MyView.o obj/PitchView.o obj/Spectre_main.o obj/filter.o  obj/psutil.o    BackgroundView.o libanal.o    -lMedia_s -lNeXT_s
