[comp.lang.perl] Patch12 on VAX/Ultrix2.0

merlyn@iwarp.intel.com (Randal Schwartz) (03/06/90)

Well, I took a bit of time to get Patch 12 up on all my machines.
Sun3/Sunos4.0[.3], Sun4/Sunos4.0, and Sun386i/Sunos4.0.1 worked fine.
However, my VAXen running Ultrix 2.0 somehow insisted on considering
'volatile' to be a valid attribute.  So, now there are *two* things to
fix in config.sh at that nearly-last prompt.  To wit (ala 'ed'
commands):

	/ndbm/s/define/undef/
	/volatile/s/define/undef/

Otherwise, it works with all the default answers.

Larry, for the few other poor souls that are stuck with 4-year-old
Ultrix bits, please put this in the next README, or figure out why it
might be indicating that 'volatile' exists in a crufty old compiler.

$_="Just another Perl hacker,";s`.`sleep 1;echo -n "$&" >&2`eg;
-- 
/=Randal L. Schwartz, Stonehenge Consulting Services (503)777-0095 ==========\
| on contract to Intel's iWarp project, Beaverton, Oregon, USA, Sol III      |
| merlyn@iwarp.intel.com ...!any-MX-mailer-like-uunet!iwarp.intel.com!merlyn |
\=Cute Quote: "Welcome to Portland, Oregon, home of the California Raisins!"=/

lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) (03/06/90)

In article <1990Mar5.174749.23148@iwarp.intel.com> merlyn@iwarp.intel.com (Randal Schwartz) writes:
: Larry, for the few other poor souls that are stuck with 4-year-old
: Ultrix bits, please put this in the next README, or figure out why it
: might be indicating that 'volatile' exists in a crufty old compiler.

What we need is a test case that will blow up for your compiler.  Could
you come up with something shorter than perl itself?  I don't have access
to a "classic" Ultrix.

: $_="Just another Perl hacker,";s`.`sleep 1;echo -n "$&" >&2`eg;

Not portable, alas.

Larry