nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nel] NeL compilation issues on nelns and snowballs2


From: David MENTRE
Subject: [Nel] NeL compilation issues on nelns and snowballs2
Date: 23 Mar 2002 22:28:45 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Hello all,

Today (saturday 2002-03-23), I wanted to test the latest NeL and
snowballs. Unfortunatly, both nelns and snowballs2 compilation failed
(some symbols are not found at linking step).Is something missing in the
public CVS tree? In my opinion, it looks more as a configure issue.  I
had no issues to compile nel itself however. And once compiled, nel has
been correctly installed in the corresponding directory.


The commands I have used:
  514  cd nel
  517  ./configure --with-stlport=/usr/local/Installed/STLport4.5/ 
--enable-sound --enable-ai --with-openal=/usr/local/Installed/OpenAL-1.0/ 
--prefix=/usr/local/Installed/NeL
  518  nice make
         [ wait few hours on my Celeron/500 :-) ]
  519  make install

  520  cd ../nelns
  522  ./configure --with-stlport=/usr/local/Installed/STLport4.5 
--with-nel=/usr/local/Installed/NeL --prefix=/usr/local/Installed/NeL
  523  time nice make
         [ compilation fails ]

  526  cd ../snowballs2
  528  ./configure --with-stlport=/usr/local/Installed/STLport4.5 
--with-nel=/usr/local/Installed/NeL 
--with-openal=/usr/local/Installed/OpenAL-1.0 --prefix=/usr/local/Installed/NeL
  529  time nice make
         [ compilation fails ]


My config: STLPort4.5, Gnu/Linux Debian 3.0 (woody), XFree 4.1.0 with
           corresponding Mesa, gcc 2.95.4.

One last though: maybe nelns and snowballs expect to have nel compiled
with debug options? Anyway, even in that case it would be a configure
issue.

Best regards,
d.

Error message for nelns:

c++ -O3 -DNL_RELEASE -D_REENTRANT 
-I/usr/local/Installed/STLport4.5/include/stlport 
-I/usr/local/Installed/NeL/include -o login_service connection_client.o 
connection_ws.o login_service.o  -L/usr/local/Installed/STLport4.5/lib 
-lstlport_gcc -L/usr/local/Installed/NeL/lib
connection_client.o: In function `cryptPassword(_STL::basic_string<char, 
_STL::char_traits<char>, _STL::allocator<char> > const &)':
connection_client.o(.text+0xf3): undefined reference to `crypt'
connection_client.o: In function `checkPassword(_STL::basic_string<char, 
_STL::char_traits<char>, _STL::allocator<char> > const &, 
_STL::basic_string<char, _STL::char_traits<char>, _STL::allocator<char> > const 
&)':
connection_client.o(.text+0x14a): undefined reference to 
`NLMISC::createDebug(void)'
connection_client.o(.text+0x15a): undefined reference to `NLMISC::WarningLog'
connection_client.o(.text+0x15f): undefined reference to 
`NLMISC::CLog::setPosition(int, char *)'
connection_client.o(.text+0x172): undefined reference to `NLMISC::WarningLog'
connection_client.o(.text+0x177): undefined reference to 
`NLMISC::CLog::displayNL(char const *,...)'
connection_client.o(.text+0x19c): undefined reference to `crypt'
connection_client.o: In function `addUser(_STL::basic_string<char, 
_STL::char_traits<char>, _STL::allocator<char> > &, _STL::basic_string<char, 
_STL::char_traits<char>, _STL::allocator<char> > &)':
connection_client.o(.text+0x841): undefined reference to 
`NLMISC::createDebug(void)'
connection_client.o(.text+0x854): undefined reference to `NLMISC::WarningLog'
connection_client.o(.text+0x859): undefined reference to 
`NLMISC::CLog::setPosition(int, char *)'
connection_client.o(.text+0x86c): undefined reference to `NLMISC::WarningLog'
connection_client.o(.text+0x871): undefined reference to 
`NLMISC::CLog::displayNL(char const *,...)'
connection_client.o: In function `cbClientVerifyLoginPassword(NLNET::CMessage 
&, NLNET::CBufSock *, NLNET::CCallbackNetBase &)':
connection_client.o(.text+0xb24): undefined reference to 
`NLNET::CInetAddress::asString(void) const'
connection_client.o(.text+0xb66): undefined reference to 
`NLMISC::CLog::displayNL(char const *,...)'
connection_client.o(.text+0x1184): undefined reference to 
`NLMISC::CLog::displayNL(char const *,...)'
connection_client.o(.text+0x1264): undefined reference to 
`NLMISC::CLog::displayNL(char const *,...)'
connection_client.o(.text+0x12a9): undefined reference to 
`NLMISC::CLog::displayNL(char const *,...)'
connection_client.o(.text+0x12f4): undefined reference to 
`NLMISC::CLog::displayNL(char const *,...)'
connection_client.o(.text+0x1339): more undefined references to 
`NLMISC::CLog::displayNL(char const *,...)' follow
connection_client.o: In function `cbClientVerifyLoginPassword(NLNET::CMessage 
&, NLNET::CBufSock *, NLNET::CCallbackNetBase &)':
connection_client.o(.text+0x27ce): undefined reference to 
`NLNET::CMessage::CMessage(NLMISC::CStringIdArray &, _STL::basic_string<char, 
_STL::char_traits<char>, _STL::allocator<char> > const &, bool, 
NLNET::CMessage::TStreamFormat, unsigned int)'
connection_client.o(.text+0x2845): undefined reference to 
`NLMISC::CMemStream::serial(unsigned char &)'
connection_client.o(.text+0x285b): undefined reference to 
`NLMISC::CMemStream::serial(unsigned int &)'
connection_client.o(.text+0x2df3): undefined reference to 
`NLMISC::smprintf(char *, unsigned int, char const *,...)'
connection_client.o(.text+0x36d2): undefined reference to 
`NLMISC::CMemStream::serial(_STL::basic_string<char, _STL::char_traits<char>, 
_STL::allocator<char> > &)'
connection_client.o(.text+0x36fa): undefined reference to 
`NLMISC::CMemStream::serial(_STL::basic_string<char, _STL::char_traits<char>, 
_STL::allocator<char> > &)'

[ and so on for nearly all NeL symbols I think. ]
-- 
 address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]