[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: About to give up on Lua....!
- From: Tobias Käs <tobias.kaes@...>
- Date: Tue, 29 Jul 2003 21:36:22 +0200
----- Original Message -----
From: "Ando Sonenblick" <ando@spritec.com>
> [...]
> With that declaration, I get the link error above. If I comment it out,
> that link error disappears and naturally I get another link error saying
> that luaopen_base is undefined...
> [...]
>From my experience it sounds, as if you introduce a new error,
but this new error brings the linker to stop earlier. Thus it does
not notice the real problem, of course it disappears then.
I might be wrong as well, since I never used this OS.