Top "Configure" questions

A Configure script is an executable script designed to aid in developing a program to be run on a wide number of different computers.

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 …

c++ gcc mingw configure libstdc++
Can't configure pyQt

When I compile pyQt on Windows 7 it returns an error saying: Traceback (most recent call last): File "configure.py", line 32, …

python pyqt4 configure
Can CMake generate a configure file?

I need the configure file to transpile from C++ to JS, I'm trying to use emscripten in a project. Emscripten …

c++ build cmake autotools configure
./configure with a specified version of g++

How to tell to a 'configure' file to compile with a specified version of g++ ? Thanks.

gcc version autoconf configure
Error while compiling apache APR make file not found

I tried to compile apache APR. The instruction sayed: All you should have to do is this: ./configure make make …

apache tomcat tomcat7 configure apr
Liferay: How to configure Liferay Portal

How to configure or to override Liferay portal properties with portal.properties?

properties liferay configure
Recompiling with -fPIC

I have MPICH 3.0.4 installed on my machine (Ubuntu 12.04). I am trying to install a library called Qthreads which I have …

makefile mpi configure relocation
About arm-eabi-gcc and cross-compiling

I have a complicated open source library that needs to be ported to Android NDK. First, I need to configure (. / …

android configure android-ndk cross-compiling
configure: error: C preprocessor fails sanity check

I am compiling several libraries on Ubuntu 12.04 x86_64. First I compiled the libraries with GCC 4.7.2 and it went all well. …

linux compiler-errors configure icc
configure does not recognize androideabi

I am trying to compile a library using android-ndk-r5 standalone toolchain and autotools. When doing a ./configure, it fails with: $ ./…

android-ndk autotools configure autoconf android-ndk-r5