Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

perldoc Encode

0 views
Skip to first unread message

sup...@agrotekhnik.ru

unread,
Jun 1, 2017, 6:15:02 AM6/1/17
to perl-u...@perl.org
Hello
I can not compile and install
2.89
Debian 8
make[1]: вход в каталог «/tmp/Encode-2.89/Byte»
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs blib/arch/auto/Encode/Byte/Byte.bs 644
cc -c -I./Encode  -I../Encode -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.20/CORE"   Byte.c
/bin/sh: 1: cc: not found
Makefile:337: ошибка выполнения рецепта для цели «Byte.o»
make[1]: *** [Byte.o] Ошибка 127
make[1]: выход из каталога «/tmp/Encode-2.89/Byte»
Makefile:752: ошибка выполнения рецепта для цели «subdirs»
make: *** [subdirs] Ошибка 2
 
any?

pa...@cpan.org

unread,
Jun 1, 2017, 7:30:08 AM6/1/17
to sup...@agrotekhnik.ru, perl-u...@perl.org
On Tuesday 30 May 2017 22:37:07 sup...@agrotekhnik.ru wrote:
> <div><div>Hello</div><div>I can not compile and install</div><div>2.89</div><div>Debian 8</div><div>make[1]: вход в каталог «/tmp/Encode-2.89/Byte»</div><div>"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs blib/arch/auto/Encode/Byte/Byte.bs 644</div><div>cc -c -I./Encode  -I../Encode -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.20/CORE"   Byte.c</div><div>/bin/sh: 1: cc: not found</div><div>Makefile:337: ошибка выполнения рецепта для цели «Byte.o»</div><div>make[1]: *** [Byte.o] Ошибка 127</div><div>make[1]: выход из каталога «/tmp/Encode-2.89/Byte»</div><div>Makefile:752: ошибка выполнения рецепта для цели «subdirs»</div><div>make: *** [subdirs] Ошибка 2</div><div> </div><div>any?</div></div>

Please avoid HTML messages in mailing list as it is hard to read them
and more people would ignore such emails. Also there are people who
cannot read Russian alphabet.

From output it can be seen that you do not have C compiler (cc)
installed. Try under root: apt-get install gcc
0 new messages