On Sun, Jul 19, 2009 at 01:57:23PM -0500, Yaakov (Cygwin/X) wrote: >On 19/07/2009 13:13, Ian Puleston wrote: >> I'm trying to use gcc 3.4.4 to compile the Microsoft C sample at >> http://msdn.microsoft.com/en-us/library/aa370663(VS.85).aspx to build a >> small test program that makes the "NetWkstaGetInfo" Windows NetAPI >> request. The Cygwin gcc library includes a libnetapi32.a library that >> seems to include that function (see below) but linking with it gives an >> "undefined reference to `_netwkstageti...@12'" error. Any idea what I am >> missing - is there some other library that I need to link in too? >> >> [Temp]: gcc -l netapi32 -o winTst2.exe winTst2.c > >http://cygwin.com/faq/faq-nochunks.html#faq.programming.win32-api
Or, more precisely: library references go last, not first. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple