Le Mardi 27 Mai 2003 17:49, Autrijus Tang a �crit : > On Tue, May 27, 2003 at 09:23:53AM -0700, Jonathan Leffler wrote: > > I just ran into problems installing PAR 0.68 on Solaris 7 with Perl > > 5.8.0 (-V output below signature). > > Hmm, so line 47 in myldr/mktmpdir.c: > > if ( (envtmp = getenv(tmpdir)) )
If I understand correctly your code, I think it should read if ( (envtmp = getenv(tmpval)) ) Not sure why other systems don't complain though 8) G.
