Displaying 5 results from an estimated 5 matches for "have_stdlib".
Did you mean:
have_stdlib_h
2009 Jan 20
2
[LLVMdev] linux build problem
I'm away from my Linux machines, if this hasn't been resolved by tonight
I'll send more details.
THe problem in cplus-dem.c is that CPP is conditionally including code
that comes when HAVE_STDLIB is not defined, including an alternate
protptype for malloc() that conflicts with the existing one. This is just
what causes the error I sent-- no idea what the root cause is.
Thanks,
John
On Mon, 19 Jan 2009, Bill Wendling wrote:
> On Jan 19, 2009, at 5:34 PM, John Regehr wrote:
>
&...
2009 Jan 20
0
[LLVMdev] linux build problem
2009/1/20 John Regehr <regehr at cs.utah.edu>:
> I'm away from my Linux machines, if this hasn't been resolved by tonight
> I'll send more details.
>
> THe problem in cplus-dem.c is that CPP is conditionally including code that
> comes when HAVE_STDLIB is not defined, including an alternate protptype for
> malloc() that conflicts with the existing one. This is just what causes the
> error I sent-- no idea what the root cause is.
I have posted a patch that fixes it for me. Waiting for someone to
test it on Darwin.
> Thanks,
>
> J...
2009 Jan 20
2
[LLVMdev] linux build problem
...> 2009/1/20 John Regehr <regehr at cs.utah.edu>:
>> I'm away from my Linux machines, if this hasn't been resolved by tonight
>> I'll send more details.
>>
>> THe problem in cplus-dem.c is that CPP is conditionally including code that
>> comes when HAVE_STDLIB is not defined, including an alternate protptype for
>> malloc() that conflicts with the existing one. This is just what causes the
>> error I sent-- no idea what the root cause is.
>
> I have posted a patch that fixes it for me. Waiting for someone to
> test it on Darwin.
>...
2009 Jan 20
0
[LLVMdev] linux build problem
On Jan 19, 2009, at 5:34 PM, John Regehr wrote:
> Since yesterday I've been getting the error below when building llvm-
> gcc
> on Ubuntu Hardy on x86. For some reason, several instances of
> autoconf
> are getting confused and failing to detect a stdlib.h.
>
> John
>
>
> /home/regehr/z/tmp/llvm-gcc-r62547-src/build/./prev-gcc/xgcc
>
2009 Jan 20
3
[LLVMdev] linux build problem
Since yesterday I've been getting the error below when building llvm-gcc
on Ubuntu Hardy on x86. For some reason, several instances of autoconf
are getting confused and failing to detect a stdlib.h.
John
/home/regehr/z/tmp/llvm-gcc-r62547-src/build/./prev-gcc/xgcc
-B/home/regehr/z/tmp/llvm-gcc-r62547-src/build/./prev-gcc/