From: Cedric Veilleux (cedric_at_neopeak.com)
Date: Fri 11 Oct 2002 - 20:10:34 BST
Hi,
I managed to get all utilities to compile under GCC 3.2 pretty well except
"vdu" and "listdevip". Here are the errors:
*******************************************************
# make listdevip
gcc -funsigned-char -Wall -g -O3 -DVERSION=\"0.20\" listdevip.cc -o listdevip
/tmp/ccTxtzBg.o:/root/vserver-0.20/listdevip.cc:64: undefined reference to
`__gxx_personality_v0'
collect2: ld returned 1 exit status
make: *** [listdevip] Error 1
# make vdu
gcc -funsigned-char -Wall -g -O3 -DVERSION=\"0.20\" vdu.cc -o vdu \
-lstdc++
vdu.cc:10: parse error before `&' token
vdu.cc: In function `int vdu_onedir(...)':
vdu.cc:13: `path' undeclared (first use this function)
vdu.cc:13: (Each undeclared identifier is reported only once for each function
it appears in.)
vdu.cc:50: `size' undeclared (first use this function)
vdu.cc: In function `int main(int, char**)':
vdu.cc:70: `string' undeclared (first use this function)
make: *** [vdu] Error 1
*******************************************************
I am clueless about these, any help, tip or idea appreciated.
Thank you,
Cédric