Page 1 of 1

gcc problem

PostPosted: Thu Aug 29, 2013 10:38 am
by xardas
Hello

I am a newb in this area, but today have tried to compile my kernel with grsec, but got these error:

Image
Image

After searching and trying to install gcc 4.6 and 4.7 plugin-dev packages I still get these errors.

What should I do to fix this issue?

Re: gcc problem

PostPosted: Thu Aug 29, 2013 5:56 pm
by PaX Team
you'll need to install g++ as well.

Re: gcc problem

PostPosted: Tue Dec 10, 2013 8:41 am
by bugmenot
PaX Team wrote:you'll need to install g++ as well.

that helped me too, thx