>     Ok, I hoped to have more time to clean up a bit, but here we
>     go.
>
>     http://schumann.cx/build5-patch1.gz
>
>     This release features independence from automake, recursive
>     makes, implicit make rules, config_vars.mk, an upgrade of
>     shtool.
>
>     I've tested it successfully with various SAPI modules (CGI,
>     Apache/static, APXS) and built-in/shared module combinations
>     on Linux.
>
>     I'd ask you to run a simple ./configure on your platform of
>     choice (!= x86 Linux), a make and let me know where it
>     breaks, so I can fix it up.

On FreeBSD 4.4-STABLE ./configure && make produces cgi +cli with one warning

ext/mysql/libmysql/my_tempnam.o: In function `my_tempnam':
/usr/home/ek/projects/php4/ext/mysql/libmysql/my_tempnam.c(.text+0x46):
warning: tempnam() possibly used unsafely; consider using mkstemp()

The binaries appear to work correctly.
make clean
fails on "find -name \*.lo -o -name \*.o -o -name \*.la -o -name \*.a"
freebsd find expects directory name (find .)

Edin


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

Reply via email to