Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 1997 11:06:41 -0700 (PDT)
From:      Vincent Poy <vince@venus.GAIANET.NET>
To:        Peter Wemm <peter@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.bin/login Makefile
Message-ID:  <Pine.BSF.3.96.970905110624.240P-100000@venus.GAIANET.NET>
In-Reply-To: <199709051200.FAA05376@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 5 Sep 1997, Peter Wemm wrote:

> peter       1997/09/05 05:00:01 PDT
> 
>   Modified files:
>     usr.bin/login        Makefile 
>   Log:
>   If building elf, don't link in libmd.a just for libskey.so to use.  Under
>   elf, libskey.so will not expose it's implementation on it's caller.
>   
>   Revision  Changes    Path
>   1.17      +9 -3      src/usr.bin/login/Makefile
> 

	THis one fails at:

cc -O -DSKEY -DLOGIN_ACCESS -DLOGALL -DLOGIN_CAP    -c
/usr/src/usr.bin/login/login.c
cc -O -DSKEY -DLOGIN_ACCESS -DLOGALL -DLOGIN_CAP    -c
/usr/src/usr.bin/login/login_access.c
cc -O -DSKEY -DLOGIN_ACCESS -DLOGALL -DLOGIN_CAP    -c
/usr/src/usr.bin/login/login_fbtab.c
cc -O -DSKEY -DLOGIN_ACCESS -DLOGALL -DLOGIN_CAP     -o login login.o
login_access.o login_fbtab.o  -lutil -lskey -lcrypt lmd
cc: lmd: No such file or directory
*** Error code 1

Stop.






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970905110624.240P-100000>