Hi, > > I've compiled and installed the 2.4.19ctx-15 kernel - no > > problem. But when trying to do a "make all" on the vserver tools > > I end up with: > > > > gcc -funsigned-char -Wall -g -O -DVERSION=\"0.22\" vserver-stat.c > > syscall.o -o vserver-stat > > syscall.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0' > > collect2: ld returned 1 exit status > > make: *** [vserver-stat] Error 1 > > > > Any idea why ?? I'm using gcc 3.2 on Redhat 8.0 > > I do compile on the same environment without problem. Odd. > > Try to add -lstdc++ to the vserver-stat link command in the Makefile
That did the trick.... /Brian