Tagged Questions

0
votes
2answers
28 views

Build system for a highly modular portable open source project

We have an Open Source software project in the very beginning. The program is thought to be highly modular: for example, the underlying database can be either sqlite, postgre, or b …
0
votes
2answers
21 views

Is it possible to compile ImageMagick with custom libxml2 on the Mac

It always seems to pick up the version from /usr/lib and there doesn't seem to be a ./configure parameter to override it. ./configure --prefix=$PREFIX --with-quantum-depth=8 --dis …
1
vote
2answers
20 views

directory for files generated by make during installation from configure, make and make install

Just assume we are installing some libraries from its source distributed by the way GNU promoted. When using "./configure --prefix" to specify where to install. (1) does make gen …
2
votes
3answers
245 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
0
votes
0answers
34 views

How to configure something like phpmyadmin in windows and linux?

When I visit http://domain.name/DIRECTORy,it should go to another DOCUMENT_ROOT. I'm using Apache,how to configure it correct in windows and linux respectively?
0
votes
0answers
7 views

Can you recommend a good resource for configuring db40 on Mono / Open SUSE?

The db40 forums seem to have sparse activity. I am seeking a blog post, article, or your input on how you installed and configured db40 for Mono on the Open SUSE / Ubuntu platform …
-1
votes
3answers
55 views

About asp.net hosting

How do I setup and configure my asp.net site and SQL Server database when I upload it to hosting server? Thank you best regards.
0
votes
3answers
50 views

configure apache with sql

Hello, 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.SQLServerDrive …
0
votes
2answers
19 views

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 o …
4
votes
3answers
149 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 …
1
vote
1answer
37 views

[autoconf] how get fully expanded variables out of configure?

hi all 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 …
0
votes
0answers
9 views

What is and how to deal with error: unknown system type i386-apple-darwin9.7.0 from configure?

I am using ./configure: MyMac:macbuild myName$ ../configure --disable-shared creating cache ./config.cache checking host system type... i386-apple-darwin9.7.0 checking target sy …
0
votes
1answer
31 views

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 ... …
0
votes
1answer
31 views

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 d …
2
votes
1answer
57 views

how to use unix configure to compile 32 bits executable on 64 bits

I want to compile a program using the standard ./configure , make, make install. I am using 64 bits machine but I want the executable to be 32 bits executable. What is the way to …

1 2 3 next
15 30 50 per page