autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ralf Wildenhues
Subject: Re: How to compile 32bit library on 64bit x86_64 systems?
Date: Fri, 14 Sep 2007 20:17:27 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]