From mboxrd@z Thu Jan 1 00:00:00 1970 From: m_shanmugasundaram.cgmaersk@maerskdata.dk To: cygwin@cygwin.com Subject: Re: GCC- Doubt Date: Thu, 06 Sep 2001 02:03:00 -0000 Message-id: X-SW-Source: 2001-09/msg00240.html Hi Randall Schulz, Thank you for your advice. I installed win32api and the GCC compiles well. I dont have space in my hard disk to install the whole of cygwin :(( Cheers Shan Randall R Schulz To: cygwin@cygwin.com cc: 06/09/01 Subject: Re: GCC- Doubt 04:44 AM Shan, I imagine you did not install all of Cygwin. With my full and current install, your program, copied directly from your post, compiles without complaint and executes exactly as expected. Randall Schulz Mountain View, CA USA At 02:57 2001-09-05, m_shanmugasundaram.cgmaersk@maerskdata.dk wrote: >Hi , > >I downloaded and installed the cygwin today. When i tried to compile the >simple hello.c program the following error occured. please help me. > >The program is: > >#include >int main() >{ > printf("Hello world\n"); > return 0; >} > >The error reported is: > >$gcc -o hello hello.c >/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld: >cannot find -luser32 >collect2: ld returned 1 exit status > >Cheers >Shan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/