Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!romp!auschs!awdprime!testsys.austin.ibm.com!mbrown From: mbrown@testsys.austin.ibm.com (Mark Brown) Newsgroups: comp.unix.aix Subject: Re: AIX v3.1: alloca and . Message-ID: <5372@awdprime.UUCP> Date: 15 Feb 91 17:29:05 GMT References: <1441@ucl-cs.uucp> Sender: news@awdprime.UUCP Reply-To: mbrown@testsys.austin.ibm.com (Mark Brown) Organization: IBM Austin, TX Lines: 24 J.Crowcroft@cs.ucl.ac.uk (Jon Crowcroft) writes: | e.g. | 1. .rusers (librpcsvc.a) | 2. .alloca (libc.a) | 3. .flock (libbsd.a?) | | can someone please: | a) explain the . instead of _ prefix | b) explain the manual page for alloca reference to mystirous cc/xlc | option to get the alloca symbol recogized * linked properly? | c) the missing-ness of rusers Can't explain rusers, sorry. alloca is a compiler built-in, look up the compiler man pages to turn on the flag that enables it. The alloca manpage explains why this was done. flock() in in libbsd.a. Compile with -D_BSD, and link in this library. Mark Brown IBM PSP Austin, TX. (512) 823-3741 VNET: MBROWN@AUSVMQ MAIL: mbrown@testsys.austin.ibm.com OR uunet!testsys.austin.ibm.com!mbrown The nice thing about standards is that there are so many to choose from! DISCLAIMER: Any personal opinions stated here are just that.