|
I think that as of version 2.5.6, the standard g++ will compile the standard 3.1 InterViews completely successfully. Note that you'll need the -fno-for-scope flag if you use gcc-2.7.0; with 2.7.2 you may be able to omit this flag but you'll get warnings. According to Jason Merrill, gcc-2.7.0 and newer works with Rogue Wave's tools.h++ class library, but you may want to grab `ftp://ftp.cygnus.com/pub/g++/Tools.h++-6.1-patch'. Again, you'll need the -fno-for-scope flag since Rogue Wave hasn't fixed their code to comply with the new standard yet.
more
|
I thought I saw an item indicating that someone had patched NIHCL to work with g++. Any pointers?
Related Questions
- If you wish to build g++-1.42, you must obtain gcc-1.42 first. The installation instructions for g++ version ...
- As a rule, the first two digits of your g++ and libg++ should be the same. Normally when you do an upgrade in ...
- From the libstdc++-FAQ: "The EGCS Standard C++ Library v3, or libstdc++-2.90.x, is an ongoing project to ...
- ). I've successfully used this Standard Template Library version to build a number of the demos you'll see on ...
- I am not a lawyer, and this is not legal advice. In any case, I have little interest in telling people how to ...