I tried all of the following flags within <a href="http://Makefile.am">Makefile.am</a>, but the build is very persistent in making<br><br><a href="http://libpqxx-2.6.9.so">libpqxx-2.6.9.so</a>: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), not stripped
<br><br>CFLAGS += -m32<br>AM_CXXFLAGS += -m32<br>CXX_FLAGS = -m32<br>LDFLAGS = elf_i386<br>AM_LDFLAGS += elf_i386<br><br>Am I trying this from the wrong approach?<br><br>Thanks,<br>Jim<br><br><div><span class="gmail_quote">
On 9/14/07, <b class="gmail_sendername">Geeky Jim</b> <<a href="mailto:geekyj@gmail.com">geekyj@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_11504cf01a19e778_0"><span class="gmail_quote"></span>Dear list members,<br><br>I am having difficulties creating libpqxx 2.6.9 as a 32bit library on 64bit x86_64 systems. <br><br>I am running FC7 using gcc -v
<br>Using built-in specs.<br>Target: x86_64-redhat-linux
<br>Thread model: posix
<br>gcc version 4.1.2 20070502 (Red Hat 4.1.2-12)<br><br>uname -m<br>x86_64<br><br>I am still new to GNU's buildtools. I tried to insert these flags in <a href="http://Makefile.am" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Makefile.am</a> but it did not help.
<br><br>CFLAGS += -m32<br>AM_CXXFLAGS += -m32<br><br>Any pointers?<br><br>Thanks,<br><span>Jim<br>
</span>
</span></div></blockquote></div><br>