php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7547 configure error on ld check..
Submitted: 2000-10-31 11:07 UTC Modified: 2000-10-31 11:25 UTC
From: dkalowsky at wgate dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.0 Latest CVS (31/10/2000) OS: FreeBSD 4.1.1-STABLE
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dkalowsky at wgate dot com
New email:
PHP Version: OS:

 

 [2000-10-31 11:07 UTC] dkalowsky at wgate dot com
brought down the latest CVS sources.... went to build...
hit ./buildconf... waited...

started the configure script, which resulted in the following error:

Configuring libtool
checking build system type... i386-unknown-freebsdelf4.1.1
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
updating cache ./config.cache
loading cache ./config.cache within ltconfig
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 if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... .
/ltconfig: 1439: Syntax error: redirection unexpected (expecting ")")
configure: error: libtool configure failed



The configuration options are as so, but this seems to be just a syntax thing...
./configure --with-imap --with-gettext \
            --with-pgsql \
            --enable-debug \
            --enable-debugger \
            --enable-snmp \
            --enable-track-vars \
            --enable-trans-sid \
            --with-gd=/usr/local \
            --with-apxs=/usr/local/sbin/apxs \
            --disable-magic-quotes --enable-short-tags \
            --without-mysql \
            --without-tsrm-pthreads \
            --enable-wddx \
            --prefix=/suproot/usr/local 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-31 11:25 UTC] kalowsky@php.net
i'll take the "i forgot to notice the merge conflicts" message for $100 alex... doh, sorry about that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC