Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000101

[PHP-DEV] PHP 4.0 Bug #7146 Updated: No target to make 'fdfdata.lo', needed by libmain.la From: Bug Database (php-dev <email protected>)
Date: 10/12/00

ID: 7146
Updated by: hholzgra
Reported By: torben <email protected>
Status: Closed
Bug Type: Compile Failure
Assigned To:
Comments:

the fdf extension is now completely self-contained
so the fdf support files in main and some code in
SAPI.c have gone away, i just forgot to check in the
makefile too

Previous Comments:
---------------------------------------------------------------------------

[2000-10-11 21:37:47] torben <email protected>
Configuration script:

./configure
  --with-apxs=/usr/local/apache/bin/apxs
  --with-java
  --with-mysql
  --with-gd
  --with-xml
  --with-zlib
  --with-curl
  --enable-versioning
  --enable-sysvshm
  --enable-sysvsem
  --enable-sockets
  --enable-shmop
  --disable-debug

Both buildconf & configure run fine; make goes along
merrily until:

. . .
/bin/sh /home/torben/work/php4/libtool --silent --mode=compile gcc -I. -I/home/torben/work/php4/main -I/home/torben/work/php4 -I/home/torben/work/php4/main -I/usr/local/apache/include -I/home/torben/work/php4/Zend -I/home/torben/work/php4 -I/usr/local/include -I/home/torben/work/php4/ext/mysql/libmysql -I/home/torben/work/php4/ext/xml/expat/xmltok -I/home/torben/work/php4/ext/xml/expat/xmlparse -I/home/torben/work/php4/TSRM -DXML_BYTE_ORDER=12 -g -O2 -c rfc1867.c
make[2]: *** No rule to make target `fdfdata.lo', needed by `libmain.la'. Stop.
make[2]: Leaving directory `/home/www/work/php4/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/www/work/php4/main'
make: *** [all-recursive] Error 1

Removing fdfdata.c from main/Makefile.in seems to fix it,
but I don't know whether this is a Good Solution.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7146

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>