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.

Running a java applet from netbeans?

I am trying to run a Java applet from NetBeans, and in trying to run it, I get a 'main …

java netbeans applet configure
How to static link Linux software that uses ./configure?

I would like to compile NRPE static, so I can copy the compiled binary to an OmniOS server, where I …

linux gcc configure static-linking omnios
what does --enable-optimizations do while compiling python?

I'm trying to compile Python 3.6 on an arm based Linux machine, ./configure outputs this: If you want a release build …

python linux python-3.x configure python-3.6
Disable network manager for a particular interface

I would like to disable network manager service for particular interface(s). "/etc/init.d/NetworkManager stop" is not going …

linux networking configuration-files configure
How do I specify build options for CMake-based projects?

I don't understand how to configure project and handling command line options using CMake. I need to set variables of …

command-line cmake configure
autoreconf: 'configure.ac' or 'configure.in' is required

I followed the instructions to install FB Machine Learning tools. One of the libraries installation instructions are cd ~/libraries git …

configure autoreconf
What does a typical ./configure do in Linux?

Why is it necessary though everything is specified in a makefile ?

linux build makefile configure
configure error installing R-3.3.2 on Ubuntu: checking whether bzip2 support suffices... configure: error: bzip2 library and headers are required

Trying to install R-3.3.2 but when I use $./configure, I keep getting the error: checking whether bzip2 support suffices... configure: …

r ubuntu installation configure
./configure can't find C compiler after OS X Lion installation

While cc and gcc are perfectly in their right path (/Developer/usr/bin in OS X Lion), running ./configure tries …

xcode macos osx-lion configure