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.

How do I specify LDFLAGS and CPPFLAGS for ./configure?

I am using a Mac running OS X 10.8.3. I am trying to compile cgminer 3.0.0. On my first run of ./configure …

libcurl configure
How can the linux kernel be forced to enumerate the PCI-e bus?

Linux kernel 2.6 I've got an fpga that is loaded over GPIO connected to a development board running linux. The fpga …

linux configure fpga pci-e
How do I create a configure script?

This may sound like a very generic question but here it goes. I have a requirement to create a configure …

linux bash makefile configure
CMake Error: The following variables are used in this project, but they are set to NOTFOUND

I am trying to configure the whalebot crawler with the tar file whalebot-0.02.00.tar.gz. I have extracted it correctly …

linux cmake configure
How to resolve configure guessing build type failure?

When I configure (under cygwin environment), an error occurred, Message are following: $ ./configure ................. checking build system type... /bin/sh: ./config.…

cygwin configure
Autotools: how to cleanup files created by "./configure" in lighttpd project?

I'm trying out lighttpd for an embedded Linux project. I got the latest source package and started writing a master …

makefile autotools configure lighttpd undo
disable -Werror ini configure file

While making a project with Makefile, I get this error: error: implicit declaration of function ‘fatal’ [-Werror=implicit-function-declaration] cc1: all …

makefile configure
how to modify the install-path without running the configure script/cmake again

I am working on a project which takes considerable time to build (10-15) minutes. I have recompiled to verify if …

makefile cmake configure build-system
Error in automake

I’ve trying to create install package for hello world sample C program. I’ve done following staps. autoscan mv …

configure autotools autoconf automake
Where to put struts.xml

With Struts2 we have to have struts.xml in the class path, so it no longer works to have it …

struts2 configure