ID:               16011
 Updated by:       [EMAIL PROTECTED]
-Summary:          --with-bcmath link error
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Compile Failure
 Operating System: Mac OS X 10.1.3
 PHP Version:      4.0CVS-2002-03-11
 New Comment:

wrong configure argument in title :\


Previous Comments:
------------------------------------------------------------------------

[2002-03-11 22:24:33] [EMAIL PROTECTED]

Configure Line:

./configure --with-ldap=/usr/local --with-xml --enable-shared
--enable-versioning --enable-trans-id --enable-t
rack-vars --enable-ftp --with-mysql --with-pdflib=/usr/local
--with-zlib-dir=/usr/local --with-png-dir=/usr/lo
cal --with-jpeg-dir=/usr/local --with-gd=/usr/local
--with-tiff-dir=/usr/local --with-apxs=/usr/sbin/apxs --en
able-openbase_module --with-pgsql=/Library/PostgreSQL
--with-curl=/usr/local --with-pspell=/usr/local/pspell -
-enable-exif --enable-wddx --enable-mbstring --enable-mbstr-enc-trans
--with-iconv=/usr/local/iconv --enable-b
cmath

Yields the following output during the final link phase:

/usr/bin/ld: multiple definitions of symbol __bc_Free_list
ext/bcmath/libbcmath/src/add.lo definition of __bc_Free_list in section
(__DATA,__common)
ext/bcmath/libbcmath/src/div.lo definition of __bc_Free_list in section
(__DATA,__common)
ext/bcmath/libbcmath/src/init.lo definition of __bc_Free_list in
section (__DATA,__data)
/usr/bin/ld: multiple definitions of symbol __one_
ext/bcmath/bcmath.lo definition of __one_ in section (__DATA,__common)
ext/bcmath/libbcmath/src/init.lo definition of __one_ in section
(__DATA,__common)
/usr/bin/ld: multiple definitions of symbol __two_
ext/bcmath/bcmath.lo definition of __two_ in section (__DATA,__common)
ext/bcmath/libbcmath/src/init.lo definition of __two_ in section
(__DATA,__common)
/usr/bin/ld: multiple definitions of symbol __zero_
ext/bcmath/bcmath.lo definition of __zero_ in section
(__DATA,__common)
ext/bcmath/libbcmath/src/init.lo definition of __zero_ in section
(__DATA,__common)
ext/bcmath/libbcmath/src/neg.lo definition of __bc_Free_list in section
(__DATA,__common)
ext/bcmath/libbcmath/src/outofmem.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/raisemod.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/rt.lo definition of __bc_Free_list in section
(__DATA,__common)
ext/bcmath/libbcmath/src/sub.lo definition of __bc_Free_list in section
(__DATA,__common)
ext/bcmath/libbcmath/src/compare.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/divmod.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/int2num.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/num2long.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/output.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/recmul.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/sqrt.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/zero.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/debug.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/doaddsub.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/nearzero.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/num2str.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/raise.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/rmzero.lo definition of __bc_Free_list in
section (__DATA,__common)
ext/bcmath/libbcmath/src/str2num.lo definition of __bc_Free_list in
section (__DATA,__common)
make: *** [libphp4.la] Error 1

This is also the case with 4.1.2 stable.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16011&edit=1

Reply via email to