Questions tagged [configure]

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

A Configure script is an executable script designed to aid in developing a program to be run on a wide number of different computers. It matches the libraries on the user's computer, with those required by the program, just before compiling it from its source code.

As a common practice, all configure scripts are named "configure". Usually, configure scripts are written in Bash syntax, but they may be written for execution in any desired shell.

1550 questions
0
votes
2 answers

problem building GD on Ubuntu 'Jaunty'

I'm having trouble building gdlib. As far as I can tell, zlib, png and all the rest are installed in either /lib or /usr/lib. It does not seem to matter whether I use --prefix or one or all of the --with-, the configure script keeps on insisting…
bugmagnet
  • 7,631
  • 8
  • 69
  • 131
0
votes
1 answer

Configuring OpenCV 2.4.4 for Code Blocks - libopencv_core244.dll was not found

I have been trying to configure OpenCV 2.4.4 for CodeBlocks for quite some time now but even though I follow online guides somehow I can't do it and I am slowly getting desperate. I tried to do what Mr. bsdnoobz said in this topic, but it still does…
Max
  • 192
  • 1
  • 4
  • 15
0
votes
1 answer

configure() not be called when running on hadoop cluster but can be called on Eclipse, DistributedCache FIleNotFoundException

My program use a DistributedCache to cache files JobConf conf = new JobConf(new Configuration(), ItemMining.class); DistributedCache.addCacheFile(new URI("output1/FList.txt"), conf); DistributedCache.addCacheFile(new URI("output1/GList.txt"),…
0
votes
1 answer

wamp icon is green but still getting an error "http 404"

I have changed the wamp server port from 80 to 81 and am having an error when trying to open localhost, error, http 404. what have I not done
0
votes
1 answer

eglibc-2.16 libc.so missing ruserok

I'm creating an optimized embedded linux system for two different ARM boards, A RaspberryPi and a Gumstix Overo, both of which are using eglibc-2.16 for the GNU C library. But, I've noticed that my libc.so library for the RaspberryPi has ruserok,…
Donny3000
  • 13
  • 3
0
votes
1 answer

How to install,configure NDK in fedora 14?

Step1: I extracted Android NDK to a directory where SDK is already there. Step2: Created a directory called Project_NDK in it. Step3: I have created the application.mk file and native.c file under jni folder . So where I should put C++ code?
Abhishek Tamta
  • 463
  • 5
  • 14
0
votes
1 answer

how to generate configure script -- linux

I have downloaded :-- libwebsockets-1.0-chrome25-firefox17 from ;-- http://git.warmcat.com/cgi-bin/cgit/libwebsockets/ I have to install websocket library. But it does not contains configure file. As per install instruction :-- The file…
Katoch
  • 2,709
  • 9
  • 51
  • 84
0
votes
1 answer

Configure Texmacs to use Pari/GP

I'm trying Pari/GP, a program to perform mathematical calculations. It's powerful but its interface is very bad. At their web site they advise to use other GUI, such as Texmacs, but they don't give much detail. I can't get it work. I've installed…
skan
  • 7,423
  • 14
  • 59
  • 96
0
votes
1 answer

apr-util configuration problem on AIX 52 and AIX 53 OS

I am trying to build apr-util subversion dependency library on AIX. Configure errors out saying "configure: error: C compiler cannot create executables. See `config.log' for more details." I am not sure what am i missing in configuration flags that…
kadeshpa
  • 1,607
  • 5
  • 18
  • 23
0
votes
1 answer

Mysql configure/settings

What settings i need to choose to maintain an orderly queue when delete some value. I create the table with id with Auto increment and primary key. When i insert values first time it is okay. Like 1,2,3,4,5... when delete some value the order…
user2149578
  • 79
  • 1
  • 1
  • 5
0
votes
1 answer

Install starspan configure error

I want to install starspan. I downloaded and extracted the file. In the command line I navigated to the starspan folder and typed configure according to the install file. However I am only getting back: 'configure' is not recognized as an internal…
ustroetz
  • 5,802
  • 16
  • 47
  • 74
0
votes
1 answer

How to detect the compile-time ./configure options of apache 1.3?

I have an old apache 1.3 instalation. I know it was compiled from source, I have source tarbal, but I do not have saved ./configure flags. I need to recompile this apache with exacly same confiugre flags, and with EXTRA_CFLAGS="-DBIG_SECURITY_HOLE"…
SWilk
  • 3,261
  • 8
  • 30
  • 51
0
votes
2 answers

compiling xdebug on linux -> passing 32 bit option to ./configure

Greetings! When trying to compile xdebug, is there a way to pass it a 32-bit option? What I have right now is this: ./configure --with-php-config=/opt/lampp/bin/php-config ... or is there a better way to obtain a 32-bit bin of xdebug? Thaks
vector
  • 7,334
  • 8
  • 52
  • 80
0
votes
2 answers

How to configure the new adt bundle with eclipse

I just downloaded the new adb bundle with eclipse, where everything comes pre-configured. It says that you just unpack the zip, run eclipse and you are done. But then I try to run eclipse, I get the error: So. I had Eclipse Juno with all the sdk…
Sterling Diaz
  • 3,789
  • 2
  • 31
  • 35
0
votes
1 answer

how can I fix the error with making mtree

Hello I'm new to this and I don't understand, what's going on. I need mtree for my iPhone and got an error. And this is what I get: In file included from compare.c:62: vis.h:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before…
Adem
  • 1
  • 4