PDA

View Full Version : Cpp 2.96



Spaz
01-01-2002, 12:54 PM
Clean redhat 7.2 install, followed the directions in Zaphod's instruction post.

if I do

$ cpp --version

I get
2.96

.... do I care?

GCC returns 3.0.2 as a version, as does g++

I don't want to compile QT and SEQ with it if it's going to take two hours and not work :)

If I do in fact need to get cpp to report back as something over than 2.96, anyone have any suggestions? The RPMS listed installed fine.

Yendor
01-01-2002, 04:08 PM
gcc v3 uses an internal cpp now so it doesn't care about what cpp package might be installed (ie. it doesn't use it). Learned this just the other day.