| Re: [AD] Misc. issues related to WIP 3.9.38 | 
[ Thread Index | 
Date Index
| More lists.liballeg.org/allegro-developers Archives
] 
> Pass `-mwindows' at the linker stage, I think.
The "-m" switch is getting deprecated in the new releases of GCC:
-> "-m386", "-m486", "-mpentium" are replaced by "-mcpu=386", "-mcpu=486",
    "-mcpu=pentium" and so on,
-> "-mwindows" is replaced by "-Wl,--subsystem,windows" (which means in GCC
    tongue: pass --subsystem windows as an option to the linker).
--
Eric Botcazou
ebotcazou@xxxxxxxxxx