Release: 1.9.16
Environment
sparc-sun-solaris2.9
Compiler: Sun Studio 10
Description
misc.c uses setenv(), which does not exist on Solaris
How To Repeat
Compile on Solaris.
Fix
Use putenv(). See attached patch.
Release: 1.9.16
sparc-sun-solaris2.9
Compiler: Sun Studio 10
misc.c uses setenv(), which does not exist on Solaris
Compile on Solaris.
Use putenv(). See attached patch.
The provied patch won't work as it writes to
read-only/unallocated memory. We will provide a gnulib
replacement function.