|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-20 16:17 UTC] mfischer@php.net
[2002-05-22 18:47 UTC] fowler at csufresno dot edu
[2002-05-29 09:23 UTC] b dot courtin at t-online dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 15 18:00:01 2025 UTC |
Using GCC download from www.sunfreeware.com # ./configure --with-mysql --with-apache=../apache_1.3.24/ # make Making all in Zend /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -D_POSIX_PTHREAD_SEMANTICS -I../TSRM -g -O2 -prefer-non-pic -static -c -o zend_language_parser.lo `test -f zend_language_parser.c || echo './'`zend_language_parser.c In file included from zend_compile.h:24, from zend_language_parser.c:147: zend.h:55:19: unix.h: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `zend_language_parser.lo' Current working directory /scratch/src/php-4.2.1/Zend *** Error code 1 make: Fatal error: Command failed for target `all-recursive' I try some solutions that was report but don't work. Can some one help me?