Tim Dudgeon wrote:
>> Has anyone successfully built SRS5.05 under Linux. For me srssection is
> failing silently because
> % nodd -s $SRSICA/srs.ic $SRSICA/srs.i
> (what is run in the srssection script) falls over (segmentation fault).
>
there is a bug in srs5.0.5 that shows only when running nodd under
linux.
to fix it edit SRSSOU/futil.c, go to function FileDelete, delete the
lines
if (file->ln)
free (file->ln);
...and recompile
srsmake nodd
or
srsmake
regards
thure