php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10812 libtool syntax error
Submitted: 2001-05-11 06:42 UTC Modified: 2001-05-11 18:22 UTC
From: morten at nilsen dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0 Latest CVS (2001-05-11) OS: Linux 2.4.3
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: morten at nilsen dot com
New email:
PHP Version: OS:

 

 [2001-05-11 06:42 UTC] morten at nilsen dot com
root@Tenchi /usr/src/php4# make
Making all in Zend
make[1]: Entering directory `/usr/src/php4/Zend'
flex -Pzend -ozend_language_scanner.c -i
./zend_language_scanner.l
bison -y -p zend -v -d ./zend_language_parser.y -o
zend_language_parser.c
/bin/sh ../libtool --silent --mode=compile gcc
-DHAVE_CONFIG_H -I. -I. -I../main   -DLINUX=22
-DMOD_SSL=208102 -DEAPI -DUSE_EXPAT -DSUPPORT_UTF8
-DXML_BYTE_ORDER=12  -g -O2 -c zend_language_scanner.c
../libtool: line 1292: syntax error near unexpected token
`<<<<<'
../libtool: line 1292: `<<<<<<< ltmain.sh'
make[1]: *** [zend_language_scanner.lo] Error 2
make[1]: Leaving directory `/usr/src/php4/Zend'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-11 06:53 UTC] derick@php.net
Please use a fresh checkout of the Zend directory, as this problem does not occur for me.
 [2001-05-11 18:04 UTC] morten at nilsen dot com
It appears that the problem was me not knowing I had to do a
separate buildconf and configure for Zend and TSRM.

perhaps mentioning this in the CVS howto-thingie?
 [2001-05-11 18:22 UTC] sniper@php.net
You DO NOT have to do separate buildconf/configure for
Zend and TSRM. But you do have to get fresh checkouts
of them all since it seems like they are borked for you.

Only thing you have to do is have them under php4/ directory..ie. php4/Zend/ and php4/TSRM

And run './cvsclean ; ./buildconf' always.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 13:01:29 2024 UTC