Re: perldoc Encode
[email protected] Thu, 1 Jun 2017 13:08:47 +0200
| Newsgroups | perl.unicode |
|---|---|
| Message-ID | <20170601110847.GA16747@pali> |
On Tuesday 30 May 2017 22:37:07 [email protected] wrote: > <div><div>Hello</div><div>I can not compile and install</div><div>2.89</d= iv><div>Debian 8</div><div>make[1]: =D0=B2=D1=85=D0=BE=D0=B4 =D0=B2 =D0=BA= =D0=B0=D1=82=D0=B0=D0=BB=D0=BE=D0=B3 =C2=AB/tmp/Encode-2.89/Byte=C2=BB</div= ><div>"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs b= lib/arch/auto/Encode/Byte/Byte.bs 644</div><div>cc -c -I./Encode=C2=A0 -I..= /Encode -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -p= ipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -O2 -= g=C2=A0=C2=A0 -DVERSION=3D\"2.04\" -DXS_VERSION=3D\"2.04\" -fPIC "-I/usr/li= b/x86_64-linux-gnu/perl/5.20/CORE"=C2=A0=C2=A0 Byte.c</div><div>/bin/sh: 1:= cc: not found</div><div>Makefile:337: =D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0= =D0=B2=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F =D1=80=D0=B5= =D1=86=D0=B5=D0=BF=D1=82=D0=B0 =D0=B4=D0=BB=D1=8F =D1=86=D0=B5=D0=BB=D0=B8 = =C2=ABByte.o=C2=BB</div><div>make[1]: *** [Byte.o] =D0=9E=D1=88=D0=B8=D0=B1= =D0=BA=D0=B0 127</div><div>make[1]: =D0=B2=D1=8B=D1=85=D0=BE=D0=B4 =D0=B8= =D0=B7 =D0=BA=D0=B0=D1=82=D0=B0=D0=BB=D0=BE=D0=B3=D0=B0 =C2=AB/tmp/Encode-2= =2E89/Byte=C2=BB</div><div>Makefile:752: =D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0= =B0 =D0=B2=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F =D1=80=D0= =B5=D1=86=D0=B5=D0=BF=D1=82=D0=B0 =D0=B4=D0=BB=D1=8F =D1=86=D0=B5=D0=BB=D0= =B8 =C2=ABsubdirs=C2=BB</div><div>make: *** [subdirs] =D0=9E=D1=88=D0=B8=D0= =B1=D0=BA=D0=B0 2</div><div>=C2=A0</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. =46rom output it can be seen that you do not have C compiler (cc) installed. Try under root: apt-get install gcc