./ build. bash

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
emmabremps
Posts: 3
Joined: Fri Sep 15, 2017 5:29 pm
Location: University Of Ghana

./ build. bash

#1 Unread post by emmabremps »

rslab-2@RSLAB-2:~/Projects/upwelling$ ./build.bash
rm -f -r core *.ipo /home/rslab-2/Projects/upwelling/Build /home/rslab-2/make_macros.mk
makefile:239: INCLUDING FILE /home/rslab-2/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS
cp -f /usr/local/include/netcdf.mod /home/rslab-2/Projects/upwelling/Build
cp: cannot stat '/usr/local/include/netcdf.mod': No such file or directory
make: *** No rule to make target '/home/rslab-2/Projects/upwelling/Build/netcdf.mod', needed by '/home/rslab-2/Projects/upwelling/Build/MakeDepend'. Stop.
when i run my ./build.bash this is the what receive No such directory . i have also changed the directory but i still have the same issue.Please help me

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: ./ build. bash

#2 Unread post by kate »

cp: cannot stat '/usr/local/include/netcdf.mod': No such file or directory
This is in the FAQ.

Post Reply