nel-all
[Top][All Lists]
Advanced

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

[Nel] Unable to compile nelns on linux


From: David Mentre
Subject: [Nel] Unable to compile nelns on linux
Date: 12 Jan 2002 23:10:16 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Hello,

One again, a bad news. After updating to the latest nelns code, I am now
unable to compiled it (on debian 3.0):

address@hidden:~/pub/NeL/code/nelns$ ./configure 
--with-stlport=/usr/local/Installed/STLport4.5/ 
--with-stlport-include=/usr/local/Installed/STLport4.5/include/stlport 
--with-stlport-lib=/usr/local/Installed/STLport4.5/lib/ 
--with-nel=/usr/local/Installed/NeL/ 
--with-nel-lib=/usr/local/Installed/NeL/lib --prefix=/usr/local/Installed/NeL/
[...]
checking for -lnelmisc... yes
[...]

address@hidden:~/pub/NeL/code/nelns$ nice make
[...]
make[2]: Entering directory `/home/david/pub/NeL/code/nelns/login_service'
/bin/sh ../libtool --mode=link 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 -lnelmisc -lnelnet -lcrypt 
-L/usr/local/Installed/STLport4.5/lib/  -lstlport_gcc 
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  -lnelmisc -lnelnet -lcrypt 
-L/usr/local/Installed/STLport4.5/lib/ -lstlport_gcc
/usr/bin/ld: cannot find -lnelmisc
collect2: ld returned 1 exit status

Adding -L/usr/local/Installed/NeL/lib allows the compilation:

/bin/sh ../libtool --mode=link 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 -lnelmisc -lnelnet -lcrypt 
-L/usr/local/Installed/STLport4.5/lib/  -L/usr/local/Installed/NeL/lib 
-lstlport_gcc


As something been changed recently in the nelns/configure scripts?

Best regards,
d.

PS : I have added path to NeL and STLports libraries in
     ld.so.conf. Could it explain this bad behavior? I don't think so.

address@hidden:~/pub/NeL/code/nelns$ cat /etc/ld.so.conf 
/usr/X11R6/lib
/usr/local/Installed/NeL/lib
/usr/local/Installed/STLport4.5/lib

-- 
 address@hidden


reply via email to

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