Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Verify no abridged gpp libs: (2 Items)
   
Verify no abridged gpp libs  
Hello,

  Can you verify the following statement:
For linking with libstdc++ accessed using
qcc -Vgcc_ntox86_gpp

there is only one version of the library, correct?  In other words, there is no abridged version or a no exception 
version of the libs.

Thanks,

Max

Re: Verify no abridged gpp libs  
> Hello,
> 
>   Can you verify the following statement:
> For linking with libstdc++ accessed using
> qcc -Vgcc_ntox86_gpp
> 
> there is only one version of the library, correct?  In other words, there is 
> no abridged version or a no exception version of the libs.

Yes, there is only one variant of the GNU libstdc++ library. 

We provide do ship two versions of libstdc++ -- libstdc++v2 with gcc 2.95.3 and libstdc++v3 for gcc 3.3.5. gcc 4.2 will 
contains updated version of libstdc++v3 but only one variant.

Regards,

Ryan Mansfield