zsh-workers
 help / color / mirror / code / Atom feed
* pre3 & NEXTSTEP: strcoll, HP-PA
       [not found] <199607132107.RAA04878@nerc.com>
@ 1996-07-16 11:41 ` Gregor Hoffleit
  0 siblings, 0 replies; only message in thread
From: Gregor Hoffleit @ 1996-07-16 11:41 UTC (permalink / raw)
  To: zsh-workers

Two observations with pre3 and NEXTSTEP:

1.) NEXTSTEP defines a strcoll() in <ansi/string.h>, but this is  
definitely something else:

  extern size_t strcoll(char *to, size_t maxsize, const char *from);

The effect is that configure #defines HAVE_STRCOLL, but compilation  
fails. You have to manually #undef HAVE_STRCOLL. Is there any way  
to care for this automatically ?


2.) Not an pre3 issue, not even a zsh specific: autoconf-2.10 and  
below fails to detect NEXTSTEP 3.x running on HP-PA machines, and  
configure crashes. I've reported this to bug-gnu-utils, but didn't  
get any reaction yet. The following is an quick (dirty?) fix for  
this:

Change line 151 in config.sub from

	      | hppa1.0-* | hppa1.1-* | alpha-* | ...
to
	      | hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | ...
	


	Gregor


---
| Gregor Hoffleit          admin MATHInet / contact RhiNO |
| MAIL: Mathematisches Institut   PHONE: (49)6221 54-5771 |
| INF 288, 69120 Heidelberg / Germany        FAX: 54-8312 |
| EMAIL: flight@mathi.uni-heidelberg.de  (NeXTmail, MIME) |



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-07-16 11:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <199607132107.RAA04878@nerc.com>
1996-07-16 11:41 ` pre3 & NEXTSTEP: strcoll, HP-PA Gregor Hoffleit

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).