Re: simple windows C app build

2011-04-20 Thread Bart Van Assche
On Tue, Apr 19, 2011 at 9:59 PM, Thomas Andrews wrote: > I'm trying to build a trivial C proggie in windows xp. The code builds > fine in debian. It is based on this example: > http://www.cuddletech.com/articles/snmp/node26.html > > When I do this: > gcc -Wall -I c:\usr\include snmp_test.c -o

simple windows C app build

2011-04-19 Thread Thomas Andrews
Hi, I'm trying to build a trivial C proggie in windows xp. The code builds fine in debian. It is based on this example: http://www.cuddletech.com/articles/snmp/node26.html When I do this: gcc -Wall -I c:\usr\include snmp_test.c -o snmp_test I get this: c:\usr\include/net-snmp/net-snm