On Tue, Jan 27, 2004 at 01:31:10PM +0100, Ryck Purschke-Evers wrote: > 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 "cc: Command not found" is the important part there. Its looking for your C compiler and can't find one. Install a C compiler, such as gcc. -- Michael G Schwern schwern@pobox.com http://www.pobox.com/~schwern/ 7a. Good, Fast, Cheap: Pick any two (you can't have all three). -- RFC 1925Thread Previous