このsourceforgeプロジェクトをubuntu11.10x64でコンパイルしようとしています:http://vmb.sourceforge.net/
Linux users have to compile the devices from sources.
Either obtained from cvs (see: http://sourceforge.net/projects/vmb/) or as a tgz file.
The sources come with Makefiles. If you have make and gcc, just execute make in the top source directory.
そこで、.tar.gzをダウンロードして解凍し、/srcdirから「make」を実行しました。
しかし、出力には次のように書かれています。
/vmb/src/opt/option.c:528: undefined reference to `_getcwd'
これは、ライブラリが間違っているか欠落しているものだと思います。元のプロジェクトはVisualStudioからのもののようです。
どうすればこれを修正できますか?