Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Never seen those ... now, are you getting that error
from running make, are you firing up the compiler
manually? If it's from a Makefile, the first thing to check
would be whether the appropriate path(s) to includes
is/are set .... look at your Makefile and locate
-I, or a variable called INCLUDE.
By default it should look in /usr/include,
if the source has an include directive like
#include <sys/dir.h>
the compiler should find /usr/include/sys/dir.h
If it doesn't, you need to pass this information
to the compiler via
Code:
-I /usr/include
And no, I haven't used daemontools ...
And you still haven't told me HOW you're
trying to compile them.
you just run an install script, which calls another script that calls another one I have to look inside the code and try to manage that, anyway, your information helped me much, I'll try to solve that prob
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.