Re: [Ekiga-list] make error



Welcome To The Real World a écrit :
Hello,

Thanks for your help, i will try to downgrade to ggc-4.2 but im linux beginner (based on ubuntu), but i will try to do that.

Théo.

In order to downgrade gcc, first you have to install gcc:
sudo apt-get install gcc-4.2

And then change all the link in /usr/bin to be sure to use the good version of gcc:
$ sudo -s
# cd /usr/bin
/usr/bin# rm cpp
/usr/bin# rm gcc
/usr/bin# rm g++
/usr/bin# ln -s /usr/bin/gcc-4.2 /usr/bin/gcc
/usr/bin# ln -s /usr/bin/g++-4.2 /usr/bin/g++
/usr/bin# ln -s /usr/bin/ccp-4.2 /usr/bin/cpp

You should get a message like this after changing gcc version:
$ gcc --version
gcc (GCC) 4.2.4 (Ubuntu 4.2.4-5ubuntu1)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]