mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +00:00
Some warnings about the 'No such file or directory' warnings
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@420 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
3
INSTALL
3
INSTALL
@@ -88,6 +88,9 @@ behaviour (probably leading to crashes).
|
|||||||
If you do a 'make install', remember to do a 'depmod -a' and a 'ldconfig'
|
If you do a 'make install', remember to do a 'depmod -a' and a 'ldconfig'
|
||||||
to make sure the new modules and shared libraries are recognized.
|
to make sure the new modules and shared libraries are recognized.
|
||||||
|
|
||||||
|
Do no worry about the 'No such file or directory' warnings when you compile
|
||||||
|
the package the first time. They are harmless.
|
||||||
|
|
||||||
|
|
||||||
TESTING AND RUNNING
|
TESTING AND RUNNING
|
||||||
===================
|
===================
|
||||||
|
9
doc/FAQ
9
doc/FAQ
@@ -21,6 +21,7 @@ under chapter 6: version 1 questions.
|
|||||||
3.2 How do I know which chips I own?
|
3.2 How do I know which chips I own?
|
||||||
3.3 Which modules should I insert?
|
3.3 Which modules should I insert?
|
||||||
3.4 Do I need the configuration file?
|
3.4 Do I need the configuration file?
|
||||||
|
3.5 What about the 'No such file or directory' warnings when I compile it?
|
||||||
|
|
||||||
4 Problems
|
4 Problems
|
||||||
4.1 Why do my fans report exactly half/double their values by your code
|
4.1 Why do my fans report exactly half/double their values by your code
|
||||||
@@ -228,6 +229,14 @@ It is automatically installed as /etc/sensors.conf, but it will not
|
|||||||
overwrite any existing file with that name.
|
overwrite any existing file with that name.
|
||||||
|
|
||||||
|
|
||||||
|
3.5 What about the 'No such file or directory' warnings when I compile it?
|
||||||
|
|
||||||
|
Don't worry about them. The dependency files (which tell which
|
||||||
|
files should be recompiled when certain files change) are created
|
||||||
|
dynamically. They are not distributed with the package. The `make' program
|
||||||
|
notices they are not there, and warns about that - and the first thing
|
||||||
|
it will do is generate them. So all is well.
|
||||||
|
|
||||||
|
|
||||||
4 Problems
|
4 Problems
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user