On Wed, 28 Nov 2018 at 02:41, zhangpeng (Q) <zhangpeng148@xxxxxxxxxx> wrote: > > Hi, > I met a problem with gcc 7.3.0 compile on my OS suse 12 sp2. > I installed gmp-6.1.0.tar.bz2 isl-0.16.1.tar.bz2 mpc-1.0.3.tar.gz mpfr-3.1.4.tar.bz2 first and configured as follows: > ../configure --enable-checking=release --enable-languages=c,c++ --disable-multilib > Then I execute sudo make to begin the compile, while it failed > checking for int64_t... no > checking for long long int... no > checking for intmax_t... no > checking for intptr_t... no > checking for uint8_t... no > checking for uint16_t... no > checking for uint32_t... no > checking for uint64_t... no > checking for unsigned long long int... no > checking for uintmax_t... no > checking for uintptr_t... no > configure: error: uint64_t or int64_t not found It looks like you don't have a working C library. Make sure you've installed a glibc-devel RPM correctly.