Re: [ROOT] Installation problems

From: Jiri Masik (masik@pc203b.fzu.cz)
Date: Wed Sep 26 2001 - 16:05:53 MEST


Sead Dzubur <seadd1@yahoo.com> writes:

> Hi
> Well, did shoot part of the problems. Idea was that intelligent Mandrake 8.0 installer 
> doesn't install some of the libraries, so I had to manually inastall termcap library, and 
> to install shortcuts for libXpm and libg++, which was basically easy.
> After that, gmake did well, reporting no errors, until this:
> 
> g++ -O2  -o bin/rootd rootd/src/daemon.o rootd/src/error.o rootd/src/net.o 
> rootd/src/netpar.o rootd/src/rootd.o     \
> 	   -lg++ -lm -ldl -rdynamic
> rootd/src/rootd.o: In function `RootdCheckSpecialPass(char const *)':
> rootd/src/rootd.o(.text+0x1257): undefined reference to `crypt'
> rootd/src/rootd.o: In function `RootdPass(char const *)':
> rootd/src/rootd.o(.text+0x13cb): undefined reference to `crypt'
> collect2: ld returned 1 exit status
> gmake: *** [bin/rootd] Error 1
> 

Hi,

which architecture have you configured your build for? It looks like
Mandrake 8 is a recent distribution and by -lg++ and missing -lcrypt
on the command line I'd judge you ran ./configure for some older
architecture. ./configure --help should give you a list of
architectures. Try ./configure linux

        Jiri



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:00 MET