﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
318	-static problem	KO Myung-Hun		"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
}}}"	defect	closed	normal	libc-0.7	gcc	0.6.5	normal	wontfix		
