|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-05-15 18:50 UTC] skatta33 at hotmail dot com
-Status: Open
+Status: Closed
[2014-05-15 18:50 UTC] skatta33 at hotmail dot com
[2014-08-28 12:35 UTC] tripivceta at hotmail dot com
[2014-10-21 04:05 UTC] schulz at adi dot com
[2015-01-03 20:56 UTC] thomas at espix dot net
[2015-05-19 12:05 UTC] cmb@php.net
-Status: Closed
+Status: Re-Opened
[2016-01-09 01:29 UTC] bertrand at drouhard dot com
[2016-01-25 20:39 UTC] lbakersd at yahoo dot com
[2016-02-11 20:47 UTC] craigfairhurst at me dot com
[2016-05-04 20:06 UTC] zulrang at gmail dot com
[2017-05-26 16:14 UTC] markus dot loch at bs dot ch
[2017-05-26 16:19 UTC] markus dot loch at bs dot ch
[2017-07-24 21:58 UTC] kalle@php.net
[2020-10-27 10:42 UTC] cmb@php.net
-Status: Re-Opened
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2020-10-27 10:42 UTC] cmb@php.net
[2020-11-08 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 08 18:00:01 2025 UTC |
Description: ------------ Hi, make is failed for following configuration for php 5.5.12 on solaris 10 sparc and gcc 4.8.2; Here is the error information; ----------------------------------------------------------------------------- In file included from /usr/include/stdio.h:21:0, from /var/tmp/php-5.5.12/ext/sqlite3/libsqlite/sqlite3.c:8253: /usr/local/gcc4/lib/gcc/sparc-sun-solaris2.10/4.8.2/include-fixed/sys/feature_tests.h:345:2: error: #error "Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications require the use of c99" #error "Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications \ ^ Makefile:572: recipe for target 'ext/sqlite3/libsqlite/sqlite3.lo' failed make: *** [ext/sqlite3/libsqlite/sqlite3.lo] Error 1 ----------------------------------------------------------------------------- Here is the operating system information; ------------------------------------------------------------- SunOS hq1-webdmz-s1 5.10 Generic_150400-05 sun4v sparc sun4v ------------------------------------------------------------- Here is the gcc version; ------------------------------------------------------------------------------- Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/gcc4/libexec/gcc/sparc-sun-solaris2.10/4.8.2/lto-wrapper Target: sparc-sun-solaris2.10 Configured with: ./configure --without-gnu-as --with-as=/usr/ccs/bin/as --without-gnu-ld --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,fortran,objc --prefix=/usr/local/gcc4 --with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local Thread model: posix gcc version 4.8.2 (GCC) ------------------------------------------------------------------------------- Here is the make information; ---------------------------------------------------------- GNU Make 4.0 Built for sparc-sun-solaris2.10 ---------------------------------------------------------- Here is configure information; ----------------------------------------------------------------------------- CC=/usr/local/gcc4/bin/gcc ./configure --with-apxs2=/usr/local/apache/bin/apxs --with-curl=/usr/local/bin --with-openssl=/usr/local/ssl ------------------------------------------------------------------------------ Please advice me How I can fix the make failed; Please let me know,If You have any questions or concerns. Thanks, Srinivas