On Mon, Oct 08, 2001 at 06:39:17PM +0200, [EMAIL PROTECTED] wrote: > I guess :-) that you compiled the lvm-tools with optimization. Since > there seems to be a general problem with the lvm-tools and gcc3 (appears > also on other architectures (see lvm mailing list)) recompile the > lvm-tools without optimisation or "weak" optimisation (-O0).
-O0 is no optimisation, -O1 is weak optimisation and -O2 is most optimisations. This is normally a bug in the code, not the compiler... -- Revolutions do not require corporate support.

