在 Ubuntu 9.04 上编译 MIT 方案

发布于 2024-08-04 11:06:50 字数 318 浏览 2 评论 0原文

当我运行 ./configure 时,我收到:

configure: running /bin/bash ./configure '--prefix=/usr/local' --cache-file=/dev/null --srcdir=。 未知机器类型:无 配置:错误:./configure 编译器失败

这是在一台具有 4GB 内存的联想笔记本电脑上。
Linux shllaptop 2.6.28-15-generic #49-Ubuntu SMP 8 月 18 日星期二 19:25:34 UTC 2009 x86_64 GNU/Linux

有什么建议吗?

When I run ./configure I receive:

configure: running /bin/bash ./configure '--prefix=/usr/local' --cache-file=/dev/null --srcdir=.
Unknown machine type: none
configure: error: ./configure failed for compiler

This is on a Lenovo laptop with 4GB of memory.
Linux shllaptop 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 19:25:34 UTC 2009 x86_64 GNU/Linux

Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风月客 2024-08-11 11:06:50

从基础开始——您是否安装了 build-essential 软件包?

Starting with the basics -- do you have the build-essential package installed?

糖果控 2024-08-11 11:06:50

你为什么不直接运行,

$ sudo apt-get install mit-scheme

$ sudo apt-get install mit-scheme-doc

它应该可以满足你所需的一切。

编辑

我不同意那些怀疑包裹的人!

$ apt-cache show mit-scheme
Package: mit-scheme
Priority: optional
Section: universe/devel
Installed-Size: 18396
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Chris Hanson <[email protected]>
Architecture: i386
Version: 7.7.90+20090107-1.1
Depends: libc6 (>= 2.11), libdb4.8, libgdbm3 (>= 1.8.3), libltdl7 (>= 2.2.6b), libmcrypt4, libmhash2, libncurses5 (>= 5.6+20071006-3), libpq5 (>= 8.4~0cvs20090328), libssl0.9.8 (>= 0.9.8k-1), libx11-6 (>= 0)
Recommends: mime-support
Suggests: mit-scheme-dbg
Filename: pool/universe/m/mit-scheme/mit-scheme_7.7.90+20090107-1.1_i386.deb
Size: 6827762
MD5sum: a0df7937123cbca16aabe3179581fce8
SHA1: bf897fd930b12af4d785423d5711d2234d0de11d
SHA256: bc2e4bfc0c760ef2195f6ebba59ecc60c2bbaacabbe0a70f0bd25d4013e55890
Description: MIT/GNU Scheme development environment
 MIT/GNU Scheme is an implementation of the Scheme programming language,
 providing an interpreter, compiler, source-code debugger, integrated
 Emacs-like editor, and a large runtime library.  MIT/GNU Scheme is best
 suited to programming large applications with a rapid development
 cycle.
 .
 This package contains the development environment.
Homepage: http://www.gnu.org/software/mit-scheme/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

Why don't you just run

$ sudo apt-get install mit-scheme

$ sudo apt-get install mit-scheme-doc

that should give you all you need.

EDIT

I beg to differ with those who doubt the packages!

$ apt-cache show mit-scheme
Package: mit-scheme
Priority: optional
Section: universe/devel
Installed-Size: 18396
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Chris Hanson <[email protected]>
Architecture: i386
Version: 7.7.90+20090107-1.1
Depends: libc6 (>= 2.11), libdb4.8, libgdbm3 (>= 1.8.3), libltdl7 (>= 2.2.6b), libmcrypt4, libmhash2, libncurses5 (>= 5.6+20071006-3), libpq5 (>= 8.4~0cvs20090328), libssl0.9.8 (>= 0.9.8k-1), libx11-6 (>= 0)
Recommends: mime-support
Suggests: mit-scheme-dbg
Filename: pool/universe/m/mit-scheme/mit-scheme_7.7.90+20090107-1.1_i386.deb
Size: 6827762
MD5sum: a0df7937123cbca16aabe3179581fce8
SHA1: bf897fd930b12af4d785423d5711d2234d0de11d
SHA256: bc2e4bfc0c760ef2195f6ebba59ecc60c2bbaacabbe0a70f0bd25d4013e55890
Description: MIT/GNU Scheme development environment
 MIT/GNU Scheme is an implementation of the Scheme programming language,
 providing an interpreter, compiler, source-code debugger, integrated
 Emacs-like editor, and a large runtime library.  MIT/GNU Scheme is best
 suited to programming large applications with a rapid development
 cycle.
 .
 This package contains the development environment.
Homepage: http://www.gnu.org/software/mit-scheme/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文