From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: egcs@cygnus.com Subject: Re: misplaced directory Date: Mon, 15 Dec 1997 12:26:00 -0000 Message-id: <199712152021.MAA24233@atrus.synopsys.com> References: X-SW-Source: 1997-12/msg00855.html > 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.