From: <se...@in...> - 2004-08-23 16:04:19
|
On Mon, 2004-08-23 at 09:32, Grzegorz Jakacki wrote: > Gilles J. Seguin wrote: > > On Sun, 2004-08-22 at 11:15, Grzegorz Jakacki wrote: > > > >>Hi, > >> > >>I made (hopefully final) changes to rel_2_8 branch. I tested on > >>Debian and RedHat, I could not make plugins functional on RedHat, > >>but otherwise things look fine. > > > > > > Could you be more specific on the plugins for RedHat. thanks > > The only RedHat I can test on is x86-linux2 on CompileFarm (Red Hat > Linux 3.2.2-5). This is what I got: > > <log> > ... > Testing comp/tnested/compilation-via-plugin ... > + cd testsuite.dir/comp/tnested/compilation-via-plugin > + /home/users/j/ja/jakacki/tmp/test-opencxx-22221/opencxx/occ2 -I/h > ome/users/j/ja/jakacki/local/gc6.2/include -L/home/users/j/ja/jakac > ki/local/gc6.2/i686-pc-linux-gnu/x86-linux2.cf.sourceforge.net/lib why have added this library path. The thing does not work there, but it work on my computer. > -m /home/users/j/ja/jakacki/tmp/test-opencxx-22221/opencxx/testsuit > e/comp/tnested-class.mc > /home/users/j/ja/jakacki/tmp/test-opencxx-22221/opencxx/testsuite/c > omp/tnested-class.mc:9: a metaclass should include at least one not > -inlined virtual function: NestedClass > > g++: /usr/lib/gcc-lib/i386-linux/2.95.2/crtbeginS.o: No such file o > r directory You are suppose to be in 3.2.2 not 2.95.2, add -v option to g++ good luck with this, |