On 03.08.2007 10:32, Uwe Schindler wrote:
Configuring on Solaris (2.10) no longer works, ist the old problem with
"test" that is more strict on solaris:

...
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no

Generating files
./configure: test: argument expected
[EMAIL PROTECTED]:~/install/php-5.2.4RC1$

Cannot reproduce this, configure went just fine on Solaris.
Can you please see on which line in configure script it complains?

The following two things are problematic:

1) @-operator before function names does not suppress warning messages
anymore? Whats wrong?
I got for example messages like "cannot open file..." even when it was
opened with @fopen(...).

Not reproducible either.
./sapi/cli/php -r 'fopen("aaaaa", "r");'

Warning: fopen(aaaaa): failed to open stream: No such file or directory in 
Command line code on line 1
./sapi/cli/php -r '@fopen("aaaaa", "r");'
<silence>

2) make test is broken: [EMAIL PROTECTED]:~/install/php-5.2.4RC1$ gmake test

Build complete.
Don't forget to run 'make test'.

/bin/sh: syntax error at line 1: `;' unexpected
gmake: [test] Error 2 (ignored)

Confirmed, Jani's configure.in tweaks do not work with broken shell on Solaris.
Jani, please take a look at it, it complains each time I try to use 
$(PHP_TEST_SHARED_EXTENSIONS).

--
Wbr, Antony Dovgal

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

Reply via email to