configure
C compiler cannot create executables when trying to build Binutils
I am trying to build Linux From Scratch, and now I am at chapter 开发者_Python百科5.4, which tells me how to build Binutils. I have binutils 2.20\'s source code, but when I try to build it:[详细]
2022-12-28 17:44 分类:问答How do I stop Python install on Mac OS X from putting things in my home directory?
I\'m trying to install Python from source on my Mac.(OS X 10.6.2, Python-2.6.5.tar.bz2)I\'ve done this before and it was easy, but for some reason, this time after ./configure, and make, the sudo make[详细]
2022-12-28 05:14 分类:问答How to override environment variables when running configure?
In any major package for Linux, running ./configure --help will output at the end: Some influential environment variables:[详细]
2022-12-28 01:23 分类:问答How to build mpich2 with sctp network module in linux?
What configure options a should use to compile mpich2 (ver 1.1.1p1 or 1.2.1p1) with sctp ? In my try there is a error when linking cpi.c (small example).[详细]
2022-12-27 23:44 分类:问答How do you define the options you see in ./configure --help?
I\'m currently trying to set up a package to b开发者_运维知识库e installed with autotools. In most, if not all, major software packages, configure --help lists a large number of options like ./confi[详细]
2022-12-26 23:13 分类:问答./configure with a specified version of g++
How 开发者_开发技巧to tell to a \'configure\' file to compile with a specified version of g++ ?[详细]
2022-12-26 05:51 分类:问答gcc support libraries fail when cross-compiling
I\'m trying to cross-compile gcc 4.4.3 and it\'s cross libraries. I have set all the Environment Variables needed for cross-compilation (AS, CC, CXX, AR, RANLIB, STRIP) and used the same setup for a l[详细]
2022-12-25 07:48 分类:问答OpenSSL not listed under PHP modules but shows up in the configure command
PHP 5.2.12 OS X 10.5.8 If I compile PHP from source with the following configure command ./configure --disable-all --with-openssl=shared,/opt/local[详细]
2022-12-25 06:41 分类:问答What does a typical ./configure do in Linux?
Why is it necessary e开发者_JS百科ven though everything is specified in a makefile?Typically the configure script when run will:[详细]
2022-12-24 03:30 分类:问答What configure options were used when building gcc / libstdc++?
After reading about the problem of passing empty std::string objects between DLLs and EXEs, I am concerned about the configure options used to build my gcc / libstdc++. More specific I开发者_开发知识库[详细]
2022-12-23 04:41 分类:问答
加载中,请稍侯......