Ubuntu系统gcc和Makefile程序实验报告
作者:互联网
编写一个主程序文件main1.c和一个子程序文件sub1.h
编写一个main1.c程序
在编写一个sub1.h子函数
最后用gcc运行
#在windows系统下用VC6编译工具编译主程序main1.c
再编辑sub1.h子函数
最后在运行main1主函数,结果为
.在ubuntu系统下用Makefile方式编译主程序 ,在终端输入gedit makefile创建makefile文件
再输入gcc main1.o -o main编译
最后输入./main运行结果为
标签:gcc,sub1,main1,Makefile,主程序,编译,Ubuntu,编写 来源: https://blog.csdn.net/m0_47794668/article/details/120288616