View Single Post
  #1  
Old 01-02-2006, 11:56 AM
CompGeek01
Fire Beetle
 
Join Date: Jul 2004
Posts: 7
Default 0.6.3 & Latest CVS compile issue

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.

Last edited by CompGeek01; 01-02-2006 at 07:59 PM..
Reply With Quote