Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Lua built without DLOPEN?: Page 1 of 4 (4 Items)
   
Lua built without DLOPEN?  
Hello,

I'm playing with Lua;and it seems that binary package
ftp://ftp.netbsd.org/pub/pkgsrc/packages/QNX/i386/6.5.0_head_20101224/lang/lua-5.1.4nb2.tgz

It is unable to load a C DLL, gives error message about dlopen not configured. In the source makefile indeed there is 
option that controls this.

Could someone give a hint why this option was excluded for QNX? If this was not intentional, could someone fix it? 

Meanwhile I'd try to build it myself from source on netbsd.org.
Which of these build targets in the makefile are best suitable for QNX 6.5: 
{ bsd freebsd generic linux macosx posix } ?

Also, I've tried to use Python 2.6 with Ctype module, but could not get it to work as well. It fails to load _ctype 
module with message "library load failed". Just cannot get past this. Does it work for anyone?

Thanks and regards,
- s.