centos7 - Error (generate_uudmap.o) during Perl 5.26.0 installation -
dear stackoverflow community, i'm trying install perl 5.26.0 on centos 7 system not have root access. installed version of perl no problem on centos 6 system. here configure command executed:
./configure -des -dusethreads -dprefix=$install_path/$software-$version and here error obtain:
gcc -c -dperl_core -d_reentrant -d_gnu_source -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -d_largefile_source -d_file_offset_bits=64 -d_fortify_source=2 -std=c89 -o2 -wall -werror=declaration-after-statement -wextra -wc++-compat -wwrite-strings generate_uudmap.c in file included /path/to/include/string.h:635:0, generate_uudmap.c:10: /path/to/include/bits/string3.h:129:1: error: c++ style comments not allowed in iso c90 // xxx have no corresponding builtin yet. ^ /path/to/include/bits/string3.h:129:1: error: (this reported once per input file) make: *** [makefile:250: generate_uudmap.o] error 1 this 1 eludes me, i've looked answers, no avail. cheers,
okay works now! :d. after error thrown configure, went sflags file , commented line #13: stdflags=" -std=c89" ran make again , make install
Comments
Post a Comment