Thread: Debian Lenny
View Single Post
  #1  
Old 11-06-2008, 06:34 AM
Kobaz
Hill Giant
 
Join Date: Nov 2008
Location: Gold Coast, Oz
Posts: 119
Default Debian Lenny

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?
Reply With Quote