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]

More info on last bug report


The error in strfile.h:31 is caused by the fact that
__PMT is not defined.

That in turn is caused by the fact that "egcs-cvs/libio/libio.h"
doesn't get installed by "make install".

I do have a "/usr/include/libio.h", but that is part of
my glibc package (RedHat: glibc-devel-2.0.7-13) and it doesn't
define __PMT.

If I am making an error with installation, please let me know :(
(Following wwwdocs/htdocs/install/finalinstall.html, I just
 do a "make install").

-- 
 Carlo Wood  <carlo@runaway.xs4all.nl>

===
/usr/src/egcs/egcs-cvs-objdir>make install | grep 'libio.h'
/usr/src/egcs/egcs-cvs-objdir>find / -name 'libio.h'
/usr/src/egcs/egcs-cvs/libio/libio.h
/usr/include/libio.h
/usr/src/egcs/egcs-cvs-objdir>grep __PMT /usr/include/libio.h
/usr/src/egcs/egcs-cvs-objdir>rpm -qf /usr/include/libio.h
glibc-devel-2.0.7-13




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