This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Question about a fix for PR 58925
- From: "Iyer, Balaji V" <balaji dot v dot iyer at intel dot com>
- To: Andrew MacLeod <amacleod at redhat dot com>
- Cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>, Jeff Law <law at redhat dot com>
- Date: Thu, 31 Oct 2013 16:05:42 +0000
- Subject: RE: Question about a fix for PR 58925
- Authentication-results: sourceware.org; auth=none
- References: <BF230D13CA30DD48930C31D4099330003A496715 at FMSMSX101 dot amr dot corp dot intel dot com> <52727AA3 dot 3020800 at redhat dot com>
> -----Original Message-----
> From: Andrew MacLeod [mailto:amacleod@redhat.com]
> Sent: Thursday, October 31, 2013 11:44 AM
> To: Iyer, Balaji V
> Cc: 'gcc@gcc.gnu.org'; Jeff Law
> Subject: Re: Question about a fix for PR 58925
>
> on a related note, is there something I have to do to make the compiler
> bootstrap on x86_64?
>
> on x86_64 I checked out a fresh branch this morning, and my bootstrap fails
> trying to configure cilk runtime. It was doing it yesterday to me when I updated,
> so I tried a fresh checkout this morning.. same thing.
>
> its actually just configured pretty blandly on x86_64-unknown-linux-gnu...
> /gcc/2013-10-31/gcc/configure --verbose --prefix=/gcc/2013-10-31/install
>
That should just work. Let me look into this and get back to you. It bootstrapped for me correctly yesterday.
Thanks,
Balaji V. Iyer.
>
> Checking multilib configuration for libcilkrts...(1)
> make[2]: Entering directory
> `/gcc/2013-10-31/build/x86_64-unknown-linux-gnu/libcilkrts'
> /bin/sh ./libtool --tag=CC --mode=compile
> /gcc/2013-10-31/build/./gcc/xgcc -B/gcc/2013-10-31/build/./gcc/ -B/gcc/2013-
> 10-31/install/x86_64-unknown-linux-gnu/bin/
> -B/gcc/2013-10-31/install/x86_64-unknown-linux-gnu/lib/ -isystem /gcc/2013-
> 10-31/install/x86_64-unknown-linux-gnu/include -isystem /gcc/2013-10-
> 31/install/x86_64-unknown-linux-gnu/sys-include
> -DPACKAGE_NAME=\"Cilk\ Runtime\ Library\"
> -DPACKAGE_TARNAME=\"cilk-runtime-library\" -DPACKAGE_VERSION=\"2.0\"
> -DPACKAGE_STRING=\"Cilk\ Runtime\ Library\ 2.0\"
> -DPACKAGE_BUGREPORT=\"cilk@intel.com\" -DPACKAGE_URL=\"\"
> -DPACKAGE=\"cilk-runtime-library\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_DLFCN_H=1 -
> DLT_OBJDIR=\".libs/\" -I. -I/gcc/2013-10-31/gcc/libcilkrts -I/gcc/2013-10-
> 31/gcc/libcilkrts/include
> -I/gcc/2013-10-31/gcc/libcilkrts/runtime
> -I/gcc/2013-10-31/gcc/libcilkrts/runtime/config/x86 -DIN_CILK_RUNTIME=1 -
> D_Cilk_spawn="" -D_Cilk_sync="" -D_Cilk_for=for -fcilkplus -I/gcc/2013-10-
> 31/gcc/libcilkrts/include
> -I/gcc/2013-10-31/gcc/libcilkrts/runtime
> -I/gcc/2013-10-31/gcc/libcilkrts/runtime/config/x86 -DIN_CILK_RUNTIME=1 -
> D_Cilk_spawn="" -D_Cilk_sync="" -D_Cilk_for=for -fcilkplus -std=c99 -g
> -O2 -MT cilk-abi-vla.lo -MD -MP -MF .deps/cilk-abi-vla.Tpo -c -o cilk-abi-vla.lo
> `test -f 'runtime/config/x86/cilk-abi-vla.c' || echo '/gcc/2013-10-
> 31/gcc/libcilkrts/'`runtime/config/x86/cilk-abi-vla.c
> /bin/sh: ./libtool: No such file or directory
> make[2]: *** [cilk-abi-vla.lo] Error 127
> make[2]: Leaving directory
> `/gcc/2013-10-31/build/x86_64-unknown-linux-gnu/libcilkrts'
> make[1]: *** [all-target-libcilkrts] Error 2
> make[1]: Leaving directory `/gcc/2013-10-31/build'
> make: *** [all] Error 2
>
>
> Andrew