Hi Marc,
Please see my response below.
> -Original Message-
> From: Marc Glisse [mailto:marc.gli...@inria.fr]
> Sent: Tuesday, January 08, 2013 6:20 PM
> To: Iyer, Balaji V
> Cc: 'gcc@gcc.gnu.org'
> Subject: RE: Build error in genconstants.c
>
>
On Tue, 8 Jan 2013, Iyer, Balaji V wrote:
Thanks for your response. I looked at config.log and I got the
following information about sbrk. This error only occurs when I type
"make." If I reconfigured the build directory and typed "make -j8" (or
whatever the number of cores I have on my machin
std.h:1046:14: note: previous declaration of 'sbrk' was here
extern void *sbrk (intptr_t __delta) __THROW;
../../trunk-gcc/gcc/system.h:446:14: error: conflicting types for 'sbrk'
extern void *sbrk (int);
/usr/include/unistd.h:1046:14: note: previous declaration of 'sbrk
On Tue, 8 Jan 2013, Iyer, Balaji V wrote:
Hello Everyone,
I am getting the following error when I tried to build the trunk (revision
194999) on my SuSE machine (Linux 2.6.32.29-0.3-default x86_64). I just did the
standard configure (../src_directory/configure --prefix=<>). It looks li