I'm getting an interesting issue when trying to compile ZONE (the final executable) on my debian system:
Note (probably harmless): No library found for -lperl
net.o(.text+0x1036): In function `NetConnection::GetIP(char*)':
/eqemu/source/01.02.06/zone/net.cpp:611: undefined reference to `Perl_Gthr_key_ptr'
net.o(.text+0x104
:/eqemu/source/01.02.06/zone/net.cpp:611: undefined reference to `Perl_Ireentrant_buffer_ptr'
net.o(.text+0x105e):/eqemu/source/01.02.06/zone/net.cpp:611: undefined reference to `Perl_Gthr_key_ptr'
net.o(.text+0x1070):/eqemu/source/01.02.06/zone/net.cpp:611: undefined reference to `Perl_Ireentrant_buffer_ptr'
net.o(.text+0x1084):/eqemu/source/01.02.06/zone/net.cpp:611: undefined reference to `Perl_Gthr_key_ptr'
net.o(.text+0x1096):/eqemu/source/01.02.06/zone/net.cpp:611: undefined reference to `Perl_Ireentrant_buffer_ptr'
net.o(.text+0x10a4):/eqemu/source/01.02.06/zone/net.cpp:611: undefined reference to `Perl_Gthr_key_ptr'
net.o(.text+0x10b6):/eqemu/source/01.02.06/zone/net.cpp:611: undefined reference to `Perl_Ireentrant_buffer_ptr'
Is it some dependency I'm missing? This snippet is follow by 5000+ lines of errors of the same nature.