小编Mar*_*lla的帖子

Python ./configure 找不到 g++ 编译器

我正在尝试在模拟 ARM 机器(使用 Debian 7)上编译 Python 3.4.1。./configure给我

checking for g++... no
Run Code Online (Sandbox Code Playgroud)

但是安装了 g++。那么可能是什么问题呢?我知道它不是严格需要的,但我更喜欢make将 g++ 用于 c++ 代码。

compile g++

13
推荐指数
1
解决办法
6810
查看次数

Windows,而不是管理员:代理在 Firefox 中工作但不在 cmd 中,为什么?

我已经在 Firefox 中手动配置了代理,并且可以正常工作。我也尝试在命令行中使用它,但它失败了:

>set http_proxy=http://USERNAME:PASSWORD@HOST:PORT
>set https_proxy=https://USERNAME:PASSWORD@HOST:PORT
>
>ping www.google.com

Pinging www.google.com with 32 bytes of data:
Request timed out.
Run Code Online (Sandbox Code Playgroud)

我也尝试将 http 用于 https_proxy,但没有结果。由于我不是管理员,因此我无法将它们配置为 envvars。为什么会出错,我该怎么办?

windows windows-7 proxy command-line http-proxy

4
推荐指数
1
解决办法
2768
查看次数

标签 统计

command-line ×1

compile ×1

g++ ×1

http-proxy ×1

proxy ×1

windows ×1

windows-7 ×1