Den 12-06-2012 21:08, Lomax, Michael P. skrev: > May not be understanding what you are saying but let me see if I can figure > it out.
:-) > My path, as noted at the top of the typescript I sent, is: > > $ echo $PATH > /usr/bin::/usr/local/bin Right. When compiling you would normally need to have /usr/ccs/bin early in the path,to supply ld, as, ar, ranlib, make and others that normally are required to compile anything > And here is the contents of /usr/local/bin which also contains all the items: > > -bash-3.00$ pwd > /usr/local/bin > -bash-3.00$ ls > addr2line ld.bfd > ar make > as nm Are these the GNU equivalents? It seems that your gcc is configured to use /usr/ccs/bin/ld, and not /usr/local/bin, so I expect that gcc and libtool will need that /usr/ccs/bin is ahead of /usr/local/bin in your PATH. Please try again with PATH=/usr/ccs/bin:$PATH /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