编译db2程序

 

len:len.o

       cc -o len len.o -q64 -L/home/sqllib/lib64 -ldb2

 

len.o:len.c

       cc -c -g -q64 -I/home/sqllib/include/ len.c

 

clean:

       rm -f *.o

你可能感兴趣的:(编译db2程序)