#24170 [Bgs]: Configure fails because floorf doesn't exists

2003-06-13 Thread sniper
 ID:   24170
 Updated by:   [EMAIL PROTECTED]
 Reported By:  l_faillie at yahoo dot com
 Status:   Bogus
 Bug Type: *Configuration Issues
 Operating System: HP-UX
 PHP Version:  4.3.2
 New Comment:

Forget the config.log, the test failure is because libjpeg.so   
 or libjpeg.a was not found under the given path (?), /usr/lib or
/usr/local/lib



Previous Comments:


[2003-06-13 07:19:28] [EMAIL PROTECTED]

Check for the LAST lines of the config.log, the real
reason why the configure fails is really mentioned there.
Missing floorf() does NOT make the test fail.

You didn't tell what your configure line was, so I assume it's wrong. 

Not PHP bug - bogus.




[2003-06-13 06:54:22] l_faillie at yahoo dot com

I made some check : this function is only used in ext/gd/libgd/gd.c and
every thing is made to works even if floorf miss.

So, for me, it's a configure script bug : it fails whereas it has only
said 'floorf = no'.



[2003-06-13 05:30:43] l_faillie at yahoo dot com

Description:

configure fails w/ following messages :

checking for floorf... no
configure: error: libjpeg.(a|so) not found.

I've checked error log and the faulty test is :

configure: failed program was:
#line 28040 configure
#include confdefs.h
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char floorf(); below.  */
#include assert.h
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply.  */
char floorf();

int main() {

/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS.  Some functions are actually named
something starting with __ and the normal name is an alias.  */
#if defined (__stub_floorf) || defined (__stub___floorf)
choke me
#else
floorf();
#endif

; return 0; }


I made some checks and it seems floorf() doesn't exists at all on my
HP-UX boxes (10.20 and 11.00).
I think it's the same problem for bug #23322, #21924 and #21973

Bye

Laurent







-- 
Edit this bug report at http://bugs.php.net/?id=24170edit=1



#24170 [Bgs]: Configure fails because floorf doesn't exists

2003-06-13 Thread l_faillie at yahoo dot com
 ID:   24170
 User updated by:  l_faillie at yahoo dot com
 Reported By:  l_faillie at yahoo dot com
 Status:   Bogus
 Bug Type: *Configuration Issues
 Operating System: HP-UX
 PHP Version:  4.3.2
 New Comment:

Oups ... forget it : I made a STUPID mistake :-(
Sorry.


Previous Comments:


[2003-06-13 07:21:33] [EMAIL PROTECTED]

Forget the config.log, the test failure is because libjpeg.so   
 or libjpeg.a was not found under the given path (?), /usr/lib or
/usr/local/lib




[2003-06-13 07:19:28] [EMAIL PROTECTED]

Check for the LAST lines of the config.log, the real
reason why the configure fails is really mentioned there.
Missing floorf() does NOT make the test fail.

You didn't tell what your configure line was, so I assume it's wrong. 

Not PHP bug - bogus.




[2003-06-13 06:54:22] l_faillie at yahoo dot com

I made some check : this function is only used in ext/gd/libgd/gd.c and
every thing is made to works even if floorf miss.

So, for me, it's a configure script bug : it fails whereas it has only
said 'floorf = no'.



[2003-06-13 05:30:43] l_faillie at yahoo dot com

Description:

configure fails w/ following messages :

checking for floorf... no
configure: error: libjpeg.(a|so) not found.

I've checked error log and the faulty test is :

configure: failed program was:
#line 28040 configure
#include confdefs.h
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char floorf(); below.  */
#include assert.h
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply.  */
char floorf();

int main() {

/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS.  Some functions are actually named
something starting with __ and the normal name is an alias.  */
#if defined (__stub_floorf) || defined (__stub___floorf)
choke me
#else
floorf();
#endif

; return 0; }


I made some checks and it seems floorf() doesn't exists at all on my
HP-UX boxes (10.20 and 11.00).
I think it's the same problem for bug #23322, #21924 and #21973

Bye

Laurent







-- 
Edit this bug report at http://bugs.php.net/?id=24170edit=1