wolfclostermann
wolfclostermann
I tried following ssokolow's directions, but when I try `CC='gcc -m32' OBJC='gcc -m32' LIBS='-lSDL-1.2 -lX11 -ldb-5.3' ../../src/configure --build=i686-pc-linux` I get configure: error: C compiler cannot create executables And when I...
I have reformatted it now, apologies. This is on OpenSUSE Tumbleweed. I have installed the various build packages that would correspond to build-essential and was able to build syn68k successfully....
OK, turns out my problem was libSDL requires libpulse and that wasn't getting installed. I've now got a new problem. The configure script appears to complete without errors, but running...
Thanks, just tried that but the same errors occur. I had tried running make clean before running the configure and make, but I hadn't tried nuking the whole directory. Separately...