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]

Re: misplaced directory



> Under SCO OSR 5.0.2 and SCO OSR 5.0.4, the installation process for
> egcs-1.0, with the additional libg++.2.8.0b6.4  seems to make a directory
> called "gen" which contains some C++ header files.

"gen" is part of the libg++ add-on, not of egcs itself.  It's where those
ancient pseudo-templates go (for Doug Lea's container classes, the ones
that were designed before C++ had real templates).

> I'll have a look tonight to see where I think it should go, and post
> (I hope) something more helpful.  This is just a "heads-up".

It should be $prefix/include/g++/gen .  But if this is getting messed
up, you need to make sure that the "genclass" program looks in that
directory.



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