php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65113 configure fails to "determine sizeof long int" when using SunStudio compilers
Submitted: 2013-06-24 18:51 UTC Modified: 2021-09-05 04:22 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: mi+php at aldan dot algebra dot com Assigned: cmb (profile)
Status: No Feedback Package: *Configuration Issues
PHP Version: 5.4.16 OS: SunOS 5.10
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2013-06-24 18:51 UTC] mi+php at aldan dot algebra dot com
Description:
------------
For some reason, configure invokes $CC with -lstdc++ (among other libraries), which causes a problem with Sun's C-compiler -- the library should only be used with a C++ compiler... I guess, GNU C just finds it anyway, but that should not be relied upon...

configure:117875: checking for long int
configure:117905: cc -c -I/opt/csw/include -xstrconst -xO3 -xarch=sparcfmaf -fma=fused -m32 -xmemalign=8s  -D_POSIX_PTHREAD_SEMANTICS
 conftest.c >&5
configure:117911: $? = 0
configure:117926: result: yes
configure:117933: checking size of long int
configure:118235: cc -o conftest -I/opt/csw/include -xstrconst -xO3 -xarch=sparcfmaf -fma=fused -m32 -xmemalign=8s  -D_POSIX_PTHREAD_
SEMANTICS -L/opt/csw/lib  -L/usr/ucblib -L/opt/csw/lib -L/usr/sfw/lib conftest.c -lreadline -lncurses -laspell -lpspell -lstdc++ -lgm
p -lintl -lcurl -lbz2 -lz -lrt -lm -lnsl -lsocket  -lxml2 -lz -lm -lsocket -lnsl -lssl -lcrypto -lsocket -lnsl -ldl -lcurl -lidn -lss
l -lcrypto -llber -lldap -lsocket -lnsl -lz -lssl -lcrypto -lsocket -lnsl -ldl -lm -licui18n -licuuc -licudata -lm -licuio -lxml2 -lz
 -lm -lsocket -lnsl >&5
"conftest.c", line 540: warning: statement not reached
configure:118238: $? = 0
configure:118244: ./conftest
ld.so.1: conftest: fatal: libstdc++.so.6: open failed: No such file or directory
./configure: line 118245:  5239 Killed                  ./conftest$ac_exeext
configure:118247: $? = 137
configure: program exited with status 137

Why does it bother with libstdc++ at all?

Test script:
---------------
+ CC=cc
+ CXX=CC
+ CFLAGS='-xstrconst -xO3'
+ CFLAGS='-xstrconst -xO3 -xarch=sparcfmaf -fma=fused -m32'
+ CURL_DIR=/opt/csw
+ export CURL_DIR
+ IMAP_DIR=/opt/csw
+ export IMAP_DIR
+ IMAP_INC_DIR=/opt/csw/include/imap
+ export IMAP_INC_DIR
+ export CC
+ export CXX
+ export CFLAGS
+ CFLAGS='-xstrconst -xO3 -xarch=sparcfmaf -fma=fused -m32'
+ export CFLAGS
+ CXXFLAGS=%cxx_optflags
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe'
+ export FFLAGS
+ ./configure --host=sparc-sun-solaris2.10 --build=sparc-sun-solaris2.10 --target=sparc-sun-solaris2.10 --program-prefix= --prefix=/data/timeinc/packages/ti_php54 --exec-prefix=/data/timeinc/packages/ti_php54 --bindir=/data/timeinc/packages/ti_php54/bin --sbindir=/data/timeinc/packages/ti_php54/sbin --sysconfdir=/data/timeinc/packages/ti_php54/etc --datadir=/data/timeinc/packages/ti_php54/share --includedir=/data/timeinc/packages/ti_php54/include --libdir=/data/timeinc/packages/ti_php54/lib --libexecdir=/data/timeinc/packages/ti_php54/libexec --localstatedir=/data/timeinc/packages/ti_php54/var --sharedstatedir=/data/timeinc/packages/ti_php54/com --mandir=/data/timeinc/packages/ti_php54/share/man --infodir=/data/timeinc/packages/ti_php54/share/info --prefix=/data/timeinc/packages/ti_php54 --cache-file=../config.cache --with-libdir=lib --mandir=/data/timeinc/man/ --with-config-file-path=/data/timeinc/packages/ti_php54/etc --with-config_file-scan-dir=/data/timeinc/packages/ti_php54/php.d --disable-debug --with-pic --disable-rpath --with-pear=/data/timeinc/packages/ti_php54/pear --with-bz2 --with-curl --enable-gd-native-ttf --with-jpeg-dir=/usr --with-xpm-dir=/usr --without-gdbm --with-gettext --with-gmp --with-mhash --with-iconv --with-openssl --with-kerberos --with-pspell --with-zlib --with-layout=GNU --enable-exif --enable-ftp --enable-magic-quotes --enable-sockets --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-wddx --enable-ucd-snmp-hack --with-unixODBC=shared --enable-shmop --enable-calendar --with-tidy=shared --with-mcrypt=shared --with-sqlite3=shared --enable-intl --sysconfdir=/data/timeinc/packages/ti_php54/etc --disable-ipv6 --enable-pcntl --with-imap=shared --with-imap-ssl --enable-mbstring=shared --enable-mbregex --with-gd=shared --enable-bcmath=shared --enable-dba=shared --with-xmlrpc=shared --with-ldap=shared --with-ldap-sasl --with-mysql=shared,/opt/csw --with-mysqli=shared,/opt/csw/bin/mysql_config --with-pdo-mysql=shared,/opt/csw --enable-dom=shared --with-pgsql=shared --with-sybase-ct=shared,/data/timeinc/packages/ti_sybase_ocs/OCS-15_0 --with-snmp=shared --enable-soap=shared --with-xsl=shared --enable-xmlreader=shared --enable-xmlwriter=shared --enable-pdo=shared --with-pdo-odbc=shared,unixODBC --with-pdo-pgsql=shared --with-pdo-sqlite=shared --enable-json=shared --enable-zip=shared --disable-ipv6 --with-readline
configure: creating cache ../config.cache
checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep
...
checking for Sybase-CT support... yes, shared
checking for long int... yes
checking size of long int... configure: error: cannot compute sizeof (long int)
See `config.log' for more details.



Patches

nostdcxx-patch (last revision 2013-06-24 19:32 UTC by mi+php at aldan dot algebra dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-06-24 19:34 UTC] mi+php at aldan dot algebra dot com
The patch I just added solves the problem here, but I doubt, it is suitable for general case. I uploaded it more for illustration than anything...
 [2021-08-23 15:52 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-08-23 15:52 UTC] cmb@php.net
Is this still an issue with any of the actively supported PHP
versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2021-09-05 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC