This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: victory! I have a working crosscompiler!


On Mon, Dec 10, 2001 at 03:48:55PM -0500, Adam Megacz wrote:
> So, popping back up one level to my original question, we can assume
> that every platform will have some sort of c++ library. However, will
> libstdc++-v3 always be able to fill this role (unlike glibc), or is
> libstdc++-v3 only suitable for POSIX systems (as is glibc)?

Right now libstdc++-v3 assumes a lot of POSIX semantics, because nobody has
contributed code to allow it to do otherwise.  In the major cases (e.g.,
underlying I/O library), hooks and wrappers are in place to support something
completely non-POSIX, but nobody has yet taken advantage of them[*].

[*]  And told us about it.[**]
[**] "And lived to tell about it" might be more appropriate.  :-)


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]