php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18083 No rule to make target `/usr/src/php4/ext/gd/gdt1.c
Submitted: 2002-07-01 04:45 UTC Modified: 2002-07-01 06:03 UTC
From: bugzilla at cm51-210 dot liwest dot at Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0CVS-2002-07-01 OS: Linux-2.4.18
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bugzilla at cm51-210 dot liwest dot at
New email:
PHP Version: OS:

 

 [2002-07-01 04:45 UTC] bugzilla at cm51-210 dot liwest dot at
Compile fails at 
 
/bin/sh libtool --silent --mode=compile gcc  
-Iext/gd/ -I/usr/src/php4/ext/gd/ -DPHP_ATOM_INC 
-I/usr/src/php4/include -I/usr/src/php4/main 
-I/usr/src/php4 -I/usr/local/apache2/include 
-I/usr/src/php4/Zend -I/usr/local/include 
-I/usr/local/include/freetype2 
-I/usr/src/php4/ext/xml/expat  
-I/usr/src/php4/TSRM -g -O2  -prefer-pic -c 
/usr/src/php4/ext/gd/gdttf.c -o ext/gd/gdttf.lo 
make: *** No rule to make target 
`/usr/src/php4/ext/gd/gdt1.c', needed by 
`ext/gd/gdt1.lo'.  Stop. 
 
 
there is no file gdt1.c in latest cvs version 
 
 
configure options:  
 
./configure --with-apxs2 --with-mysql 
--with-openssl --with-gd 
--with-jpeg-dir=../jpeg-6b/ 
--with-png-dir=../libpng-1.2.3/ 
--with-freetype-dir=../freetype-2.1.2/ --with-zlib 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-01 04:47 UTC] sniper@php.net
That's correct. './cvsclean ; ./buildconf' might be in order..?

 [2002-07-01 06:03 UTC] bugzilla at cm51-210 dot liwest dot at
thanks, you saved my day - it works now. 
 
and i promise to read the readme :-)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jun 14 14:01:34 2024 UTC