Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#316 fixed emxomfar crash if no arguments KO Myung-Hun
Description

Hi/2.

If just running emxomfar without arguments, emxomfar crashes.

#318 wontfix -static problem KO Myung-Hun
Description

Hi/2.

If it is specified without -o option, ld fails due to -static-o.

F:\lang\work\test>gcc -static test.c
ld.exe: unrecognized option `-static-o'

If it is specified with -o option, ld fails due to undefined symbols.

F:\lang\work\test>gcc -static -o test.exe test.c
F:/lang/gcc/usr/lib/libc_s.a(signals.o): Undefined symbol ___libc_back_signalOS2
V1Handler16bit referenced from text segment
F:/lang/gcc/usr/lib/libc_s.a(signals.o): Undefined symbol ___libc_back_signalOS2
V1Handler16bit referenced from text segment
#319 fixed the executable named after a option is created if -o is not specified KO Myung-Hun
Description

Hi/2.

For examples,

gcc -lc test.c

creates -lc.exe instead of test.exe

Similarily,

gcc -Wl,-Bstatic test.c

creates -Bstatic.exe not test.exe.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.