Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!jarthur!elroy.jpl.nasa.gov!ames!dftsrv!hq!mitch From: mitch@hq.af.mil (Mitch Wright) Newsgroups: comp.lang.perl Subject: Re: Sun-3 and pl44 Message-ID: Date: 16 Jan 91 18:38:24 GMT References: <585@sunny.ucdavis.edu> Sender: mitch@hq.afcsa.af.mil Organization: Air Force HQ, The Pentagon Lines: 20 In-reply-to: poage@sunny.ucdavis.edu's message of 14 Jan 91 21:35:02 GMT /* * On 14 Jan 91 21:35:02 GMT, * poage@sunny.ucdavis.edu (Tom Poage) said: * */ Tom> FYI, op.dbm has an infinite while loop when patch Tom> level 44 is compiled with gcc (1.37.1) on a Sun-3 (4.0.3). Tom> Apparently, reading from an empty ndbm file returns nulls Tom> (as opposed to undefs or EOF). I had the same problem, but subsequently canceled the article after receiving a blindingly fast reply from Larry. The problem is probably due to the fact the -fpcc-struct-return was not in your CFLAGS. That alone fixed the problem for me. Good Luck! ..mitch