develooper Front page | perl.perl5.porters | Postings from January 2004

Re: problems with perl-Storable-Modul

Thread Previous
From:
Michael G Schwern
Date:
January 28, 2004 12:11
Subject:
Re: problems with perl-Storable-Modul
Message ID:
20040128023727.GE11197@localhost.comcast.net
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 1925

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About