Re: Building dll's and executables in same package

2004-08-30 Thread Reini Urban
Dr. Volker Zell schrieb: Yaakov == Yaakov Selkowitz writes: Yaakov OK, here's the story. I built clamav after the following steps, and Yaakov everything completed without errors, and cygcheck shows the applications Yaakov are linked to cygclamav-1.dll. But when I try running one of

Re: Can upset handle more than one prev: tag?

2004-08-30 Thread Reini Urban
Max Bowsher schrieb: Reini Urban wrote: Shouldn't we then provide a cygperl5_8.dll symlinked to cygperl5_8_5.dll also (in linux fashion), and apps should link against cygperl5_8.dll resp. a more generic libperl.dll.a then? otherwise you'll have to recompile all dependent apps. You are forgetting

Re: [ITP] pth-2.0.1-1, GNU Portable Threads

2004-08-30 Thread Reini Urban
Gerrit P. Haase schrieb: I want to contribute and maintain pth, the GNU Portable Threads. It builds without modifications since version 1.4 but I never got it managed to get a shared library, finally I succeeded now to build it with a DLL. All tests are passing.

Re: [ITP] ocaml-3.08.1-1

2004-08-30 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Igor Pechtchanski wrote: | Hi all, | | I would like to contribute and maintain ocaml | http://caml.inria.fr/ocaml/distrib.html. +1. I tested the binary package by building lablgtk2 (gtk2 bindings) against this, and it seems to work. Package layout

Re: [setup] Why does PackageSpecification have a private copy-constructor? (Robert?)

2004-08-30 Thread Robert Collins
On Mon, 2004-08-30 at 18:33 +0100, Max Bowsher wrote: I can't see why setup's PackageSpecification class has a private copy-constructor. Am I missing something? erm. to only allow the class itself to create copies. The reason why I am suddenly interested is that the C++ standard says that