我正在尝试在 ubuntu 11.10 x64 中编译这个 sourceforge 项目: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,解压它,然后从 /src 目录运行“make”。
但输出显示:
/vmb/src/opt/option.c:528: undefined reference to `_getcwd'
我认为这是错误或缺少库的问题。原始项目似乎来自 Visual Studio。
我怎样才能解决这个问题?