Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <4.3.1.2.20010702104915.02071f00@pop.ma.ultranet.com> X-Sender: lhall AT pop DOT ma DOT ultranet DOT com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Mon, 02 Jul 2001 10:51:48 -0400 To: "Pierre Loic Herve" , "cygwin" From: "Larry Hall (RFK Partners, Inc)" Subject: Re: gcc howto In-Reply-To: <006201c10306$5d54a500$520010ac@cirec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 10:50 AM 7/2/2001, Pierre Loic Herve wrote: >Hi all ! > >I have been to the the FAQ and to Google but i could not find an answer > >I have in //c/pierre/src/test >int main(int toto , char ** tata) { > return 0; >} > >I go >//c/pierre/src/test> gcc -c main.c >Thats OK >//c/pierre/src/test> ls >main.c main.o > >Then I go >//c/pierre/src/test> gcc main.o >/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-4/../../../../i686-pc-cygwin/bin/ld: >cannot find -luser32 >collect2: ld returned 1 exit status > >So i try : >//c/pierre/src/test> gcc -v -L//c/WINDOWS/SYSTEM main.o >Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-4/specs >gcc version 2.95.3-4 (cygwin special) > >/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-4/collect2.exe -Bdynamic --dll-search >-prefix=cyg >/usr/lib/crt0.o -L//c/WINDOWS/SYSTEM -L/usr/local/lib -L/usr/lib -L/usr/lib/ >gcc-lib/i686-pc-cygwin/2.95.3-4 >main.o -lgcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc >/usr/lib/libcygwin.a(_cygwin_crt0_common.o)(.text+0xe6):_cygwin_crt0_common. >cc: undefined reference to `GetModuleHandleA AT 4' >collect2: ld returned 1 exit status > >What's wrong with my gcc ? You missed at least one package in the install (w32api), either because you decided to pick-and-choose or because the installation didn't go correctly. Either way, rerun setup and install *all* packages. Setup knows which ones are already installed so this process should update/ install only those packages that need it. Larry Hall lhall AT rfk DOT com RFK Partners, Inc. http://www.rfk.com 118 Washington Street (508) 893-9779 - RFK Office Holliston, MA 01746 (508) 893-9889 - FAX -- 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/