From:             l_faillie at yahoo dot com
Operating system: HP-UX
PHP version:      4.3.2
PHP Bug Type:     *Configuration Issues
Bug description:  Configure fails because floorf doesn't exists

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 bug report at http://bugs.php.net/?id=24170&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24170&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24170&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24170&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24170&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24170&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24170&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24170&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24170&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24170&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24170&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24170&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24170&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24170&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24170&r=gnused

Reply via email to