ChinaUnix.net
相关文章推荐:

unix fortran make

How to make a C program with fortran ? I got the following info from a web site in MIT: Linking fortran routines with C When compiling and linking a C program which contains calls to one or more fortran routines, additional library arguments must be added to the compile command to enable fortran internal routines to be linked. Each Athena workstation type has a different fortran compil...

by xzh2002 - 其他UNIX - 2004-01-05 21:43:10 阅读(774) 回复(0)

相关讨论

小弟最近下载了unix下的一个fortran 软件包,其中脚本文件关于solaris中的编译和连结参数为: 'SunOS') FC='f90' FL='f90' COMMON_FLAGS=' -g' FC_FLAGS=${COMMON_FLAGS} FL_FLAGS=${COMMON_FLAGS}' -o' FC90='f90' FL90='f90' FC90_FLAGS=${COMMON_FLAGS} FL90_FLAGS=${COMMON_FLAGS}' -o' UTIL_TAG='sun' INC='M' NCDFINC='/usr/local/include' NCDFLIB='/usr/local/lib' cp ../config/makerules.sunos ../config/r...

by mauton - Linux论坛 - 2005-01-01 18:53:59 阅读(759) 回复(0)

我的服务器的操作系统是sco unix 5.07的,刚开始没有安装开发环境,又来装上了,而且序列号也装上了,但是make的时候提示以下问题 cannot get /mak/platform.mak for including 不知道有没有知道这是什么问题,问题比较急!~希望有人能帮忙解决

by cix007 - 其他UNIX - 2008-07-10 22:03:07 阅读(1746) 回复(4)
by xyzzz - 其他UNIX - 2003-07-16 12:22:52 阅读(1625) 回复(4)

make install makedeinstall make clean make fetch:抓回所需的原始档。 make fetch-list:显示安装所需的档案。 make checksum:抓回原始档并以 MD5 检查其正确性。 make extract:抓回并解开原始档。 make configure:进行组态,但不继续编译。 make all install:抓回原始档、编译且安装。 make reinstall:若先前发生意外中断,以此命令继续尝试安装。 make package:将做好的 ports 打包制作成 packages。 。安装 ports 时...

by jackpig - BSD文档中心 - 2008-06-05 14:19:57 阅读(1401) 回复(0)

我有一个包,其中有一个 .a 文件,使编译好的二进制文件,make过程出错了, make: *** No rule to make target `SP8890_devlib.a', needed by `test.elf'. Stop. 现在需要建立 .a 的生成规则,如何修改makefile,怎么建立?

by q77585211 - C/C++ - 2004-12-27 12:52:08 阅读(773) 回复(3)

请问在安装mysql 执行make 时候。 /u2/str0122/tool/mysql-3.23.52/sql/share make[3]: Entering directory `/u2/str0122/tool/mysql-3.23.52/sql/share' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/u2/str0122/tool/mysql-3.23.52/sql/share' make[3]: Entering directory `/u2/str0122/tool/mysql-3.23.52/sql' g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local/mysqc g...

by lylzgq - Linux论坛 - 2004-08-22 09:18:59 阅读(599) 回复(2)

make中-WALL是什么编译开关??

by yetiwolf - 其他UNIX - 2003-09-05 08:55:23 阅读(902) 回复(2)

请问各位高手,如何在c++程序中调用fortran程序呢?

by susu1732 - C/C++ - 2009-05-22 09:25:32 阅读(1063) 回复(0)

请问:fortran 90 里面如何强制转换类型格式? 谢谢各位大虾指点一下 我找不到专门的fortran板块,只能先发到c/c++板块上来了。

by clwwy - C/C++ - 2008-01-27 16:02:40 阅读(2202) 回复(1)