Hi,
I can't see "configure" in the HEAD in my fresh cvs checkout, nor the CVS browser on source-forge.
How do I compile Gem without ./configure?
Thanks
B.
Run autoconf in the directory where configure.in is. That will generate configure.
.hc
On Jun 23, 2005, at 1:06 PM, B. Bogart wrote:
Hi,
I can't see "configure" in the HEAD in my fresh cvs checkout, nor the CVS browser on source-forge.
How do I compile Gem without ./configure?
Thanks
B. _______________________________________________ GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
________________________________________________________________________ ____
¡El pueblo unido jamás será vencido!
On Jun 23, 2005, at 1:06 PM, B. Bogart wrote:
Hi,
I can't see "configure" in the HEAD in my fresh cvs checkout, nor the CVS browser on source-forge.
How do I compile Gem without ./configure?
...simple: you have to create configure with "autoconf"...we removed configure so you'd be forced to make a new one that behaves correctly...this is discussed in /src/gnu/README.build, which isn't the most obvious place (after all, there's an old README at the cvs root)...
autoconf ./configure --with-flags-of-your-necessity make
l8r, jamie
On Thu, 23 Jun 2005, james tittle wrote:
correctly...this is discussed in /src/gnu/README.build, which isn't the most obvious place (after all, there's an old README at the cvs root)...
well, to put that into perspective, the src/Gnu directory was introduced for the linux port years ago, that was at times when it still made sense to put a "separate" and "contributed" build system in its own directory. now things have changed in terms of how gem is developed in general, thats why src/Gnu may seem a bit odd. I have chosen the name "Gnu" because at that time the autoconf system was supposed to be the prefered system for the gnu compilers and I used it for gcc on SGI too. Dunno, the old README may still be the original from Mark. for the rest, I still think that the configure script should build the official gem version without any "flags-of-your-necessity".
Guenter
autoconf ./configure --with-flags-of-your-necessity make
l8r, jamie
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev