weixin_51671794 2021-09-08 10:56 采纳率: 0%
浏览 260

linux make时提示Command not found

下载这个软件(

)

img

安装步骤如下

Once you have downloaded the Fuliou distribution..

1) Uncompress using      : gunzip Ed4_LaRC_FuLiou20150106.tar.gz
2) Untar using           : tar -xvf Ed4_LaRC_FuLiou20150106.tar
3) Change directory into : Ed4_LaRC_FuLiou
4) Set up local environment variables to compile F90 and F77 source code.

An "example" on a unix computer with a gfortran compiler would be..

 setenv F90COMP " -O2 -c "
 setenv FCOMP " -O2 -c"
 setenv F90 /usr/local/bin/gfortran
 setenv F77 /usr/local/bin/gfortran

5) Familiarize yourself with the directory structure
 
** The radiative transfer F90 source code is under ./lib/src
 Once the make file is run an object library is created as ./lib/libEd3Fu_201212.a**
 F90 .mod files are created under ./lib/mod
 An example code to show how to setup inputs is under ./src/simple/simple.f90 
 Example inputs of standard atmosphere temperature and humidity ./testatms

在./lib/src 下执行make的时候
提示错误如下:
extras.f90
make: extras.f90: Command not found
make: *** [Makefile:75: extras.o] Error 127

请问这该如何解决啊?

  • 写回答

2条回答 默认 最新

  • yanyunlong7 2021-09-08 11:23
    关注

    你没有安装make,需要先安装才能用make命令

    评论

报告相同问题?

问题事件

  • 修改了问题 9月15日
  • 修改了问题 9月15日
  • 创建了问题 9月8日

悬赏问题

  • ¥99 利用C/C++语言,使用TCP/IP协议,编一个简易聊天程序
  • ¥15 如何使用python 实现对串口/dev/ttyUSB0进行上锁,使得该串口只能在一个python脚本中使用,其他脚本不能操作这个串口
  • ¥15 晶体塑性有限元——Damask求解
  • ¥15 写出这个有没有人能写一下今天中午就要
  • ¥30 设计一个图形用户界面来控制你机械臂的运动
  • ¥30 3d打印机无法识别到SD卡,如何解决?(相关搜索:格式化)
  • ¥15 RPG游戏架构设计和开发方法
  • ¥15 前端返回pdf时不显示内容
  • ¥50 如何在不能联网影子模式下的电脑解决usb锁
  • ¥20 服务器redhat5.8网络问题