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

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

 



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@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux