Errors when compiling demos?

BlitzMax Forums/MiniB3D Module/Errors when compiling demos?

Pete Carter(Posted 2011) [#1]
Warning: .drectve `-aligncomm:"_joyhandle",5' unrecognized
Warning: .drectve `-aligncomm:"_ReadStream",2 ' unrecognized
Warning: .drectve `-aligncomm:"_WriteStream",2 ' unrecognized
Warning: .drectve `-aligncomm:"_ccinfo",5 ' unrecognized
Warning: .drectve `-aligncomm:"_jerr",5' unrecognized
Warning: .drectve `-aligncomm:"_stdin_",2 ' unrecognized
Warning: .drectve `-aligncomm:"_stdout_",2 ' unrecognized
Warning: .drectve `-aligncomm:"_stderr_",2' unrecognized
Warning: .drectve `-aligncomm:"_bbGCStackTop",2 ' unrecognized
Warning: .drectve `-aligncomm:"__bbusew",2' unrecognized
Warning: .drectve `-aligncomm:"__bbNeedsLock",2 ' unrecognized
Warning: .drectve `-aligncomm:"__bbLock",2' unrecognized

Why and what are they?


Pete Carter(Posted 2011) [#2]
Sorry i got nothing about these error messages using the advanced search on this site but i googled it and a post was made about these errors and i found my answer! Its mingw you need to copy ar.exe and ld.exe from your mingw bin folder over the ones in the blitzmax bin folder.

Last edited 2011


kfprimm(Posted 2011) [#3]
Technically, those would warnings. :)

Seriously though, I had been wondering how to fix those things. Makes sense. Thanks!