I've an old Intel STL2 server that has Lenny on it. I'm trying to build the server on it, but am having a lot of grief.
With both gcc 4.1 and 4.3 I get the following:
../common/crc32.cpp: In static member function static uint32 CRC32::Update(const int8*, uint32, uint32):
../common/crc32.cpp:238: error: PIC register bx clobbered in asm
make[1]: *** [../common/crc32.o] Error 1
I notice someone else had this error, and they fixed it, but they didn't say how.
I've tried to get current source via svn, using:
svn checkout
http://projecteqemu.googlecode.com/s...nk/EQEmuServer
but this doesn't get me all the code, i.e. the ../common/* directory isn't there (or the parent Makefile, or heaps of other files).
Where am I stuffing up?