
"Goetz" == Goetz Isenmann
writes:
Goetz> My current strategie is, to avoid the problem in a first
Goetz> step.
Goetz> With the attached errno_ptr.{h,c} I create a shared
Goetz> library, that encapsulates the errno access, install the
Goetz> header file as /usr/pkg/include/errno_ptr.h and the shared
Goetz> lib as /usr/pkg/lib/liberrno_ptr.so
Goetz> Building ghc-6.10.4 with the attached patch (only a quick
Goetz> hack, to check the idea) I get a result, that looks much
Goetz> better.
Goetz> @Colin: Maybe you can test and use this hack.
I've finally got round to trying this. I'm having a problem which
maybe has a simple known solution.
What I have done so far:
1) Built and deployed the shared library as detailed above
2) Applied the diff with patch