[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] Fwd: Kernel Compile error -lcrypt-old
At Wed, 29 Dec 2004 13:12:54 -0700,
emanuel stiebler wrote:
>
> Greg Miller wrote:
>
> > .....
> > /bin/mb-ld.real: cannot find -lcrypt-old
>
> Actually it is "-lcrypt_old" and happens (at least here) in:
> user/ftpd
>
> Do you actually need both, the lcrypt And lcrypt_old ?
no, you do not (usually).
some how microblaze's config.arch is not using common/config.arch.
that's why those things are happining.
here is a quick hack to work around. proper fix should follow soon.
happy new year.
--
yashi
config.arch | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: uClinux-dist/vendors/config/microblaze/config.arch
===================================================================
--- uClinux-dist.orig/vendors/config/microblaze/config.arch 2004-12-15 13:19:17.000000000 +0900
+++ uClinux-dist/vendors/config/microblaze/config.arch 2004-12-31 12:52:56.045773014 +0900
@@ -209,7 +209,7 @@ ifdef UCLINUX_BUILD_USER
SLIBPCAP = -lpcap
SLIBSSL = -lssl
SLIBCRYPTO = -lcrypto
- SLIBCRYPT = -lcrypt_old
+ SLIBCRYPT = -lcrypt
SLIBPTHREAD = -lpthread
ifdef BUILD_SHARED
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/