﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
306	g++ -v fails	KO Myung-Hun		"Hi/2.

g++ -v requires a input file and return an error status. Due to this, configure test for this fails, and libtool cannot generate DLLs for C++. However gcc -v works as expected.

gcc -v :
{{{
Reading specs from F:/lang/gcc/usr/lib/gcc-lib/i386-pc-os2-emx/3.3.5/specs
Configured with: D:/CODING/LIBC/0.6/src/gcc/configure --enable-clh --enable-threads=os2 --enable-shared=libgcc,bfd,opcodes -enable-nls --without-included-gettext --with-local-prefix=D:/CODING/LIBC/0.6TOOLS/x86.os2/gcc/staged --prefix=/gcc --with-gnu-as -disable-libgcj --enable-languages=c,c++
Thread model: os2
gcc version 3.3.5 (Bird Build 2012-03-23 03:21 (csd5))
}}}

g++ -v:
{{{
Reading specs from F:/lang/gcc/usr/lib/gcc-lib/i386-pc-os2-emx/3.3.5/specs Configured with: D:/CODING/LIBC/0.6/src/gcc/configure -enable-clh --enable-threads=os2 --enable-shared=libgcc,bfd,opcodes -enable-nls --without-included-gettext --with-local-prefix=D:/CODING/LIBC/0.6/TOOLS/x86.os2/gcc/staged --prefix=/gcc --with-gnu-as -disable-libgcj --enable-languages=c,c++
Thread model: os2
gcc version 3.3.5 (Bird Build 2012-03-23 03:21 (csd5))
g++.exe: no input files, try ""g++.exe --help""
}}}"	defect	new	normal	libc-0.7	gcc	0.6.5	normal			
