header file inline causing problems

Ranjit Mathew rmathew@gmail.com
Fri Apr 8 06:28:00 GMT 2005


Steve Pribyl wrote:
>
> mingw$ gcc -v
> Using built-in specs.
> Target: i386-mingw32msvc

BTW, this is an obsolete target specification for MinGW.
Either user "mingw32" (alias for i386-pc-mingw32) or
"i686-pc-mingw32".

As for the "HAVE_GAS_WEAK" bit that you pointed out
in a separate message, "cygming.h" is included when
the target is either Cygwin or MinGW (see "gcc/config.gcc")
and it already has that bit.

Ranjit.

-- 
Ranjit Mathew      Email: rmathew AT gmail DOT com

Bangalore, INDIA.    Web: http://ranjitmathew.hostingzero.com/



More information about the Java mailing list