try again...

This commit is contained in:
David Starks-Browning 2000-12-12 16:07:14 +00:00
parent 5c8836b916
commit 88e066655c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ works, but
bash$ gcc -lm hello.c
/c/TEMP/ccjLEGlU.o(.text+0x10):hello.c: multiple definition of `main'
/usr/lib/libm.a(libcmain.o)(.text+0x0):libcmain.c: first defined here
/usr/lib/libm.a(libcmain.o)(.text+0x6a):libcmain.c: undefined reference to `WinMain@16'
/usr/lib/libm.a(libcmain.o)(.text+0x6a):libcmain.c: undefined reference to `WinMain@@16'
collect2: ld returned 1 exit status
@end example