If you build with -s ASSERTIONS=1 (on by default in -O0), you should see a message saying why it failed to evaluate that file.
- Alon On Tue, May 13, 2014 at 6:24 AM, Marc Agbanch <[email protected]>wrote: > > Hi, > > > I succeeded in porting a C ++ project of mine to html with embedded JS > thanks to Emscripten. > > Now, I'm currently trying to use the dlopen support. I made a test with > a simple library and it ran perfectly. I made another test with a bigger > code and then, during the execution, the dlerror() folowing my dlopen() > returned the folowing message: > > > "Could not evaluate dynamic lib: /lib_note.js" > > > > I checked the compiling options (DLOPEN_SUPPORT, MAIN_MODULE, SIDE_MODULE, > EXPORTED_FUNCTIONS, --preload-file) ,my code, the wiki, but I really don't > have a clue about what could cause that error. Any idea ? > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
