Hi All,

I've been having an issue compiling PHP 4.4.7 under Solaris 10 (SunOS 5.10)
using GCC 3.4.6.  I've tried to downgrade libiconv from 1.11 to 1.9.2 with
no different results.

Here are the specifics below.  Any help is greatly appreciated.  Thanks in
advance!

OS & Package Versions
---------------------
SunOS web1 5.10 s10_72 sun4u sparc SUNW,UltraSPARC-IIi-cEngine

- openssl-0.9.8e
- autoconf 2.60
- automake 1.10
- bison 2.3
- expat 1.95.5
- flex 2.5.33
- fontconfig 2.4.2
- freetype 2.3.1
- gcc 3.4.6
- gd 2.0.33
- jpeg 6b
- libiconv 1.9.2
- libpng 1.2.16
- libtool 1.5
- libxml2 2.6.26
- libxslt 1.1.17
- m4 1.4.7
- make 3.81
- perl 5.8.8
- texinfo 4.8
- xpm 3.4k
- zlib 1.2.3


Compile Options
---------------
make clean
CC="gcc" \
 LDFLAGS="-mcpu=v9 -L/usr/local/lib -L/usr/local/mysql/lib" \
 ./configure \
          --enable-track-vars \
          --enable-sockets \
          --enable-wddx \
          --enable-xslt \
            --with-xslt-sablot=/usr/local \
            --with-expat-dir=/usr/local \
            --with-iconv=/usr/local \
            --with-libxml-dir=/usr/local/lib \
          --with-curl \
          --with-mysql=/mysql-client \
          --with-zlib-dir=/usr/local \
          --with-jpeg-dir=/usr/local \
          --with-png-dir=/usr/local \
          --with-freetype-dir=/usr/local \
          --with-gd \
          --with-xpm-dir=/usr/local \
          --disable-debug \
          --enable-safe-mode \
          --enable-inline-optimization \
          --enable-memory-limit \
          --enable-bcmath \
          --enable-calendar

Make Test Output:
#  make test
Bus Error - core dumped
make: [test] Error 138 (ignored)

(core dump)

PHP Compile Log:
http://my.gi.net/shane.kinsch/php-compile-log.txt

Reply via email to