Florian Lohoff writes: > > I also tried to compile apt. I had to do some changes in the c++ > > source code, because some standards changed (eg friend -> friend class) > > But apt-get crashes with a segmentation fault. > > Same here ... > > > I am now trying to build gdb-5 with the patches from ftp.linux.sgi.com > > to find the problem in apt. > > I guess its more or less a problem in the c++ compiler i guess.
You are right. Constructors are not called. Thats why we are falling over NULL-pointer references and segfault. Christoph

