guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Thread support plan with initial patch


From: Mikael Djurfeldt
Subject: Re: Thread support plan with initial patch
Date: 09 Apr 2001 15:08:30 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

NIIBE Yutaka <address@hidden> writes:

> how about having two?
> 
>  (1) libguileqthread-pthread
>      Compiled with GUILE_PTHREAD_COMPAT and linked with libpthread
>  (2) libguileqthread
>      Compiled with no GUILE_PTHREAD_COMPAT and linked with
>      no libpthread

Good idea.

> Then, Guile loads the one of them on start-up time, examining the
> application (if the application is linked with libpthread, it load
> libguileqthread-pthread, or else libguileqthread).

I don't think there's any need for dynamic selection of this.  This is
a thing which can be determined by the application writer when he
writes his Makefile.

Best,
/mdj



reply via email to

[Prev in Thread] Current Thread [Next in Thread]