Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!ux1.cso.uiuc.edu!uxh.cso.uiuc.edu!ejk From: ejk@uxh.cso.uiuc.edu (Ed Kubaitis) Newsgroups: comp.lang.perl Subject: Re: Patches for RS/6000 AIX 3.1 perl Message-ID: <1990Aug15.121141.8402@ux1.cso.uiuc.edu> Date: 15 Aug 90 12:11:41 GMT Sender: usenet@ux1.cso.uiuc.edu (News) Reply-To: ejk@uxh.cso.uiuc.edu (Ed Kubaitis) Organization: University of Illinois at Urbana Lines: 11 These previously posted patches also work at perl patchlevel 28. One minor problem: When I ran Configure after applying perl patch 28, the Makefile libs parameter had -lm both before and after -lbsd, which resulted in many loader error messages regarding math routines. Removing the trailing redundant -lm fixed the problem. (-lm should appear before -lbsd to prevent a segmentation fault when the perl "**" operator is used. See the note regarding the "pow" function in /usr/lpp/bos/bsdport.) ------------------------- Ed Kubaitis (ejk@uxh.cso.uiuc.edu) Computing Services Office - University of Illinois, Urbana