This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Problem with my own g++


Hello,

I'm not sure this is the right address but I'll give a try..
I've configured and make g++ by simple by configuring libtool and g++ with only orefix argument only ,
With a small "hello world" is works fine but when trying to work with stl i got the compiler doesn't find <string>


Actually what I'm trying to do is to create a small shared object working statically with libstdc++.a and not libstdc++.so ,
for that I'm trying to generet a g++ with no-shared option (not sure this is the right direction) .



Appreciate you response


David Drai.



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