php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13452 compiling fails because of missing target to 'zend_lanuage_scanner.lo'
Submitted: 2001-09-26 09:50 UTC Modified: 2001-09-27 10:28 UTC
From: MDecke at phoetry dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0CVS-2001-09-26 OS: solaris 8
Private report: No CVE-ID: None
 [2001-09-26 09:50 UTC] MDecke at phoetry dot de
Hello Developers

i installed all recommended files gcc, make, flex ... and so on

i've got problems compiling php 4.0.x and the latest cvs september 26
configure with oracle and apxs works 

also tried with...
./configure --with-mysql --with-apxs

trying to make i get this message:

Making all in Zend
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -D_POSIX_PTHREAD_SEMANTICS -DEAPI -DMOD_PERL -DUSE_EXPAT -I../TSRM  -g -O2 -prefer-pic -c zend_language_parser.c
/usr/ccs/bin/as: "/var/tmp/ccX4vxNG.s", line 15344: error: unknown opcode ".subsection"
/usr/ccs/bin/as: "/var/tmp/ccX4vxNG.s", line 15344: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/ccX4vxNG.s", line 15690: error: unknown opcode ".previous"
/usr/ccs/bin/as: "/var/tmp/ccX4vxNG.s", line 15690: error: statement syntax
*** Error code 1
make: Fatal error: Command failed for target `zend_language_parser.lo'
Current working directory /export/home/netadmin/php4-200109260435/Zend
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

thanx Markus Decke

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-26 09:56 UTC] MDecke at phoetry dot de
used tools
- autoconf 2.13 
- automake 1.4  
- bison 1.28
- flex 2.5.4a
- gcc 3.0.1
- m4 1.4
- make 3.79.1

all for solaris 8 sparc

thanks Markus Decke


 [2001-09-27 08:10 UTC] MDecke at phoetry dot de
Hi 
someone gave me a hint
i've forgot to install the binutils for gcc

now compiling does not fail anymore
=> solved 

 [2001-09-27 10:28 UTC] mrobinso@php.net
solved => closed.
:)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 10 17:01:27 2024 UTC