> On AIX, I encountered a problem that the libtool from > top_builddir was NOT used but the one in my PATH.
That's really weird. Way to go AIX.
$ echo echo hi > gcc
$ chmod +x gcc
$ /bin/sh gcc
/bin/sh: gcc: cannot execute
$ /bin/sh ./gcc
hi
- Sascha
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
