Hello David Here my last log. i have error in make process. Can you help me ?
thanks 2011/6/27 David Baelde <[email protected]> > Hi Guillaume, > > This has nothing to do with library dependencies, it's a problem in the > programming of our configure script. Try to edit your configure.ac, > replacing the following line (line 36 here, may be different for you): > if test $make_command != "" > with > if test "$make_command" != "" > > The problem is that you ended up with $make_command being the empty string, > which means that you'll get an error anyway: it should tell you that GNU > make wasn't found (you should have a binary called make, gmake, gnumake or > $MAKE (passed to the configure script) for which <binary> --version says > something with GNU in it). Does it make sense? what system are you using? > > Cheers, > -- > David >
putty.log
Description: Binary data
------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
