Byron Cook writes:
> Hi,
>
> im getting the following link error on an HP (uname -a = HP-UX dtthp237
> B.10.01 A 9000/770 2009624264 two-user license)
>
> /usr/ucb/ld: (Warning) Symbols named "PerformGC_wrapper" of incompatible
> types (such as CODE and DATA) were found in Env.o and AbsHLSpec.o. This
> may not be supported in future releases.
Could you compile Env.hs, AbsSpec.hs and ExceptionM.hs with
-keep-s-file-too, and tar up the resulting .s files, so that we could
have a look at what's coming out in the end? (No access to machines
running hpux here at Glasgow.)
Thanks,
--Sigbjorn