Actually by system related I was thinking more along the lines of compiler
stuff I had missed or installed wrong, as I have seen similar problems
with mismatched verions of libraries.  As it turns out it was just changes
in the libc++ headers causing a naming conflict.  Thanks for the help
though.

Craig Blake


Brian Ashe wrote:

Craig Blake,

On Monday October 14, 2002 11:27, Craig Blake wrote:

I just did a fresh install of RedHat 8 on a machine and am running into
some problems compiling some basic C++ code.  Stuff that compiled fine
before with RedHat 7.3 and gcc 2.96 now have problems, but they seem to be
related to the system rather than the code.  If anyone has any suggestions
I would appreciate the help.


They're probably only related to the system, if you mean that the system
seems
to be awfully stringent about the code.

GCC 3.2 is the most standards compliant compiler yet from the GCC team and it
has shown the weakness in a lot of code as far as standards compliance goes.
I highly recommend you check the code.

<snip compiler errors>
Just a guess, but check for namespace problems. Seems to be a real problem
with a lot of code. Seems it was never properly taught.






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to