Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#320 duplicate export __libc_native2errno() KO Myung-Hun
Description

Hi/2.

Sometimes libc_native2errno() is very useuful when implementing missing features in OS/2 with native OS/2 APIs. Unforutnatley, however, libc_native2errno() is not exported. How about exporting it ?

#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.

#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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.