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 persistent in making

Try not changing the package at all, but

  ./configure CPPFLAGS=-m32 LDFLAGS=-m32
  make

and if that fails, then please post the output of
  ./libtool --config
  ./libtool --version

and the part of 'make' output where libpqxx.la is created.

Cheers,
Ralf


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to