John Levon <[EMAIL PROTECTED]> writes:

| On Wed, Jun 02, 2004 at 06:48:07PM +0200, Lars Gullik Bj?nnes wrote:
>
>> How updated are your 3.5?
>
| Very. The problem is that the gettext.m4 changes are doing:
>
| typedef int ptrdiff_t
>
| into config.h. However, the check is going wrong because of course
| ptrdiff_t is defined fine on my system, so you e nd up with:
>
| typedef int long

Ok, then I wonder how is your system different from mine?

| Here's the log (note I'm using CC=... CXX=... ./configure)

So you are not changing the path to get gcc 3.5?

I do this:

#!/bin/bash

export PATH=/opt/gcc-head/bin:$PATH
export LD_LIBRARY_PATH=/opt/gcc-head/lib

exec bash -i

Does that make a difference? (change to fit of course)

Do you have any clues why configure thinks your ptrdiff_t is
undefined?

My log:
configure:29030: checking for ptrdiff_t
configure:29055: gcc -c -g -O2   -I/usr/X11R6/include conftest.c >&5
configure:29058: $? = 0
configure:29061: test -s conftest.o
configure:29064: $? = 0
configure:29075: result: yes

-- 
        Lgb

Reply via email to