Advertisement
Guest User

Untitled

a guest
May 5th, 2025
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. root@c5799e87a84e:/src# emconfigure ./configure LDFLAGS='-sEXPORT_ES6=1'
  2. configure: ./configure LDFLAGS=-sEXPORT_ES6=1
  3. checking for gcc... /emsdk/upstream/emscripten/emcc
  4. checking whether the C compiler works... yes
  5. checking for C compiler default output file name... a.out
  6. checking for suffix of executables...
  7. checking whether we are cross compiling... no
  8. checking for suffix of object files... o
  9. checking whether the compiler supports GNU C... yes
  10. checking whether /emsdk/upstream/emscripten/emcc accepts -g... yes
  11. checking for /emsdk/upstream/emscripten/emcc option to enable C11 features... none needed
  12. configure: creating ./config.status
  13. root@c5799e87a84e:/src# emconfigure ./configure
  14. configure: ./configure
  15. checking for gcc... /emsdk/upstream/emscripten/emcc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... configure: error: in `/src':
  20. configure: error: cannot run C compiled programs.
  21. If you meant to cross compile, use `--host'.
  22. See `config.log' for more details
  23. emconfigure: error: './configure' failed (returned 77)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement