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]

gcc howto


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 ?

Thanks
--
Pierre Loic Herve
[http://pierloic.free.fr] [ICQ pierloic #118135943]


--
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]