Changeset 420

Show
Ignore:
Timestamp:
04/24/99 01:54:20 (10 years ago)
Author:
frodo
Message:

Some warnings about the 'No such file or directory' warnings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/INSTALL

    r408 r420  
    8989to make sure the new modules and shared libraries are recognized. 
    9090 
     91Do no worry about the 'No such file or directory' warnings when you compile 
     92the package the first time. They are harmless. 
     93 
    9194 
    9295TESTING AND RUNNING 
  • lm-sensors/trunk/doc/FAQ

    r409 r420  
    22223.3 Which modules should I insert? 
    23233.4 Do I need the configuration file? 
     243.5 What about the 'No such file or directory' warnings when I compile it? 
    2425 
    25264 Problems 
     
    229230 
    230231 
     2323.5 What about the 'No such file or directory' warnings when I compile it? 
     233 
     234        Don't worry about them. The dependency files (which tell which 
     235files should be recompiled when certain files change) are created 
     236dynamically. They are not distributed with the package. The `make' program 
     237notices they are not there, and warns about that - and the first thing 
     238it will do is generate them. So all is well. 
     239 
    231240 
    2322414 Problems