php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2630 Cannot complete configuration
Submitted: 1999-10-28 11:36 UTC Modified: 1999-11-15 00:07 UTC
From: bmacaula at nortelnetworks dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 2 OS: HP-UX 10.20
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bmacaula at nortelnetworks dot com
New email:
PHP Version: OS:

 

 [1999-10-28 11:36 UTC] bmacaula at nortelnetworks dot com
Here's the output from configure.

I am using gcc-2.8.1 which was installed as a binary in the .depot format

# ./configure
creating cache ./config.cache
+ test -d libzend
+ cd libzend
+ /usr/brianm/dropbox/php-4.0b2/./libzend/configure --cache-file=/usr/brianm/dropbox/php-4.0b2/config.cache
loading cache /usr/brianm/dropbox/php-4.0b2/config.cache
checking for a BSD compatible install... /usr/brianm/dropbox/php-4.0b2/./libzend/../install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether build environment is sane... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for bison... bison -y
checking bison version... 1.28 (ok)
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for flex... flex
checking for flex... (cached) flex
checking for yywrap in -lfl... no
checking lex output file root... lex.yy
checking whether yytext is a pointer... no
checking for dlopen in -lc... no
checking for dlopen in -ldl... no
checking for sin in -lc... no
checking for sin in -lm... yes
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for fcntl.h... yes
checking for unistd.h... yes
checking for crypt.h... yes
checking for sys/file.h... yes
checking for memory.h... yes
checking for pwd.h... yes
checking for grp.h... yes
checking for sys/socket.h... yes
checking for sys/wait.h... yes
checking for syslog.h... yes
checking for string.h... yes
checking for sys/varargs.h... no
checking for stdarg.h... yes
checking for sys/resource.h... yes
checking for sys/time.h... yes
checking for signal.h... yes
checking for netinet/in.h... yes
checking for dlfcn.h... no
checking for limits.h... yes
checking for sys/types.h... yes
checking for sys/statvfs.h... yes
checking for sys/statfs.h... no
checking for unix.h... no
checking for db.h... no
checking for ndbm.h... yes
checking for size_t... yes
checking for uint... yes
checking for ulong... no
checking size of void *... 4
checking for vprintf... yes
checking for memcpy... yes
checking for memmove... yes
checking for strdup... yes
checking for strerror... yes
checking for strcasecmp... yes
checking for strstr... yes
checking for flock... no
checking for lockf... yes
checking for putenv... yes
checking for tempnam... yes
checking for usleep... yes
checking for setlocale... yes
checking for gettimeofday... yes
checking for setvbuf... yes
checking for srand48... yes
checking for lrand48... yes
checking for srandom... yes
checking for random... yes
checking for link... yes
checking for symlink... yes
checking for regcomp... yes
checking for getlogin... yes
checking for cuserid... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for gcvt... yes
checking for utime... yes
checking for crypt... yes
checking for setitimer... yes
checking for rint... yes
checking for unsetenv... no
checking for strftime... yes
checking for setsockopt... yes
checking for tzset... yes
checking for statvfs... yes
checking for statfs... yes
checking for inet_aton... yes
checking for getpid... yes
checking for kill... yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for broken sprintf... ok
checking for getopt... yes
checking whether to include debugging symbols... yes
checking whether to enable a memory limit... no
checking whether to build Zend thread-safe... no
updating cache /usr/brianm/dropbox/php-4.0b2/config.cache
creating ./config.status
creating Makefile
creating zend_config.h
zend_config.h is unchanged
+ cd .
+ sh ltconfig --disable-static --enable-dlopen --cache-file=/usr/brianm/dropbox/php-4.0b2/config.cache ltmain.sh
loading cache /usr/brianm/dropbox/php-4.0b2/config.cache within ltconfig
checking host system type... hppa1.1-hp-hpux10.20
checking for ranlib... ranlib
checking whether we are using GNU C... yes
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking whether ln -s works... yes
checking for ld used by GCC... /opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.8.1/ld
checking if the linker (/opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.8.1/ld) is GNU ld... no
checking whether the linker (/opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.8.1/ld) supports shared libraries... yes
checking for BSD-compatible nm... /opt/binutils/bin/nm -B
checking command to parse /opt/binutils/bin/nm -B output... ok
checking how to hardcode library paths into programs... relink
checking for /opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.8.1/ld option to reload object files... -r
checking dynamic linker characteristics... hpux10.20 dld.sl
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
checking for dlopen in -ldl... (cached) no
checking for dlopen... no
checking for dld_link in -ldld... no
checking for shl_load... yes
creating libtool
updating cache /usr/brianm/dropbox/php-4.0b2/config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... hppa1.1-hp-hpux10.20
checking build system type... hppa1.1-hp-hpux10.20
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler (gcc -Ae  -D_HPUX_SOURCE ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-29 16:48 UTC] rasmus at cvs dot php dot net
Does your gcc actually work?  ie. can you compile other stuff with it?  
At first glance this doesn't appear to be a PHP problem.
 [1999-11-15 00:07 UTC] sas at cvs dot php dot net
Look into config.log. There you will find the reason why gcc does not work. Please check that, and if it is PHP related (what I don't think), resubmit a bug report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC