On Fri, Jun 26, 2015 at 03:25:13AM +0100 I heard the voice of Aaron Sloman, and lo! it spake thus: > "Matthew D. Fuller" <[email protected]> wrote: > > Can you even build a Hello World? > > Yes, though for a very simple test I had to add -m32 after gcc for > compiling on a 64 bit machine.
OK, that points at the compiler install being messed up; either totally pooch-screwed for the release (which seems ridiculous, though I'm grumpily unable to completely dismiss it), or you've got an incomplete install with some support package missing. You _could_ do a -m32 build of ctwm with something like % make CMAKE_EXTRAS='-DCMAKE_C_FLAGS="-m32"' allclean all (with the current code that is; if you're back on a release with imake, you're limited to hand-editing Makefiles after they're built) But I suspect that won't help you much, because you'd also have to have the 32-bit X libraries, libjpeg, etc, all installed as well. I s'pose it's _possible_ you have a 64 bit system/kernel where the entire userland is built as 32-bit except for the compiler, but that sounds even more ridiculous than the "F22 compiler is completely broken by design" case. So I'd look around gcc/binutils/etc packages to see what's missing. -- Matthew Fuller (MF4839) | [email protected] Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
