On 5/11/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote:
> Great. Just note that even for bsd vs. linux we need to have at least
> -ldl for dynamic library loading, which was the problem in the first
> place.
>
> bsd:
>$(MAKE) all MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN"
> MYLIBS="-Wl
John Labenski ha scritto:
On 5/10/06, Francesco Montorsi
<[EMAIL PROTECTED]> wrote:
> Ohhh, I see now, you're using configure? It doesn't give the right
> flags to build lua for unix systems.
>
> Francesco, where would you add some checks for configure's system
> determination to add lua's flags
On 5/10/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote:
> Ohhh, I see now, you're using configure? It doesn't give the right
> flags to build lua for unix systems.
>
> Francesco, where would you add some checks for configure's system
> determination to add lua's flags? In wxLua/configure or som
Hi,
sorry for late reply: I'm busy with some wx patches currently
John Labenski ha scritto:
On 5/8/06, Steve Kieu <[EMAIL PROTECTED]>
wrote:
OK now I got it working with ugly hack :-)
I undo all changes in loadlib.c and luaconf.h to its original. AND I
manually edit the $WXLUAROOTDIR/module