php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #911 Compiling fails for function 'link'
Submitted: 1998-11-11 17:18 UTC Modified: 1998-11-11 17:25 UTC
From: mkunze at ivw dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS (11/11/1998) OS: Linux 2.125 with pgcc 1.1
Private report: No CVE-ID: None
 [1998-11-11 17:18 UTC] mkunze at ivw dot de
./configure --with-mysql --with-apache=../apache_1.3.3 --enable-track-vars --with-xml --with-zlib --with-imap

[...]

gcc -g -O2 -O2   -I. -I.   -I../apache_1.3.3/src/include -I../apache_1.3.3/src/os/unix      -I/usr/local/include/mysql         -I/usr/local/include/         -c functions/link.c -o functions/link.o
functions/link.c: In function `php3_unlink':
functions/link.c:189: `CurrentStatFile' undeclared (first use in this function)
functions/link.c:189: (Each undeclared identifier is reported only once
functions/link.c:189: for each function it appears in.)
make: *** [functions/link.o] Error 1

Regards
Michael

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-11-11 17:25 UTC] rasmus
We generally don't need bug reports issued for simple compile problems on the current CVS tree.  
These are usually caught quickly and the CVS tree fixed.  A quick note to php-dev@lists.php.net is
probably more appropriate.  This particular problem was fixed many hours ago.  Update your CVS 
tree.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 22:01:29 2024 UTC