Caro-COOPS.org Discussion Board Forum Index Caro-COOPS.org Discussion Board
Discussion area for Caro-COOPS-related initiatives
 
 FAQFAQ   Search   MemberlistMemberlist   UsergroupsUsergroups   Calendar   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

'make' help

 
       Caro-COOPS.org Discussion Board Forum Index
   -> Tools, Shell scripts
View previous topic :: View next topic  
Author Message
jcothran



Joined: 24 Feb 2025
Posts: 143
Location: Columbia, SC

Posted: Mon Mar 24, 2025 11:43 am    Post subject: 'make' help

If 'make' complains about missing include(*.h), library(lib*.a) or executables, you can always try finding the missing file using the 'find' command, for example, the following command searches for the file 'netcdf.h' from the current directory down:

find . -name netcdf.h

After finding the file, you can copy the file to the following system directories(or use a symbolic link).

*.h (include files)
/usr/include

lib*.a (library files)
/usr/lib

executables
/usr/bin
Back to top
Display posts from previous:   
       Caro-COOPS.org Discussion Board Forum Index
   -> Tools, Shell scripts
All times are GMT - 5 Hours
Page 1 of 1

 
Jump to: 
 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB 2.0.4 © 2001, 2002 phpBB Group