1

ウェブページの指示に従って、Ubuntu用のライブラリlibpqcryptoをインストールしようとしています(数日以来)。残念ながら、インストール中に表示されるエラーを修正することはできません。

cpucycles/amd64cpuspeed compiling 
# gcc -fPIC -Wall -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv

cpucycles.c: In function ‘pqcpucycles_impl_persecond’:
cpucycles.c:20:12: error: ‘CTL_HW’ undeclared (first use in this function); did you mean ‘CTL_PM’?
   oid[0] = CTL_HW;
            ^~~~~~
            CTL_PM
cpucycles.c:20:12: note: each undeclared identifier is reported only once for each function it appears in
cpucycles.c:21:12: error: ‘HW_CPUSPEED’ undeclared (first use in this function)
   oid[1] = HW_CPUSPEED;
            ^~~~~~~~~~~
cpucycles/cpucycles.c compiler exited 1

このエラーが発生する理由、またはそれが何を伝えているのか、何かわかりますか?

PS: Parallels Desktop を使用して、Mac で Ubuntu を実行しています。

4

0 に答える 0