Quote:
Originally Posted by siraxi
In program's Readme file it says just to run the makefile and it will compile.
Is it my host missing some files or something I do wrong?
|
run this command to see if you have the standard header files:
Code:
find / -name "stdio.h" 2>/dev/null
If you don't find anything, you don't have them. If you locate them, note what directory they are in and then edit the makefile. Without seeing the makefile, I can't tell you where to add them. Most makefiles will have a variable called $(INCLUDES) or something similar. Add the path to that field.
good luck.
gMore Information:
- gcc is a free C and C++ compiler from the Free Software Foundation available for many Unix-based systems
- SAS/C supports the compilation and execution of applications that run under OS/390 Unix System Services
- One kind creates an object file by compiling a C source code file
- Although the command to perform this task is simply cc
- c and then compile it into the object code file foo
- Resulting binaries do not run on a 32-bit x86 system, but can be run using elksemu
- c" but the unix shell tell me : cc: Command not found
- This documentation is mainly focused around the process of compiling and configuring PHP
Bookmarks