Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!swrinde!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: REGEX on AIX V. 2.2.1? Message-ID: <5365@awdprime.UUCP> Date: 15 Feb 91 15:49:08 GMT References: <1991Feb15.023049.17336@agate.berkeley.edu> Sender: news@awdprime.UUCP Reply-To: mbrown@testsys.austin.ibm.com (Mark Brown) Distribution: usa Organization: IBM Austin, TX Lines: 16 geoff@mindseye.berkeley.edu (Geoffrey Ghose) writes: > I am trying to compile Xrn V. 6.4, which needs either the SYSV REGEX > package or the BSD re_comp, re_exec functions. > Is either one available or are there any substitues? The BSD regular expression handling is found in libbsd.a, and you compile with the -D_BSD flag and link in this library. Look in libPW.a for the PW functions. Look in regexp.h for the "compile()"-style functions. 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.