On Fri, 18 Oct 2013 13:45:57 -0400, Christophe <[email protected]> wrote:


im compiling this on a 64 bit machine, and its making a 64 bit binary.
could it be that i need to build it as a 32 bit binary?  i think i tried
CC=gcc -m32 and it didnt work.

this -m32 may participate, or maybe not...
on my side i'm on 64bits with no problem.
When you say because it did not work, is it because 'configure' complained about not knowing '-m32' option? in this case, try with d-quotes: CC="gcc -m32"

yeah, when i ran configure with it that way it didnt work, but i didnt try to figure out what was wrong since it did configure and build as a 64 bit binary.

trying -m32 by hand now it seems that there is some missing 32 bit stubs.h header file. i'll see if i can get the 32bit development rpm installed.

has there been any significant changes since the release? should i be using the git version instead of the 0.95.5 tar file from the web site?


jb


--
--


--
To unsubscribe, send mail to [email protected].

Reply via email to