ID: 7635 Updated by: ssb Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Assigned To: Comments: Previous Comments: --------------------------------------------------------------------------- [2000-11-03 23:12:38] [EMAIL PROTECTED] Mac OS X uses the HFS+ filesystem by default (can also use UFS). HFS+ is case-preserving but case- insensitive. This limitation causes a namespace conflict at compile time. As a result, the PEAR component won't compile, which leads to a general make failure. In the pear subdirectory, there is a source directory called PEAR. When make tries to create the file pear at the same level from pear.in, it can't because the name is already taken by the directory. My solution was to rename the PEAR directory and edit references to it in Makefile.in None of the other directories in pear seem to have this problem. --------------------------------------------------------------------------- Full Bug description available at: http://bugs.php.net/?id=7635 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]