Hey

When I try to compile a project with emscripten I get the following 
warnings (and the compilation ends with error).

*warning: unresolved symbol: glob*
*warning: unresolved symbol: globfree*

These functions are declared in glob.h situated in libc library provided by 
emscripten and found (on my filesystem) in 
/usr/share/emscripten/system/include/libc folder.

I am using emscripten version: 1.10.0~20140205~ef1e460-1

How could I get my hands on the glob bitcode file to fix the unresolved 
symbol warnings?

Also, shouldn't emscripten add the libc library automatically (see below)? 

Built in support is available for a number of standard libraries: libc, 
> libc++ and SDL. These will automatically be linked when you compile code 
> that uses them..

 
Thank you for your time.


-- 
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.

Reply via email to