On 2004-01-27, at 13:31:10 +0100, Ryck Purschke-Evers wrote: > Hello! > > at first: sorry for my bad english; i hope you understand my Problem! > > I want to install the Storable-Modul. > I get it from www.cpan.org > (http://www.perl.com/CPAN/modules/by-module/Storable/Storable-2.09.tar.gz) > I installed it, type then > perl Makefile.PL > then > make > then I get an error on the screnn like this: > cc -c -DDEBIAN -fno-strict-aliasing -I/usr/local/include > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.09\" > -DXS_VERSION=\"2.09\" -fPIC -I/usr/lib/perl/5.6.1/CORE Storable.c > make: cc: Command not found > make: *** [Storable.o] Error 127 > > > what did it say? i don“t understand... It doesn't find a C compiler. ("cc: Command not found", cc is the name of the C compiler.) Do you know if you have one installed? I don't know Debian and if it installs a C compiler by default. What do the shell commands "which cc" and "which gcc" show? > can you help me? Try to install gcc (something like "apt-get install gcc" should do) and then try to build (install) Storable again. HTH, Marcus > thx!! > > greetings > Ryck > -- Fun Facts, #14: In table tennis, whoever gets 21 points first wins. That's how it once was in baseball -- whoever got 21 runs first won.Thread Previous | Thread Next