make -f /home/oracle/product/8.1.7/precomp/demo/proc/demo_proc.mk OBJS=sample1.o EXE=sample1 build
make[1]: Entering directory `/home/oracle/product/8.1.7/precomp/demo/proc'
cc  -O3   -DPRECOMP  -I. -I/home/oracle/product/8.1.7/precomp/public -I/home/oracle/product/8.1.7/rdbms/public -I/home/oracle/product/8.1.7/rdbms/demo -I/home/oracle/product/8.1.7/plsql/public -I/home/oracle/product/8.1.7/network/public -DLINUX -D_GNU_SOURCE -DSLTS_ENABLE -DSLMXMX_ENABLE -D_REENTRANT -DNS_THREADS    -c sample1.c
sample1.c: In function `main':
sample1.c:233: warning: return type of `main' is not `int'
/tmp/ccmQl2Md.s: Assembler messages:
/tmp/ccmQl2Md.s:153: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccmQl2Md.s:153: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccmQl2Md.s:153: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccmQl2Md.s:158: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccmQl2Md.s:158: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccmQl2Md.s:158: Error: Rest of line ignored. First ignored character is `,'.
make[1]: *** [sample1.o] Error 1
make[1]: Leaving directory `/home/oracle/product/8.1.7/precomp/demo/proc'
make: *** [sample1] Error 2