Raspberry Pi にノードをインストールしようとしています
screen を使用してコマンドラインに接続しています
LinuxBrew は正常にインストールされましたが、パッケージをインストールしようとするたびに
私が行った場合:
brew install node (--host)
私は得る:
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... configure: error: in `/tmp/pkg-config20160301-6502-vg0e9w/pkg-config-0.29':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
Error: Unable to locate the system's glibc
glibc を次のコマンドでインストールしようとするとbrew install glibc --with-binutils --with-linux-headers
、まったく同じエラーが発生します。
何が起こっているのか誰にも分かりませんか?
PS: モデル 2 B Pi です。
アドバナンクセ