Re: AW: Patch for building libcrypt.a as a DLL

2003-10-20 Thread Corinna Vinschen
On Mon, Oct 20, 2003 at 01:15:46PM +0200, Gerrit P. Haase wrote: > Hello Ralf, > > >> Libutil.a is deprecated and will not be part of future inetutils > >> releases anymore. > > > Only for cygwin or for the whole unix/linux world ? > > > > It seems that some linux based packages (as far as I kn

Re: AW: Patch for building libcrypt.a as a DLL

2003-10-20 Thread Gerrit P. Haase
Hello Ralf, >> Libutil.a is deprecated and will not be part of future inetutils >> releases anymore. > Only for cygwin or for the whole unix/linux world ? > It seems that some linux based packages (as far as I know kde releated > package) are using libutil as default, which requires additional

AW: Patch for building libcrypt.a as a DLL

2003-10-20 Thread Ralf Habacker
> On Sun, Oct 19, 2003 at 09:31:44PM +0200, Ralf Habacker wrote: > > BTW: There is another lib, libutil.a in the inetutils package, > which causes > > same libtool problems > > Please don't use libutil.a anymore. All functionality intentionally > exported from libutil.a is now exported genuinely b

Re: Patch for building libcrypt.a as a DLL

2003-10-19 Thread Corinna Vinschen
On Sun, Oct 19, 2003 at 09:31:44PM +0200, Ralf Habacker wrote: > BTW: There is another lib, libutil.a in the inetutils package, which causes > same libtool problems Please don't use libutil.a anymore. All functionality intentionally exported from libutil.a is now exported genuinely by the Cygwin

Re: Patch for building libcrypt.a as a DLL

2003-10-19 Thread Corinna Vinschen
On Sun, Oct 19, 2003 at 12:54:35PM -0400, Charles Wilson wrote: > Corinna Vinschen wrote: > > >Sure, thanks for the patch. I've changed the Makefile a bit, using > >`install -d' instead of the `if [ -d ...' expressions and adding the > >installation of a crypt.README file. > > > >Just one questio

AW: Patch for building libcrypt.a as a DLL

2003-10-19 Thread Ralf Habacker
gt; Betreff: Patch for building libcrypt.a as a DLL > > > This should make life a little simpler for those apps that use libtool > to build DLLs and depend on libcrypt -- since libtool tries very hard to > ensure that all dependencies of a DLL are themselves DLLs. > &

Re: Patch for building libcrypt.a as a DLL

2003-10-19 Thread Charles Wilson
Corinna Vinschen wrote: Sure, thanks for the patch. I've changed the Makefile a bit, using `install -d' instead of the `if [ -d ...' expressions and adding the installation of a crypt.README file. Just one question: Does an additional libcrypt.la file make sense? Meh. It might, but simply provid

Re: Patch for building libcrypt.a as a DLL

2003-10-19 Thread Corinna Vinschen
On Sat, Oct 18, 2003 at 05:21:27PM -0400, Charles Wilson wrote: > This should make life a little simpler for those apps that use libtool > to build DLLs and depend on libcrypt -- since libtool tries very hard to > ensure that all dependencies of a DLL are themselves DLLs. > > Corinna, please con

Patch for building libcrypt.a as a DLL

2003-10-18 Thread Charles Wilson
This should make life a little simpler for those apps that use libtool to build DLLs and depend on libcrypt -- since libtool tries very hard to ensure that all dependencies of a DLL are themselves DLLs. Corinna, please consider this patch. -- Chuck diff -urN crypt-1.0-2-orig/Makefile crypt-1.0-