[PHP-DEV] PHP 4.0 Bug #8439 Updated: make failure in ext/java/ From: wirtz <email protected>
Date: 12/28/00

ID: 8439
User Update by: wirtz <email protected>
Old-Status: Open
Status: Closed
Bug Type: Compile Failure
Description: make failure in ext/java/

The Classpath wasn't the problem and imho it shouldn't be a problem, when I compile php. Tthe javac runs just fine, but the Makefile wasn't cd'ing into the proper path...anyways, as I am not able to reproduce the error right now (don't ask me why) I guess, that is was a faulty Shell-Variable, maybe even a Classpath... Let's give this 'bug' a closed ;-)

Greetings
   Alex

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

[2000-12-27 14:38:57] akilov <email protected>
Make sure you have CLASSPATH=.:$CLASSPATH before attempting to build ext/java.

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

[2000-12-27 11:30:03] wirtz <email protected>
switch: --with-java

The make aborts in ext/java, because the Makefile creates net/php, copies reflect.java
to this location and compiles this file. Then it continues in this same directory and not
in net/php/net/php, where reflect.class is located
(Error occurs in 4.0.3pl1 and 4.0.4 as well, sorry for reporting this that late ;-p)

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

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

-- 
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>