-
Notifications
You must be signed in to change notification settings - Fork 435
Native lua wont work on 32bit OpenBSD #840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If there's more than one person running OpenBSD and hosting OC out there, I may look into this. |
wouldnt a general unix one work? the api is said to be consistent across posix/unix systems |
I'm pretty sure I tried re-using the libs compiled in Ubuntu and they didn't work in FreeBSD. I'm not familiar with the whole *BSD family, honestly, which is one of the reasons I won't just do it real quick - because it won't be. The difference in usage is just too big (took me ~10 minutes just to figure out I had to press scroll-lock to scroll back up the buffer). Feel invited to test this yourself. If you're running OpenBSD, which I consider somewhat exotic, I'd expect you to be able to do that ;-) |
The issue (Probably) is that BSD doesn't use glibc, which is default on Ubuntu. what I'd do is look into a way of allowing an OS with an existing build system (like every version of linux/BSD) to build their own Lua libraries on first install... although I'll assume you've already considered that. |
Not really, because I feel that's a tad beyond the scope of a mod ;-) |
doesnt dynamic linking work also when the function pointers are diffrent? or is libc static? on building the thing, i would just "make" it, or is there some extra config or dependancies? |
Actually, i think i heard once BSD had a compat thingy, may try that, wasnt there a way to force a binary? |
Well... i guess you need to build it then 😆
The text was updated successfully, but these errors were encountered: