On Tue, Jun 05, 2012 at 09:31:30PM -0400, Lomax, Michael P. wrote:
> My first email in this thread was running the make in bash (note
> the prompt).  I also am running the configure using a script that
> specifies bash and my preferred options.  I learned about these
> things several months back when attempting the build on AIX.  Just
> to repeat, here is the original bash response to `make`:
> 
> bash-3.00# make
> making all in /mpl/net-snmp-5.7.2.pre1/snmplib
> make[1]: Entering directory `/mpl/net-snmp-5.7.2.pre1/snmplib'
> /bin/sh ../libtool  --mode=compile gcc -I../include -I.         -I../snmplib  
> -fno-strict-aliasing -g -O2 -Usolaris2 -Dsolaris2=solaris2  -c -o 
> snmp_client.lo snmp_client.c

Yes, but note that it runs libtool with an explicit call for /bin/sh,
and that is the cause of the problem.

Maybe you just should not specify SHELL when calling configure?
libtool is supposed to handle the situation when SHELL is defunct.

/Niels

-- 
Niels Baggesen - @home - Ã…rhus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers   ---   R W Hamming

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to