how do i modify the libstdc++?

SiriusBlack siriusblackvi@aol.com
Wed Jun 25 20:23:00 GMT 2008


Hi com,

Im want to modify the standart c++ headerfiles, becouse of backward
incompatiblity with some of my applications.

I is not that hard to make that changes but i have some poblems to include
those changed version of the headerfiles in my project.


First i made a copy of the whole c++ include files inclusive the directory
and changed them.
Then i disabled the old std headers with the -nostdlib flag, but then i
failed to include my changed versions of my std headers in my project

all the headerfiles are stored in /MyProject/newstd/include 

the follow command fails:

gcc -nostdlib -I/MyProject/newstd/include (... other stuff ...)


I hope someone can help me

Regards

SiriusBlack
-- 
View this message in context: http://www.nabble.com/how-do-i-modify-the-libstdc%2B%2B--tp18121043p18121043.html
Sent from the gcc - libstdc++ mailing list archive at Nabble.com.



More information about the Libstdc++ mailing list