search for: ac_try_command

Displaying 2 results from an estimated 2 matches for "ac_try_command".

2005 Mar 12
0
[LLVMdev] More errors :(
...6444 - elif { ac_try='$gcc_cv_as -o conftest.o <--traditional-format> /dev/null'; { (eval echo configure:6445: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then Found 1 occurrences. Processing file : /home/myuser/llvm-gcc/gcc/configure.in Line 1964 - elif AC_TRY_COMMAND($gcc_cv_as -o conftest.o <--traditional-format> /dev/null); then Found 1 occurrences. Processing file : /home/myuser/llvm-gcc/gcc/gcc.c Line 1715 - /* Prepend "<--traditional-format>" to whatever asm_spec we had before. */ Line 1717 - static const char tf[] = "<...
2005 Mar 12
2
[LLVMdev] GCC 3.4.1 and conflicting types for 'malloc' (2)
Yes, sorry for not mentioning it. I added that header also Although I suppose that if I am not using Sparc there will be no problem (it's an Itanium 2 machine) Thanks --- Chris Lattner <sabre at nondot.org> wrote: > On Sat, 12 Mar 2005, xavier wrote: > > > I commented this line and it is compiling now: > > > > extern void *malloc ARGS((unsigned)); > >