[linux-lvm] Looks like I have a problem with the dynamic linking with "lvcrea te"

Patrick Caulfield caulfield at sistina.com
Fri Nov 9 12:08:02 UTC 2001


On Fri, Nov 09, 2001 at 09:48:51AM -0500, Machon, Anthony wrote:
> Stock RH 7.1 system, with GFS,LVM from sistina. 
> 
> When I move the lv_create function into lvcreate.c there is no problem with
> parameter passing,
> when it is in its true place in the library, the parameters get mangled
> 

It's a bug in the Red Hat compiler unfortunately. To work around it compile the
tools with optimisation disabled - replace -O2 with -O0

patrick





More information about the linux-lvm mailing list