Advertisement
Guest User

Untitled

a guest
Nov 10th, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. | /* Override any GCC internal prototype to avoid an error.
  2. | Use char because int might match the return type of a GCC
  3. | builtin and then its argument prototype would still apply. */
  4. | #ifdef __cplusplus
  5. | extern "C"
  6. | #endif
  7. | char gcc_jit_context_acquire ();
  8. | int
  9. | main ()
  10. | {
  11. | return gcc_jit_context_acquire ();
  12. | ;
  13. | return 0;
  14. | }
  15. configure:16564: result: no
  16. configure:16575: error: ELisp native compiler was requested, but libgccjit was not found.
  17. Please try installing libgccjit or a similar package.
  18. If you are sure you want Emacs be compiled without ELisp native compiler,
  19. pass the --without-native-compilation option to configure.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement