 |
Caro-COOPS.org Discussion Board Discussion area for Caro-COOPS-related initiatives
|
| 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 |
|
|
|
|
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
|