This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Perplexing Build Problem (may be OT)


This may be off-topic, but I am having a devil of a time trying to figure
out why I can't build php-4.0.4 on my linux system using gcc.

When I run make, I eventually get the following error:

/bin/sh /usr/download/php-4.0.4/libtool --silent --mode=link
gcc  -I. -I/usr/download/php-4.0.4/
-I/usr/download/php-4.0.4/main -I/usr/download/php-4.0.4 -I/usr/download/php
-4.0.4/Zend -I/usr/include/
mysql -I/usr/download/php-4.0.4/ext/xml/expat/xmltok -I/usr/download/php-4.0
.4/ext/xml/expat/xmlpars
e -I/usr/download/php-4.0.4/TSRM  -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -DNO_D
L_NEEDED -DXML_BYTE_ORDER=12 -g -O2   -o libphp4.la -rpath
/usr/download/php-4.0.4/libs -avoid-version -L/usr/lib/mysql  -R/usr/lib/mys
ql stub.lo  Zend/libZend.la sapi/apache/libsapi.la main/libmain.la
ext/calendar/libcalendar.la ext/gd/libgd.la ext/mysql/libmysql.la
ext/pcre/libpcre.la ext/posix/libposix.la ext/session/
libsession.la ext/standard/libstandard.la ext/xml/libxml.la
ext/zlib/libzlib.la TSRM/libtsrm.la -ldl
 -lz -lmysqlclient -lpng -lz -lgd -ljpeg -lresolv -lbind -lm -ldl -lcrypt -l
nsl -lresolv -L/usr/lib
-ljpeg

/usr/i586-pc-linux-gnu/bin/ld: .libs/libphp4.so: undefined versioned symbol
name __fp_query@@GLIBC_2.0

/usr/i586-pc-linux-gnu/bin/ld: failed to set dynamic section sizes: Bad
value

In researching this I've found numerous references involving "undefined
versioned symbol name" errors involving various packages... but never any
resolution of the problem.

I know this is a long shot, but I'm wondering if there's something wrong
with gcc.

Thanx in advance for any help!

- Mark
mark@arcabama.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]