lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>I'm having a problem with Lua 5.0 on RedHat 9.
[...]
>This only happens if I build Lua dynamically. Statically it works fine.

Perhaps RH9 needs -fPIC when you compile the source to generate shared libs.
I've had to add that to compile my posix libraru for Lua 5.0 on RH 6.2,
but not on RH 5.2 or RH 7.x.

If that doesn't solve it, we'll have to hunt a machine around here that has RH9
to see whether we can reproduced the crash.
--lhf