Tagged Questions
The configure tag has no wiki summary.
10
votes
2answers
321 views
where is a good tutorial on creating an R package with C++ source code?
I'm at a loss when I start looking at configure scripts. I'm not sure how to go about creating an R package which has several functions built from C/C++ in such a way that it's portable between ...
10
votes
3answers
1k views
What does a typical ./configure do in Linux?
Why is it necessary though everything is specified in a makefile ?
9
votes
4answers
630 views
Install YAML Pecl PHP Extension on MAMP
I'm working on a project with a number of developers over Git and the existing codebase uses PECL YAML PHP extension (v1.0.1).
I have tried a number of steps to install the PECL YAML extension on my ...
8
votes
5answers
220 views
How to check for haskell package versions in ./configure?
how can I tell configure to check for version >= x.y of a given Haskell package?
Thanks,
7
votes
3answers
638 views
Why has nobody created an open source build system for the brain dead?
I want to build a shared library. GNU/Linux is the development and target platform. C is the implementation language.
I can't decide how I want to setup the build system and keep flitting around ...
6
votes
1answer
946 views
What configure options were used when building gcc / libstdc++?
After reading about the problem of passing empty std::string objects between DLLs and EXEs, I am concerned about the configure options used to build my gcc / libstdc++. More specific I want to know if ...
5
votes
2answers
2k views
Build 32bit on 64 bit Linux using a configure script
I'm using a 64bit system but want a set of 32bit binaries. What options must I pass to a configure script to generate a 32bit/x86 makefile?
5
votes
1answer
433 views
Qt::How small can it be made?
I'm using Qt for an embedded Linux app and want to make it as small as possible. At the moment If I make a statically compiled executable it will be 3.9Mb, pretty much only using the GUI parts I need. ...
5
votes
2answers
265 views
Apache with c# classes
Is there any way to have apache "pass" the request it takes to a c# "application" to handle, allowing it to return specific content. I want to handle an intense amount of asynchronous calls to apache ...
4
votes
2answers
91 views
How do you “echo” the last configure/make build --options within a source directory?
When doing a a GNU-style " ./configure, make, and install " - with specific options, flags, etc... As you all know, sometimes this can be a black art.. and what works for one piece of software may ...
4
votes
3answers
247 views
Makefiles, “configure” files, and other compilation tools — How do they work? Why do they work the way they do?
I'm still new to the UNIX/Linux world, and, in particular, to related tools, such as the GCC compiler. Namely, I'm still new to makefiles and things like that (I use MinGW on Windows), since so far, ...
4
votes
2answers
407 views
Setting up “configure” for openMP in R
I have an R package which is easily sped up by using OpenMP. If your compiler supports it then you get the win, if it doesn't then the pragmas are ignored and you get one core.
My problem is how to ...
4
votes
3answers
405 views
change eclipse shortcuts to match Visual Studio
Is there a way to change keyboard shortcuts in Eclipse to match those in Visual Studio 2010?
I am a C# developer and I am used to Visual Studio shortcuts. I am now using Eclipse to do some Java ...
4
votes
2answers
966 views
Is it possible to configure ms Unity container from an xml document and NOT from a file?
Is it possible to configure ms Unity container from an xml document and NOT from a file?
thx
3
votes
2answers
83 views
Secure Canvas - Should every http request on the canvas page also change to https?
Since 1st Oct is coming. I am working on Secure Canvas URL stuff.
My canvas url is like canvas.example.com. I can make this domain and server SSL ready without a problem.
My question is, should ...
3
votes
2answers
69 views
Resources for modularizing C applications
I am looking for some resources that speak about managing large C projects using make, header files, building configure files etc.
What resources are used by the community? Any good ones for ...
3
votes
2answers
4k views
./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 to compile it through a hard coded (I guess) path - /usr/bin.
Where do I setup ...
3
votes
5answers
118 views
When does an c/c++ project need a configure file?
Almost every c/c++ open source project I see ships with it a configure file.
But in our own c/c++ project I haven't seen this file so far,
when is it needed?
3
votes
1answer
538 views
Recommended flags for a minimalistic Qt build
I am trying to build Qt because it is required for Visual Studio 2010. The build script (configure.exe) is quite straightforward but by default it takes ages to compile. After waiting for an hour on a ...
3
votes
5answers
3k views
compile ffmpeg with android ndk r5b
compile ffmpeg with android ndk r5b.
ffmpeg 0.6.1
android ndk r5b
cygwin 1.7
build reference url : http://www.cnblogs.com/scottwong/archive/2010/12/17/1909455.html
but, ffmpeg ./configure ...
3
votes
1answer
190 views
Any difference between configure.ac and configure.in, and Makefile.am and Makefile.in?
I have seen both in different things I have configured. What I the difference? Is it notable to use only one? Or does it not matter which one to use?
3
votes
2answers
4k views
Compile C lib for iPhone
I'm trying to compile ZeroMQ C binding in order to be able to use it on iPhone, here is my configure options:
./configure --host=arm-apple-darwin --enable-static=yes --enable-shared=no ...
3
votes
3answers
217 views
Writing perl6 Programs using Rakudo Star: Can't install on OS X
I'm trying to install Rakudo Star on OS X 10.6, and I've reached the always frustrating point where my build has failed and I'm not sure how to procede. Does anyone here know a way past this? (I'm ...
3
votes
1answer
254 views
configure the left and right mac 'command' keys differently?
I'm wandering if I can set the right mac 'command' to act like the ctrl key, but keep the default functionality of the left 'command' key.
Thanks.
3
votes
4answers
886 views
On Ubuntu, how do you install a newer version of python and keep the older python version?
Background:
I am using Ubuntu
The newer python version is not in the apt-get repository (or synaptic)
I plan on keeping the old version as the default python when you call "python" from the command ...
3
votes
3answers
752 views
create custom LAMP distribution like XAMPP
I wish to make a self contained LAMP distro software package from source with at least the following:
* php must have mysqli, ldap and GD support
* all required .so's must be included (like libpng ...
3
votes
3answers
234 views
Best way to programatically check for existence of header file?
Is it just to test compile a simple program, with that header file #included in it?
To better understand the compilation process I'm writing my own "configure", which tests for the existence of a few ...
3
votes
4answers
114 views
Is there a tool for finding out what packages provide a file?
For example, if ./configure or Make tells me I'm lacking libX11.so.6, and it's nowhere on my system, is there a tool or website into which I could type
libX11.so.6
followed by a ...
3
votes
1answer
339 views
how get fully expanded variables out of configure?
i created a configure.ac file like this:
AC_INIT()
set
the purpose of this is to print every available environment variable the configure
script creates using 'set'
so i do:
user@host:~$ ...
3
votes
3answers
682 views
Configure trac for anonymous ticket submissions
The title says it all: How would one configure trac to allow anonymous submission of tickets?
2
votes
1answer
61 views
Linux configure/make, --prefix?
Bear with me, this one's not very easy to explain...
I'm trying to configure, make and make install Xfce into my buildroot build directory. When configuring I'm using
...
2
votes
2answers
27 views
Is there any way to configure or personalize the official android error reporting process?
For example the message of this activity? Or the design of it?
I would be happy to hear about some possibilities.
I know, there are great 3rd party solutions, but before i choose one of them, i ...
2
votes
1answer
13 views
See previous ./configure options
I have a simple question.
I am trying to replicate the setup a colleague of mine did with a program compiled from source. I've located the directory of the source files, and I would like to see the ...
2
votes
2answers
82 views
eaccelerator 0.9.6.1 and --with-eaccelerator-shared-memory doesn't work
I tried to compile eaccelerator 0.9.6.1 with --with-eaccelerator-shared-memory flag but after:
./configure --with-eaccelerator-shared-memory
got this message:
configure: WARNING: unrecognized ...
2
votes
1answer
223 views
Multiple sqlite installs on same server
I've got a server at work on which I am basically building an apache/mysql/subversion/php/python development base. I've found that the RPM repos the server is pointed at only have version 3.3.6-5 of ...
2
votes
3answers
978 views
Create custom keyboard and configure it on your iPhone
I am working on creating custom keyboardas presented by EMOJI with having characters and pictorial icons like smileys and other day to day used symbols.So far i came to know that these symbols have ...
2
votes
2answers
34 views
How to view default values of the SET options of a server
I read BOL but could not figure it out.
When i exec sp_configure it shows just
Here I can not see if NOCOUNT or ANSI_WARNINGS are SET ON by befault.
How can I do that?
Thanks.
2
votes
1answer
101 views
How can I configure a Tkinter widget from a separate class?
I am writing a Tkinter program that requires a loop. I can't run the loop from the same class that Tkinter is in, I'm fairly certain of that much. To run said loop, I believe that I have to use a ...
2
votes
1answer
197 views
MagickWand ./configure can't find MagickWand-config
I've been trying unsuccessfully to install ImageMagick and am stuck at this point. I've dled and phpized MagickWand and am trying to run ./configure and get the error:
checking MagickWand-config in ...
2
votes
1answer
3k views
About arm-eabi-gcc and cross-compiling
I have a complicated open source library that needs to be ported to
Android NDK. First, I need to configure (. / Configure). I understand:
I have to do cross-compile with / ...
2
votes
2answers
44 views
tomcat configure question?
I am just developing a Java web project which will be deployed under Tomcat 6.0. This project will store a lot of pictures which are uploaded by users.
Because there will be a lot of pictures, I don't ...
2
votes
2answers
451 views
Compiling gdb for remote debugging
I'm trying to remote debug an application running on arm9
So far I've been able to cross compile and execute gdbserver on my device.
get gdb (7.2) sources and extract them
./configure ...
2
votes
3answers
3k views
Gitolite - How to create users?
I tried to install git + gitolite following this manual - using root instalation from server.
I just do not understand if new gitolite users have to have their user accounts?. When I add tester.pub ...
2
votes
1answer
1k views
node.js cygwin windows xp error ./configure
I already did ash.exe /bin/rebaseall -v without errors but I still get the following error when trying to ./configure:
Checking for program g++ or c++ : /usr/bin/g++
/node/wscript:232: error: could ...
2
votes
2answers
52 views
Is there a “Keep-going” flag for configure scripts?
There's a flag for the make program that causes the compilation to go as far as possible to show as many errors as possible.
From make(1):
-k, --keep-going
Continue as much as ...
2
votes
1answer
40 views
configure error (warning) - about cofee?
Got the warning from configure (last line):
checking for getpagesize... yes
checking for working mmap... yes
checking for ftruncate... yes
checking for memcmp... yes
checking for memcpy... yes
...
2
votes
1answer
315 views
What's the difference of `./configure` option `--build`, `--host` and `--target`?
The script ./configure accepts 3 options --build, --host and --target. I'm confusing their roles. What's the difference and semantics of them?
2
votes
1answer
215 views
Inconsistent results from AC_CHECK_FUNCS
I am having a problem with a configure script verifying the presence of some basic functions,
AC_CHECK_FUNCS([floor gettimeofday memset pow sqrt sin exp])
Under certain criteria, the results are ...
2
votes
2answers
2k views
configure does not recognize androideabi
I am trying to compile a library using android-ndk-r5 standalone toolchain and autotools. When doing a ./configure, it fails with:
$ ./configure --host=arm-linux-androideabi
...snip...
checking host ...
2
votes
1answer
216 views
How configure script decides to regenerate itself
When I run ./configure sometimes it decides that it's too old and re-runs autoconf through missing script to regenerate itself. Sometimes it leads to weird breakages since autoconf on
the target ...