Skip to content
Prev 75581 / 398502 Next

Compilation failures: mgcv, spatstat, Matrix, cluster

On 8/13/05, Paul Roebuck <roebuck at odin.mdacc.tmc.edu> wrote:
Thanks for the suggestion, Paul.  I wasn't quite as sloppy as it may
seem.  I recently introduced the iohb.[hc] and mmio.[hc] files from
NIST into the Matrix package but I didn't check them thoroughly before
doing so.  I should have.  Those are not the only antiquated C
constructs in those files.  The author of iohb.c also assumes that he
can pass a string constant to a function that modifies the contents of
that argument and, of course, gcc will produce code that segfaults at
that point if you do not use -fwriteable-strings and we don't want to
do that.