On Fri, 2007-09-14 at 09:52 -0500, Harold D. Skank wrote: > Dan, > > I've awaited this release for some time now, as I've been having > difficulty with some polygon issues on a large design. However, > following download, I was some surprised that I could not get the file > to compile. > > I should mention that I'm running Fedora-7 on an AMD-64, and I was > attempting to compile in the 32-bit mode to avoid some operational > issues that I have faced. I could run: > > CFLAGS='m32" ./configure --with-hid=gtk > > however a subsequent "make" command responded as though "configure" had > not completed. In the end I had to go back to pcb-20070208.
Could you post the config.log file from the toplevel, and any error output from make when it stops. As Al Davis pointed out, you need 32 bit libraries and their dev headers installed for this to work. I completely missed that when I suggested CFLAGS having -m32. (Did you use the "-m32" or just "m32" as you quoted?) Out of interest, what distribution are you using this with - the only distro where I've seen mixed 32 / 64 bit binaries is OpenSUSE (because the servers at Engineering are mostly 64 bit machines running OpenSUSE 10.2). Regards, Peter C. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

