Created
May 16, 2016 09:58
-
-
Save msikma/d003ec303e50d3303e68d20a474e02cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/djgpp/bin/i586-pc-msdosdjgpp-gcc -o dist/main.exe src/main.o -Lvendor/t/lib/djgpp -lalleg | |
vendor/t/lib/djgpp/liballeg.a(allegro.o):allegro.c:(.text+0x30): multiple definition of `set_window_title' | |
src/main.o:main.c:(.text+0x1e): first defined here | |
vendor/t/lib/djgpp/liballeg.a(allegro.o):allegro.c:(.text+0x50): multiple definition of `desktop_color_depth' | |
src/main.o:main.c:(.text+0x46): first defined here | |
vendor/t/lib/djgpp/liballeg.a(allegro.o):allegro.c:(.text+0x70): multiple definition of `get_desktop_resolution' | |
src/main.o:main.c:(.text+0x6b): first defined here | |
vendor/t/lib/djgpp/liballeg.a(allegro.o):allegro.c:(.text+0x90): multiple definition of `_default_ds' | |
src/main.o:main.c:(.text+0x9c): first defined here | |
vendor/t/lib/djgpp/liballeg.a(allegro.o):allegro.c:(.text+0xa0): multiple definition of `bmp_write_line' | |
src/main.o:main.c:(.text+0xaf): first defined here | |
vendor/t/lib/djgpp/liballeg.a(allegro.o):allegro.c:(.text+0xb0): multiple definition of `bmp_read_line' | |
src/main.o:main.c:(.text+0xcb): first defined here | |
vendor/t/lib/djgpp/liballeg.a(allegro.o):allegro.c:(.text+0xc0): multiple definition of `bmp_unwrite_line' | |
src/main.o:main.c:(.text+0xe7): first defined here | |
[ removed about 18 thousand lines ] | |
vendor/t/lib/djgpp/liballeg.a(grip.o):grip.c:(.text+0x1720): multiple definition of `yield_timeslice' | |
src/main.o:main.c:(.text+0x1a53): first defined here | |
vendor/t/lib/djgpp/liballeg.a(grip.o):grip.c:(.text+0x1740): multiple definition of `_set_color' | |
src/main.o:main.c:(.text+0x1a72): first defined here | |
/usr/local/djgpp/lib/gcc/i586-pc-msdosdjgpp/5.2.0/../../../../i586-pc-msdosdjgpp/bin/ld: src/main.o: bad reloc address 0x20 in section `.eh_frame' | |
collect2: error: ld returned 1 exit status | |
make: *** [dist/main.exe] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment