nel-all
[Top][All Lists]
Advanced

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

Re: [Nel] Unable to compile nelns on linux


From: David MENTRE
Subject: Re: [Nel] Unable to compile nelns on linux
Date: 24 Jan 2002 20:00:33 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Hi Cedric,

Cedric Valignat <address@hidden> writes:

> I fixed it and that will be available on the public cvs tonigth.

It does not seem to be fixed:

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

Even if the libraries are correctly found:

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/ --prefix=/usr/local/Installed/NeL/
[...]
checking for -lnelmisc... yes
checking for -lnelnet... yes


BTW, speaking of the configure scripts, why is it necessary to give all
--with-stlport, --with-stlport-include and --with-stlport-lib options? I
though that a single --with-stlport would be sufficient.

For example:
address@hidden:~/pub/NeL/code/nelns$ ./configure 
--with-stlport=/usr/local/Installed/STLport4.5 
--with-nel=/usr/local/Installed/NeL/ --prefix=/usr/local/Installed/NeL/
[...]
checking for STLPort headers... no
checking for STLPort libraries... /usr/local/Installed/STLport4.5/lib
configure: error: STLPort must be installed (http://www.stlport.org).

It works if I give also -lib and -include options.


Sorry for the always bad news,
Best regards,
d.
-- 
 address@hidden


reply via email to

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