Re: [PATCH] Failed linking on SCO Openserver, [PATCH] Failed linking on SCO Openserver

2002-01-30 Thread Jeff Bailey
On Fri, Jan 18, 2002 at 08:01:53PM +0100, Hrvoje Niksic wrote: Sadly, I don't know much about the SCO compiler. My experience so far is that it's broken in some crazy ways. ``find / -name alloca\* -print'' didn't return any results, however. I can try some tests today or next week if

Re: [PATCH] Failed linking on SCO Openserver

2002-01-18 Thread Jeff Bailey
On Thu, Jan 17, 2002 at 11:50:32PM +0100, Hrvoje Niksic wrote: Jeff Bailey [EMAIL PROTECTED] writes: wget 1.8 fails to link on i686-pc-sco3.2v5.0.6 Does the compiler on that machine really not have alloca()? I'm usually wary of attempts to compile `alloca.c' because they usually point

[PATCH] Failed linking on SCO Openserver

2002-01-17 Thread Jeff Bailey
wget 1.8 fails to link on i686-pc-sco3.2v5.0.6 The following patch will fix it: 2002-01-17 Jeff Bailey [EMAIL PROTECTED] * src/alloca.c: Refer to xmalloc_real, not xmalloc. Important for systems that don't natively provide xmalloc. *** src/alloca.c~ Thu Dec 2 02:42:27 1999

Re: [PATCH] Failed linking on SCO Openserver

2002-01-17 Thread Hrvoje Niksic
Jeff Bailey [EMAIL PROTECTED] writes: wget 1.8 fails to link on i686-pc-sco3.2v5.0.6 Does the compiler on that machine really not have alloca()? I'm usually wary of attempts to compile `alloca.c' because they usually point out a mistake in the configuration process.