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

In hadoop how do you print within the "configure()" method?

In the bottom example in this hadoop tutorial there is a "configure()" method. http://hadoop.apache.org/common/docs/r0.20.2/mapred_tutorial.html#Source+Code-N10FD0 I wanted to put a print statement within it to know that it arrives there. However,…
DSH
  • 25
  • 7
0
votes
1 answer

Is there attribute named "defaultSessionTimeOut" in tomcat server.xml?

when I want to set the "timeout" for my tomcat server,some one tell me do like that:
zhu wang
  • 139
  • 5
0
votes
1 answer

autotools project - using prefix variable in scripts

Having scripts in autotools project that are using some paths I want to forward prefix that is entered by user during ./configure to those scripts. Lets say I have a bash script that echo file in directory that is set during ./configure. What is the…
Artem
  • 1
0
votes
1 answer

add new email account to outlook2007 programmatically using c#

All I was wondering if there was a way to run a program and add a spesific email account (with all the correct port settings and whatnot) to outlook2007 I have several users in the feild that seem incapable of doing this themselfs or even doing it…
Crash893
  • 11,428
  • 21
  • 88
  • 123
0
votes
0 answers

Compiling against modified library in linux

I've compiled mplayer2 against the prebuilt libavcodec library in ubuntu. It crashes under specific conditions. Judging my the error message spat out, the problem lies with libavcodec. So what I would like to is do experiment with some of the…
rhlee
  • 3,857
  • 5
  • 33
  • 38
0
votes
1 answer

Restrict Which Node a Jenkins Job can be Run On, but only allow this field to be modified by Administrator

I know that you can restrict where a project is run, by filling in that field in in a Job. I was hoping to find a way to allow individual users who have configuration access to the job to still be able to edit the rest of the job, but to remove this…
0
votes
1 answer

Qt configure freetype error

I am trying to build a QT for ARM cortex-8 board. I successfully installed Host configuration as per the given instruction: http://qt-project.org/wiki/Building_Qt_for_Embedded_Linux at the time of ARM board target build configuration, i have created…
user1426143
  • 41
  • 2
  • 6
0
votes
1 answer

Using PreferenceActivity to configure a widget?

This may be a bit of a noob question I'm not sure, sorry if it is but I've done a lot of searching to no avail. At this current moment in time I have a widget that when added to the homescreen opens a android:configure activity. All well and good,…
RED_
  • 2,997
  • 4
  • 40
  • 59
0
votes
1 answer

how to add -fvisibility=hidden in configure

In compiling opencv project, I need to hidden all their interfaces, so I need to add a compile option "-fvisibility=hidden" to configure when generating Makefile for opencv. The question is, how to add the compile option to configure.
speedmancs
  • 339
  • 2
  • 4
  • 12
0
votes
1 answer

Configure the Drupal 6 module to appear only on home page

I am building a drupal 6 module. I want to code it such a way that it shows up only on the home screen of the website when someone enables it. What should I add and where?
0
votes
1 answer

configure and makefile

I want du extend my makefile.am with an option like this: This is the original part from the makefile.am: OPTIONS := -Wl,-rpath,/usr/local/lib if DEBUGGING OPTIONS += -O0 -g3 -Wall and this ist what I want to add OPTIONS :=…
MindlessMaik
  • 271
  • 2
  • 5
  • 16
0
votes
1 answer

How do I make an AC_CACHE_CHECK critical?

I perform some checks during configure, which i set up with autoconf using the AC_CACHE_CHECK macro. Some checks are critical, so if they donÄt pass, I want configure to fail. How can I achieve this? Thanks, Steffen
steffen
  • 8,572
  • 11
  • 52
  • 90
0
votes
1 answer

configure the jre version on windows 7 (32 bit)

I have java jre7 installed and also jre6, but the current version that is in use is the jre7. How do I tell windows to use the jre6 instead of 7? I've seen some guides of how to do so but it seems that they related to winXP since they were dealing…
-1
votes
1 answer

gcc 4.6.2 installation with cloog and ppl

I want to install gcc 4.6.2 with cloog and ppl. I have both the libraries installed in my system. When I try to do ./configure --enable-languages=c,c++ --with-ppl=/usr/lib --with-cloog=/usr/lib, I get an error Cannot find the directories…
psteelk
  • 1,305
  • 3
  • 16
  • 24
-1
votes
1 answer

Cannot install John the Ripper Jumbo on macOS Ventura 13.2.1

I'm currently running macOS Ventura 13.2.1, and I can't install John the Ripper Jumbo on my device. The installation process always fails at ./configure with the error below. I've tried running git clone git clone…
1 2 3
99
100