help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -fshort-wchar in g++ (wstring & wchar_t)


From: Paul Pluzhnikov
Subject: Re: -fshort-wchar in g++ (wstring & wchar_t)
Date: Thu, 04 Aug 2005 22:44:29 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"Vinu" <vinuwarrier@yahoo.com> writes:

> Can u suggest some way of getting it?

I *already* did. I suggest you re-read the message, paying attention
this time.

I'll repeat the key point: *all* code linked into your program *must*
be compiled with the *same* ABI.

If one of your libraries uses non-standard ABI, then all other
libraries and objects must also use that ABI. That includes all
objects which are part of "compiler support": crt1.o, libgcc,
libstdc++, etc. You can see what is linked into your executable by
doing the link with '-v' option.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]