On 12/10/06, Clement Hsu <[EMAIL PROTECTED]> wrote:

> /home/tung/net-snmp-5.4.pre3# ./config.status
> config.status    : creating Makefile
   [snip]
> config.status: executing default commands

OK so far.

> # ls -ltrd conf* stamp* Make* include/net-snmp/net-snmp* libtool ltmain.h
> -rw-r--r--    1 274      halt        11979 Oct 10  2005 Makefile.rules
> -rw-r--r--    1 274      halt         3436 Sep 20 00:12 Makefile.top
> -rw-r--r--    1 274      halt        10004 Sep 26 21:21    Makefile.in
> -rw-r--r--    1 root     root        25197 Oct 12 11:12 Makefile
> -rwxr-xr-x    1 root     root       135377 Oct 12 19:02 config.status

OK - that's the problem right there.
The timestamp on config.status is 19:02, while that on Makefile is 11:12
config.status is therefore newer than Makefile - implying that the
Makefile needs to be regenerated.

But according to the date on your email, config.status has a timestamp
several hours in the future.   Did you run "configure" on the same
machine as you're trying to compile on?
Is the time on all your machines set correctly?

The simplest fix is probably:

    #  touch config.status
    #  ./config.status
    # make

If that doesn't work, then I'd delete everything, and start from a
fresh tarball.

Dave

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to