Found this while trying to compile PHP6 CVS:

ext/gd/libgd/wbmp.o: In function `php_gd_readwbmp':
/root/php6/ext/gd/libgd/wbmp.c:188: undefined reference to `overflow2'
/root/php6/ext/gd/libgd/wbmp.c:188: undefined reference to `overflow2'
ext/gd/libgd/wbmp.o: In function `php_gd_createwbmp':
/root/php6/ext/gd/libgd/wbmp.c:119: undefined reference to `overflow2'
/root/php6/ext/gd/libgd/wbmp.c:123: undefined reference to `overflow2'
ext/spl/spl_directory.o: In function `spl_filesystem_dir_read':
/root/php6/ext/spl/spl_directory.c:195: undefined reference to
`_php_glob_stream_get_path'
ext/spl/spl_directory.o: In function `zim_spl_DirectoryIterator_count':
/root/php6/ext/spl/spl_directory.c:677: undefined reference to
`_php_glob_stream_get_count'
ext/spl/spl_directory.o: In function `spl_filesystem_dir_open':
/root/php6/ext/spl/spl_directory.c:217: undefined reference to
`php_glob_stream_ops'
/root/php6/ext/spl/spl_directory.c:218: undefined reference to
`_php_glob_stream_get_path'
/root/php6/ext/spl/spl_directory.c:221: undefined reference to
`_php_glob_stream_get_count'
ext/spl/spl_directory.o: In function
`zim_spl_RecursiveDirectoryIterator_getChildren':
/root/php6/ext/spl/spl_directory.c:1225: undefined reference to
`_php_glob_stream_get_pattern'
ext/standard/basic_functions.o: In function `zm_startup_basic':
/root/php6/ext/standard/basic_functions.c:4067: undefined reference to
`php_glob_stream_wrapper'
main/streams/plain_wrapper.o: In function `php_plain_files_dir_opener':
/root/php6/main/streams/plain_wrapper.c:840: undefined reference to
`php_glob_stream_wrapper'
/root/php6/main/streams/plain_wrapper.c:840: undefined reference to
`php_glob_stream_wrapper'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php] Error 1


Please fix, I am trying to evaluate PHP6 before release, so I can then
do an instant deploy on release date.

Chris

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to