new config.guess needed

2002-10-09 Thread Jonathan Schilling
The config.guess in Pth 1.4.1 is out of date and should be updated from its source (which I think is ftp://ftp.gnu.org/gnu/config/config.guess). In particular, it is missing system identification for Caldera Open UNIX, which is present in more recent config.guess instances. Jonathan Schilling

ltconfig change for SCO builds

2002-10-09 Thread Jonathan Schilling
;; solaris*) Jonathan Schilling SCO/Caldera [EMAIL PROTECTED] __ GNU Portable Threads (Pth)http://www.gnu.org/software/pth/ User Support Mailing List[EMAIL PROTECTED] Automated

system() not mapped in syscall-soft mode

2002-10-15 Thread Jonathan Schilling
2002 @@ -1057,6 +1057,12 @@ return pth_sleep(sec); } +int __pthread_system(const char *cmd) +{ +pthread_initialize(); +return pth_system(cmd); +} + int __pthread_sigwait(const sigset_t *set, int *sig) { pthread_initialize(); Jonathan Schilling SCO/Caldera

Re: dlsym(RTLD_NEXT) alternative to syscall() for hard wrappers

2002-10-15 Thread Jonathan Schilling
Date: Tue, 15 Oct 2002 20:43:48 +0200 From: Ralf S. Engelschall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: dlsym(RTLD_NEXT) alternative to syscall() for hard wrappers On Tue, Oct 15, 2002, Jonathan Schilling wrote: Note that for this to work you have to use the dynamically