This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc howto


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@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@rfk.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]