Hi All,

Just for the record: this falls back to a pretty standard tracing problem 
so I solved it with ktrace (on linux it'd be strace I guess) like

ktrace -id -tn ./<sh command to compile your stuff>

which does a trace for all path "name to inode translation". So this way I 
got what's touched during compiling and just need to extract the paths that 
are necessary.

Best regards,
r0ller

2017. február 22., szerda 10:34:23 UTC+1 időpontban [email protected] a 
következőt írta:
>
> Hi All,
>
> Does anyone know what are all the necessary files/directories in an 
> emscripten portable installation (1.36.0 actually) that I need to copy if I 
> just want to make my installation work on another instance of the same vm 
> where emscripten was compiled without rebuilding everything?
>
> Thanks&regards,
> r0ller
>

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