[54] in pc-kerberos
Re: llibce.lib
daemon@ATHENA.MIT.EDU (Paul B. Hill )
Mon Sep 26 15:26:47 1994
To: jwh2@cornell.edu (James W. Howell)
Cc: pc-kerberos@MIT.EDU
Date: Mon, 26 Sep 94 15:25:09
From: pbh@MIT.EDU (Paul B. Hill )
Reply-To: pc-kerberos@MIT.EDU
> I'm trying to build the Winsock version of kerberos. I have
>installed
>the Microsoft Visual C++ compilier, version 1.00. But in trying the first
>part of the build it complains that it can't find LLIBCE.LIB. I have
>installed things in the default places, and I don't see any LLIBCE.LIB
>file anyplace. What am I doing wrong?? If there is some documentation
>someplacethat you think I haven't read, then please point me to it..
>Thanks..
LLIBCE.LIB is a large model library from MS. As I recall MSVC++ 1.00 does
not install the large model libraries by default. Either that or you did
not specify to install the FPU emulator versions of the library. Try
resinstalling MSVC++ using the custom option. I think there is also a way
to make it just add some new libraries which will save you a lot of time.
Someone at UMich reports that DOS portion of the distribution may also be
made in the small model. This implies that any memory model may be used so
you may just want to edit the make files to use your favorite memory model.
We have not performed any testing on mempry models other than large.
If you do build the distribution for a different memory model and it works
please post the changes to the make file and report what tests you
preformed to the list.
Paul