misplaced directory
Joe Buck
jbuck@synopsys.com
Mon Dec 15 12:26:00 GMT 1997
> 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.
More information about the Gcc
mailing list