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

pfstream.h ?? and install on redhat 73


Hi!
1)first problem
============
When I install gcc 3.2, the /include are instaled in other local,
the normal red hat is
/usr/include
/usr/include/g++

and the gcc 3.2 are instaled on
/usr/local/include

How I install gcc 3.2 in red hat 7.3 ?

see below my system especification.

PS: I in fact use g++

----
[andre@mercurio andre]$ uname -a
Linux mercurio.lmpt.ufsc.br 2.4.18-10smp #1 SMP Wed Aug 7 11:17:48 EDT 2002 i686 unknown

[andre@mercurio andre]$ rpm -qa | egrep glibc
glibc-2.2.5-39
glibc-kernheaders-2.4-7.16
glibc-devel-2.2.5-39
glibc-common-2.2.5-39

[andre@mercurio include]$ rpm -qa |egrep kernel
kernel-source-2.4.18-10
kernel-2.4.18-10
kernel-doc-2.4.18-10
kernel-smp-2.4.18-10

2)second problem
=============
In older version I compile a program using
#include <pfstream.h>

and the file pfstream.h are located in
/usr/include/g++/pfstream.h

in gcc3.2 the file pfstream.h not exist ?




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