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
1 answer

Cannot run configure on iOS 5.1.1 due the test executable is killed (9)

On iOS 5.1.1 the fix for the codesigning has not been applied when jailbreaking. This means that when I launch a ./configure, it fails in its first steps as it seems that the sample programs it run actually cannot be run. There's no patch at this…
LeoTh3o
  • 137
  • 4
0
votes
2 answers

Compiling atk from source

I tried to compile atk 2.7.91 from source. Since I am working on an older ubuntu system there are no recent packages for the required glib version. So I just downloaded glib 2.35.8 and did successfully ./configure and make for it (I don't want to…
student
  • 1,636
  • 3
  • 29
  • 53
0
votes
1 answer

AC_CHECK_FUNCS doesn't find shm_open

I'm having trouble building a project that attempts to check for the presence of shm_open and shm_unlink. The relevant lines of configure.ac are: # Avoid adding rt if absent or unneeded AC_CHECK_LIB(rt, shm_open, [EXTRA_LIBS="$EXTRA_LIBS rt"…
John L
  • 27,937
  • 4
  • 73
  • 88
0
votes
1 answer

qt vim doesn't build on kubuntu

I've been banging my head against a wall for a week trying to build qt vim from source on my Kubuntu 12-10 machine. The build command I'm using is: ./configure --prefix=/usr/ --with-features=huge --with-vim-name=qvim --enable-gui=qt Which gives me…
bronzehedwick
  • 2,862
  • 2
  • 22
  • 28
0
votes
1 answer

Adding GLib to an existing application with gnu toolchain (configure, Makefile, etc.)

I've added code to an existing large application and need to make GLib a requirement, as my code relies on it. For development, I just manually edited the Makefile to add -lglib-2.0 To the LIBS= variable and -I/usr/include/glib-2.0…
JJC
  • 9,547
  • 8
  • 48
  • 53
0
votes
0 answers

Arm crosscompiling error, libdaemon.h no such file or directory

I'm trying to cross-compile some C++ project for an arm-mv5sft-linux-gnueabi processor,I have set the ./configure of this project in the following way: ./configure --build=i686-linux --host=arm-mv5sft-linux-gnueabi --target=arm-mv5sft-linux-gnueabi…
ndarkness
  • 1,011
  • 2
  • 16
  • 36
0
votes
0 answers

Automake: configure subdirectory only

This concerns an external project, where one OneLibrary.c and SomeLibraries.am where modified; It would be nice to ./configure --please-configure-only-this-subdirectory=./SomeLibrariesSubdirectory something similar to make -C…
Lofty Lion
  • 117
  • 1
  • 6
0
votes
1 answer

How to configure matlab toolbox when I use c# both?

I'm trying to use the Neural Network of matlab in c#.I have compiled the code to .Net Assembly then I call the matlab functions in c# ,and then I got the Exception: ... MWMCR::EvaluateFunction error ... Error using nnetParamInfo (line 28) FCN is…
jatsrl
  • 1
0
votes
1 answer

configure apache with sql

I am newly using Apache Tomcat6.0 I am unable to access sql database through my jsp and getting java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver Tried steps at…
Chava
  • 159
  • 1
  • 5
  • 21
0
votes
1 answer

how to resolve dbus dependency on libnih ./configure?

In a vps environment, I just installed dbus-1.6.8 required by libnih-1.0.3 however, the installation for libnih stops here: checking for DBUS... no configure: error: Package requirements (dbus-1 >= 1.2.16) were not met: No package 'dbus-1'…
rodenbushdesign
  • 81
  • 1
  • 11
0
votes
1 answer

RED5 - Configuration Issue - Records Partial Stream

I have installed Red5 in the most simplest manner. I'm working on an Ubuntu 12.10 32-Bit system. I just download and extracted the latest compiled version(1.0.0). I made the sh scripts executable and ran the server....Everything well and good... And…
0
votes
2 answers

Installed OpenMPI library, but cannot use mpicc command in Linux

I am following openmpi install file. Firstly, I am a normal user in this linux system. I do not have rights to access /usr/local . If I configure with: ./configure --prefix=/usr/local make will complain about permission. Therefore, I put the place…
Karl
  • 5,613
  • 13
  • 73
  • 107
0
votes
2 answers

tar a .tgz but autoconf doesn't configure properly

Using Ubuntu, have the file clhep-2.1.2.4.tgz The instructions say to "unwind the source code tar ball and autoconf and automake will already have been run." it then says to do the standard "/configure --prefix=[path]", "make", "make install"... So…
chriszumberge
  • 844
  • 2
  • 18
  • 33
0
votes
1 answer

configuring Hibernate with Spring MVC Template in STS

I use STS and i've created MVC template project. I want to use hibernate but i don't know where to put hibernate.cfg.xml. In default projects i just put it in src/ folder. static { try { // Create the SessionFactory from…
Andrey Yaskulsky
  • 2,458
  • 9
  • 39
  • 81
0
votes
0 answers

emacs tramp configure prefix macs os x

for installing tramp of emacs, for configure operation, which prefix should I use? In the tramp's introduction. ./configure --prefix=/usr --with-contrib
Chen Yu
  • 3,955
  • 1
  • 24
  • 51