logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: Compilation error ...: msg#00152

Subject: Re: Compilation error ...
> I am doing ./configure under netsnmp folder. After that while doing make 
> I'm getting the following error and it started doing configure again and 
>   then it is doing make.
> 
> ---------------------------------------------------------
> cd . && autoconf


That's normally down to a problem with the timestamps on the
various configure files.

If you touch the relevant files in the correct order,
everything should be fine.
Try

        touch configure include/net-snmp/net-snmp-config.h.in
        touch config.status
        touch stamp-h stamp-h.in

and then run 'make', things should work OK.

Dave



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/


<Prev in Thread] Current Thread [Next in Thread>