Re: pth_uctx_* (was: Re: pth_msgport_create() and pth_mctx_*())

2002-11-07 Thread Matthew Mondor
On Sun, Nov 03, 2002 at 11:02:53AM +0100, Ralf S. Engelschall wrote:

> On Thu, Oct 24, 2002, Matthew Mondor wrote:
> 
> >
> > Yes, that is also why I suggest to perhaps provide an SVR4/SUS like
> > interface, which could consist of C functions... and then exported and
> > documented. The API is already well known so it could be a plus...
> > [...]
> 
> I've now finished this TODO list point, too. Details you can find
> under http://cvs.ossp.org/chngview?cn=2718. For trying it out fetch
> the snapshot ftp://ftp.ossp.org/pkg/lib/pth/pth-SNAP-20021103.tar.gz
> or higher. An example you can find in test_uctx.c. Documentation is in
> pth.pod.

Thank you very much, I will try to test it soon.

Matt

__
GNU Portable Threads (Pth)http://www.gnu.org/software/pth/
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager (Majordomo)   [EMAIL PROTECTED]



Re: [ANNOUNCE] GNU Pth 2.0b0 (beta version)

2002-11-07 Thread Ralf S. Engelschall
On Thu, Nov 07, 2002, Jason Evans wrote:

> [...]
> I built pth as such:
>
>   ./configure --enable-syscall-hard
>   make
>   make test
>   make install
>
> It appears that pth now has a dependency on libdl (specifically dlopen(),
> dlsym(), and dlclose()), and `pth-config --libs` does not specify -ldl.

You have to use "pth-config --all --libs" to also get external
dependency libs, too.
   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
GNU Portable Threads (Pth)http://www.gnu.org/software/pth/
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager (Majordomo)   [EMAIL PROTECTED]



Re: [ANNOUNCE] GNU Pth 2.0b0 (beta version)

2002-11-07 Thread Jason Evans
On Thu, Nov 07, 2002 at 05:13:58PM +0100, Ralf S. Engelschall wrote:
> After integrating lots of pending bugfixes and enhancements into
> the official GNU Pth source tree I've rolled an official 2.0b0
> version which is available from the OSSP project environment
> under http://www.ossp.org/pkg/lib/pth/. Fetch the tarball from:
> ftp://ftp.ossp.org/pkg/lib/pth/pth-2.0b0.tar.gz The complete ChangeLog
> you can find under http://cvs.ossp.org/pkg/lib/pth/ChangeLog. Please
> give feedback to make GNU Pth 2.0 as good as it can be.

I built pth as such:

./configure --enable-syscall-hard
make
make test
make install

It appears that pth now has a dependency on libdl (specifically dlopen(),
dlsym(), and dlclose()), and `pth-config --libs` does not specify -ldl.

Jason
__
GNU Portable Threads (Pth)http://www.gnu.org/software/pth/
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager (Majordomo)   [EMAIL PROTECTED]



[ANNOUNCE] GNU Pth 2.0b0 (beta version)

2002-11-07 Thread Ralf S. Engelschall
After integrating lots of pending bugfixes and enhancements into
the official GNU Pth source tree I've rolled an official 2.0b0
version which is available from the OSSP project environment
under http://www.ossp.org/pkg/lib/pth/. Fetch the tarball from:
ftp://ftp.ossp.org/pkg/lib/pth/pth-2.0b0.tar.gz The complete ChangeLog
you can find under http://cvs.ossp.org/pkg/lib/pth/ChangeLog. Please
give feedback to make GNU Pth 2.0 as good as it can be.

Yours,
   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
GNU Portable Threads (Pth)http://www.gnu.org/software/pth/
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager (Majordomo)   [EMAIL PROTECTED]