2013/1/7 Roy Tam <address@hidden>:
2013/1/7 grischka <address@hidden>:
-
http://repo.or.cz/w/tinycc.git/commitdiff/943574aba54713ca4a17fe33aadde5abee233b53
Obviously (if you look at the code) this was not a bug but intended
behavior.
Did you tried reverting this commit and try linking with -luser32?
Without this commit, you can't link to user32 even if you specify -luser32.
... so tcc restricting people not linking to user32 and gdi32 when
writing PE_CLI programs, and ignoring users -l switches is definitely
a bug to users.