(同じ利用者による、間の1版が非表示)
35行目: 35行目:
  make install
  make install
  </syntaxhighlight>
  </syntaxhighlight>
# .profileファイルまたは.bashrcファイル等に、以下に示す環境変数を設定する。
# ~/.profileファイル等に、以下に示す環境変数を設定する。
#: <syntaxhighlight lang="sh">
#: <syntaxhighlight lang="sh">
  export PATH="/<Texinfoのインストールディレクトリ>/bin:$PATH"
  export PATH="/<Texinfoのインストールディレクトリ>/bin:$PATH"
122行目: 122行目:
== 警告およびエラー ==
== 警告およびエラー ==
以下に示すような警告が出力される場合がある。<br>
以下に示すような警告が出力される場合がある。<br>
  warning: File "/home/<ユーザ名>/.gdbinit" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
  warning: File "/path/to/.gdbinit" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
<br>
<br>
この時、~/.gdbinitファイルを作成して、以下の設定を記述する。<br>
この時、~/.gdbinitファイルを作成して、以下の設定を記述する。<br>