Re: --with-cc

2004-08-17 Thread Narinder Soni
I read the solution from FAQwe have to delete the configure.cache file before doing ./configure with a different compilerBut now I face different problems while doing make. It shows the errors like: g++ -g -O2 -Dlinux -I. -I.. -I. -I./.. -c snmp_client.c -fPIC -DPIC -o

RE: --with-cc

2004-08-16 Thread William R. Buckley
Well now, it seems that we have a behavioral problem observed by two users of the Net-SNMP toolkit. In my last posting, I mentioned that use of ./configure --with-cc=i386-uclibc-gcc did not yield Makefiles with that compiler listed within. Indeed, the compiler remains gcc. So, why is this. Has