Hi,
don't know if this is still relevant to you but perhaps could help someone else running into the same problem (just like me an hour ago ;-))... I got the same mistake compiling cisco vpnclient 4.8.00 (0490) on 6.06 LTS. The reason was: in another instruction on the web i read about using gcc 3.4 instead of gcc 4.0, because allegedly the default kernel of ubuntu 6.06 (in my case 2.6.15-28) had been compiled using that version gcc-3.4. So i installed both gcc's and changed the link /usr/bin/gcc to point to 3.4. This exactly was the mistake. After just using gcc-4 everything worked fine.
hth ;-)
Hi, don't know if this is
Hi,
don't know if this is still relevant to you but perhaps could help someone else running into the same problem (just like me an hour ago ;-))... I got the same mistake compiling cisco vpnclient 4.8.00 (0490) on 6.06 LTS. The reason was: in another instruction on the web i read about using gcc 3.4 instead of gcc 4.0, because allegedly the default kernel of ubuntu 6.06 (in my case 2.6.15-28) had been compiled using that version gcc-3.4. So i installed both gcc's and changed the link /usr/bin/gcc to point to 3.4. This exactly was the mistake. After just using gcc-4 everything worked fine.
hth ;-)