From:             [EMAIL PROTECTED]
Operating system: linux redhat 7.2
PHP version:      4.1.2
PHP Bug Type:     *Compile Issues
Bug description:  makefile error

Hi,
line 25 of the makefile in ext/java causes a folder construction like
net/php/net/php and put the compiled class in that deepest folder. This
causes the compiler to stop as it cannot find the  file...and if you move
it manually it can't remove the folders;)
this should solve it though (unless you want to train your users;=))
pushd net/php
javac reflect.java
popd

regards,
flim
-- 
Edit bug report at http://bugs.php.net/?id=16519&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16519&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16519&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16519&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16519&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16519&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16519&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16519&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16519&r=submittedtwice

Reply via email to