Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char gcc_jit_context_acquire ();
- | int
- | main ()
- | {
- | return gcc_jit_context_acquire ();
- | ;
- | return 0;
- | }
- configure:16564: result: no
- configure:16575: error: ELisp native compiler was requested, but libgccjit was not found.
- Please try installing libgccjit or a similar package.
- If you are sure you want Emacs be compiled without ELisp native compiler,
- pass the --without-native-compilation option to configure.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement