Re: ./configure conftest.c permission denied

2010-09-21 Thread Leo Lin
h-persistent-directory="/var/net-snmp" --disable-manuals --without-perl-modules --disable-embedded-perl || exit $? echo echo "Make ..." echo make || exit $? echo echo "Make Install ..." echo make install && echo "Installation Completed!!!" || exit $?

Re: ./configure conftest.c permission denied

2010-09-21 Thread Bart Van Assche
On Tue, Sep 21, 2010 at 10:06 AM, Leo Lin wrote: > master.o: In function `real_init_master`: > > master.c: 55: undefined reference to ___stack_chk_guard > I have never seen such an error message myself during any of the many times I built Net-SNMP on Cygwin. Have you already tried to run "make

Re: ./configure conftest.c permission denied

2010-09-21 Thread Leo Lin
disable it?   Thanks!   Leo;         --- On Mon, 9/20/10, Abraham Varricatt wrote: From: Abraham Varricatt Subject: Re: ./configure conftest.c permission denied To: "Leo Lin" Cc: "Net-snmp-users" Date: Monday, September 20, 2010, 10:06 PM On Tue, Sep 21, 2010 at 6:44 AM

Re: ./configure conftest.c permission denied

2010-09-20 Thread Abraham Varricatt
On Tue, Sep 21, 2010 at 6:44 AM, Leo Lin wrote: > > Hi, > > I tried to cross-compile for a embedded system.  It didn't work, so I wanted > to re-compile it again for my system, and now it fails all the time. > It would be a lot easier to help you if we knew what version of net-snmp you are using

Re: ./configure conftest.c permission denied

2010-09-20 Thread Leo Lin
but it still giving me errors.  Everytime, the error is different.   Should I run `make uninstall'   then ./configure again?   Thanks!   Leo; --- On Mon, 9/20/10, Leo Lin wrote: From: Leo Lin Subject: ./configure conftest.c permission denied To: "Net-snmp-users" Date: Monday, Se

./configure conftest.c permission denied

2010-09-20 Thread Leo Lin
Hi,   While installing net-snmp-5.6.rc1, there's an error during ./configure   seems that configure script is not able to find the source file conftest.c   Anyone know what is the purpose of this sourcefile? test configuration?  Where can I download it, and where (directory) I need to place it so