Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Originating-IP: [66.148.193.90] X-Originating-Email: [migmcomputers AT hotmail DOT com] From: "Max Palatnik" To: cygwin AT cygwin DOT com Subject: Error message when compling simple program, help please :) Date: Wed, 11 Jun 2003 11:25:11 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Jun 2003 16:25:12.0536 (UTC) FILETIME=[087E2D80:01C33036] Hi guys, First time emailing a community like this, hopefully it works. I just installed cygwin using the setup program available on the website and I'm trying to copile a program I have from the Sams publishing "teach yourself C in 24 hours book" The program is the following: #include main() { printf ("Howdy, neighbor! This is my first C program.\n"); return 0; } I am using the following command: $ gcc 02l01.c /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: cannot find -luser32 collect2: ld returned 1 exit status I have no idea what to do now. I searched google for help but i didn't find anything referring specifically to the -luser32 error. If someone could help me out I'd really appreciate it :) Thanks to all who reply Max _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/