28 Feb
2002
28 Feb
'02
4:17 p.m.
On Thu, 28 Feb 2002, Stan Jefferson wrote:
hmm try to change ao_plugin.c line 39 to: volatile ao_plugin_data_t ao_plugin_data; // Data used by the plugins
(so, add 'volatile' at the beginning of the line)
and tell me if it solved the problem.
The suggested patch solves the problem under redhat gcc pre-3.1.
It finally worked for me too (gcc 3.0.1) Disregard my previous post (it seems that configure should be rerun before the try).