ID: 24402
Comment by: jh at twiddle dot com
Reported By: beckett at beckettmw dot com
Status: Open
Bug Type: Gettext related
Operating System: Mac OS X/Darwin
PHP Version: 5.0.0b1 (beta1)
New Comment:
(stating the obvious, but nonetheless: that is,
in gettext.c before including libintl.h)
Previous Comments:
------------------------------------------------------------------------
[2003-07-22 13:22:29] jh at twiddle dot com
Perhaps the _INTL_REDIRECT_INLINE in libintl.h?
If it's defined, try to undef it and see if it solves
your problem.
Best regards,
Jeroen
------------------------------------------------------------------------
[2003-07-05 13:53:20] page at sca dot uqam dot ca
Also, I tried the config.nice, and configure does its
jobs correctly, and in the compilation, it fails with
the same errors.
Christian Pag�
------------------------------------------------------------------------
[2003-07-05 13:49:11] page at sca dot uqam dot ca
I got:
% grep LIBINTL main/php_config.h
#define HAVE_LIBINTL 1
So everything seems fine for that variable in my
case...
Christian Pag�
------------------------------------------------------------------------
[2003-07-02 20:32:50] beckett at beckettmw dot com
> Can you please post the output of
>
> grep LIBINTL main/php_config.h
#define HAVE_LIBINTL 1
> If it does not say "#define HAVE_LIBINTL 1", can you
> please try:
>
> export LDFLAGS="$LDFLAGS -lintl"
> make distclean
> ./config.nice
Well, grep *did* return that line as expected, but
trying this altenative didn't work. Configure gets this
far:
| checking host system type... powerpc-apple-darwin6.6
| checking for gcc... gcc
| checking whether the C compiler (gcc -lintl)
works... no
| configure: error: installation or configuration
problem: C compiler cannot create executables.
Please let me know if I can run any further tests, or
if you can suggest a way to narrow down the problem.
Thanks for your time!!
------------------------------------------------------------------------
[2003-07-02 15:20:48] [EMAIL PROTECTED]
Can you please post the output of
grep LIBINTL main/php_config.h
(in the php directory). If it does not say "#define HAVE_LIBINTL 1",
can you please try:
export LDFLAGS="$LDFLAGS -lintl"
make distclean
./config.nice
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/24402
--
Edit this bug report at http://bugs.php.net/?id=24402&edit=1