[comp.sources.wanted] Got alloca

mark@intek01.UUCP (Mark McWiggins) (07/12/90)

I'm trying to get smail3 up on my Unix 386 box, but Wollongong's network
library calls alloca(), which is nowhere to be found on my system.

Do you have a version for 386 Unix you'd be willing to share?  I'll get
there eventually, but I'm not much of an assembly hacker, and it's slow
and painful.

Thanks in advance.
-- 
Mark McWiggins			Integration Technologies, Inc. (Intek)
+1 206 455 9935			DISCLAIMER:  I could be wrong ...
1400 112th Ave SE #202		Bellevue WA  98004
uunet!intek01!mark		Ask me about C++!

cpcahil@virtech.uucp (Conor P. Cahill) (07/13/90)

In article <273@intek01.UUCP> mark@intek01.UUCP (Mark McWiggins) writes:
>I'm trying to get smail3 up on my Unix 386 box, but Wollongong's network
>library calls alloca(), which is nowhere to be found on my system.

There is usually an alloca() in libPW.a, so try a -lPW.


-- 
Conor P. Cahill            (703)430-9247        Virtual Technologies, Inc.,
uunet!virtech!cpcahil                           46030 Manekin Plaza, Suite 160
                                                Sterling, VA 22170 

tneff@bfmny0.BFM.COM (Tom Neff) (07/13/90)

In article <1990Jul12.235022.9489@virtech.uucp> cpcahil@virtech.UUCP (Conor P. Cahill) writes:
>There is usually an alloca() in libPW.a, so try a -lPW.

Does anyone know whether SVR4 (for the 386) still has libPW.a?