私はslackwareの初心者です。postgresql 9.4のクローンを作成した後、./configureの方向からインストールを開始し、出力を取得しました。. .
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/usr/src/postgresql':
configure: error: C compiler cannot create executables
See `config.log' for more details
その後、gcc のバージョンを確認します。
root@li442-162:/usr/src/postgresql# gcc --version
gcc (GCC) 4.8.2
私の質問は、gcc コンパイラをどのように実行できるかということです..?
ありがとう。