No, of course I'm not sure. What do you take me for?
Competent?
Good idea to check though :-)
Is there anyone out there running linux who knows how to
turn on the reporting of unaligned access errors on a linux
box? The DEC command "uac" == Unaligned Access Message
Control doesn't seem to exist.
TIA,
Angus
Angus> On the DEC Alpha running Digital Unix 3.2, compiled using
Angus> egcs-1.1.2/GNU STL:
Angus> with lyxstring: code compiles perfectly. Print dialog still
Angus> produces unaligned access errors, but the dialog now prints.
Angus> Congratulations, Allan.
JMarc> I guess that, with lyxstring, the beginning of the string is not
JMarc> aligned on a 8-bytes boundaries.
Angus> On the DEC Alpha running LinuxAlpha, compiled using
Angus> gcc-2.95.2/GNU STL:
Angus> with lyxstring: code compiles and runs perfectly. NO unaligned
Angus> access errors.
JMarc> Are you sure that reporting of unaligned access errors is turned on by
JMarc> default on linux/alpha?