conversion to git

2007-09-14 Thread Eric Blake
I'm hoping to convert the Autoconf repository to git (while still providing a CVS read-only mirror); right now, the main holdup is waiting for gnulib to pioneer the way in setting up git-cvsserver on Savannah: http://lists.gnu.org/archive/html/bug-gnulib/2007-09/msg00088.html In the meantime, d

Re: conversion to git

2007-09-14 Thread Andreas Schwab
Eric Blake <[EMAIL PROTECTED]> writes: > In the meantime, does anyone know the name of the person behind the following > user-ids, each of which has made commits to autoconf CVS but which left no > ChangeLog entry and no name in the CVS log for their actions? The various > commits were all yea

Re: conversion to git

2007-09-14 Thread Benoit SIGOURE
On Sep 14, 2007, at 4:54 PM, Eric Blake wrote: I'm hoping to convert the Autoconf repository to git (while still providing a CVS read-only mirror); ** O M G ** This is by far the best news I've heard since I read this list. Is this some sort of a global move? I've seen that Emacs also has

How to compile 32bit library on 64bit x86_64 systems?

2007-09-14 Thread Geeky Jim
Hello, I am having difficulties creating libpqxx 2.6.9 as a 32bit library on 64bit x86_64 systems. It is packaged using GNU buildtools. I tried to insert all the flags below within the Makefile.am, but the build is very persistent in making libpqxx-2.6.9.so: ELF 64-bit LSB shared object, x86-64

Re: How to compile 32bit library on 64bit x86_64 systems?

2007-09-14 Thread Ralf Wildenhues
Hello Jim, * Geeky Jim wrote on Fri, Sep 14, 2007 at 08:00:30PM CEST: > > I am having difficulties creating libpqxx 2.6.9 as a 32bit library on 64bit > x86_64 systems. > It is packaged using GNU buildtools. I tried to insert all the flags below > within the > Makefile.am, but the build is very

Re: How to compile 32bit library on 64bit x86_64 systems?

2007-09-14 Thread Geeky Jim
Hi Ralf, > Hello Jim, > > * Geeky Jim wrote on Fri, Sep 14, 2007 at 08:00:30PM CEST: > > > > I am having difficulties creating libpqxx 2.6.9 as a 32bit library on 64bit > > x86_64 systems. > > It is packaged using GNU buildtools. I tried to insert all the flags below > > within the > > Makefile.

Re: How to compile 32bit library on 64bit x86_64 systems?

2007-09-14 Thread Geeky Jim
Hi Ralf, I am one step closer. I have partially answered my own question below: On 9/14/07, Geeky Jim <[EMAIL PROTECTED]> wrote: > Hi Ralf, > > > Hello Jim, > > > > * Geeky Jim wrote on Fri, Sep 14, 2007 at 08:00:30PM CEST: > > > > > > I am having difficulties creating libpqxx 2.6.9 as a 32bit l

Re: How to compile 32bit library on 64bit x86_64 systems?

2007-09-14 Thread Geeky Jim
Is there a configure option to tell libtool to generate "sys_lib_search_path_spec" using "i386" instead of "x86_64"? Below is a clip of ./libtool --config output. I am trying to build 32bit binaries on x86_64 architecture. With Ralf's help, I was able to pass the appropriate flags to both the com

Re: How to compile 32bit library on 64bit x86_64 systems?

2007-09-14 Thread Harlan Stenn
> Is there a configure option to tell libtool to generate > "sys_lib_search_path_spec" using "i386" instead of "x86_64"? Below is > a clip of ./libtool --config output. > I am trying to build 32bit binaries on x86_64 architecture. This sounds to me a lot like a cross-compile case. You are build

Re: How to compile 32bit library on 64bit x86_64 systems?

2007-09-14 Thread Andreas Schwab
"Geeky Jim" <[EMAIL PROTECTED]> writes: > ./configure CPPFLAGS=-m32 LDFLAGS="-m32 -L/usr/lib" I think you should rather set CXX to "g++ -m32" instead of using CPPFLAGS/LDFLAGS. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, G

Re: conversion to git

2007-09-14 Thread Paul Eggert
> Eric Blake <[EMAIL PROTECTED]> writes: > >> cks 1994-09-22 Chris Siebenmann, I expect. >> gnu 1997-07-04 I think this was an administrative account, not necessarily associated with any single person. >> sac 1993-04-30 >> wood1993-04-09 Sorry, I don't know these. ___