[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Cannot find -lf2c compilation error
- From: Paul Smith <phhs80 gmail com>
- To: "Community assistance, encouragement, and advice for using Fedora." <fedora-list redhat com>
- Subject: Re: Cannot find -lf2c compilation error
- Date: Tue, 19 May 2009 22:48:07 +0100
On Tue, May 19, 2009 at 10:01 PM, Jussi Lehtola <jussi lehtola iki fi> wrote:
> Try this:
>
> $ cd bpmpd_c/src
> $ \rm *.o
> $ sed -i "s|CLK_TCK|CLOCKS_PER_SEC|g" timer.c
> (One file uses an obsolete constant that needs to be replaced)
> $ make
It runs fine, but it does not measure time. I guess that it has to be
with the following change:
$ sed -i "s|CLK_TCK|CLOCKS_PER_SEC|g" timer.c
Paul
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]