LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   version glibc_2.0 not defined (https://www.linuxquestions.org/questions/linux-newbie-8/version-glibc_2-0-not-defined-823080/)

pallav1234 08-10-2010 06:29 AM

Finaly i was able to solve most of my errors, now only 1 error & 1 warning left

In file included from /usr/include/signal.h:358,
from logtodb.h:16,
from addalias.c:1:
/usr/include/bits/sigthread.h:36: error: storage class specified for parameter âtype nameâ
addalias.c: In function âconnect_mysqlâ:
addalias.c:222: warning: assignment makes pointer from integer without a cast

please help now.....

knudfl 08-11-2010 08:19 AM

Try using an older compiler e.g. :
# yum install compat-gcc-34-c++

And use this 'make' command : make CC=gcc34 CXX=g++34


And please provide a link to the 'addalias' source code,
you are using.
.......


All times are GMT -5. The time now is 01:13 AM.