gcc compile error 1052

choeek의 이미지

gcc compile하는데 error 1052가 납니다.
무엇때문에 그런지... 고수님들의 답변 부탁드립니다.

# make
cd pTk && make DEFINE=""
gcc -c -I.. -I/usr/include/X11R6 -I. -Ibitmaps -I/usr/include/X11R6 -D_HPUX_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -DVERSION=\"800.023\" -DXS_VERSION=\"800.023\" -fPIC "-I/usr/local/lib/perl5/5.8.0/PA-RISC2.0/CORE" -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ ClientWin.c
as: warning 2: Unknown option "--traditional-format" ignored.
as: "/var/tmp//cc95eGCc.s", line 22: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp//cc95eGCc.s", line 108: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp//cc95eGCc.s", line 109: error 1052: Directive name not recognized - PARAM
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

coco의 이미지