Skip to content

Instantly share code, notes, and snippets.

@vincenzopalazzo
Created October 2, 2023 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vincenzopalazzo/bc76d4ba39f218a10b0cd401fc50f49c to your computer and use it in GitHub Desktop.
Save vincenzopalazzo/bc76d4ba39f218a10b0cd401fc50f49c to your computer and use it in GitHub Desktop.
[nix-shell:~/gittea/poke]$ cat config.log | grep readline
PATH: /nix/store/p42fvwnx9pcp5ijrj5n5qqqfbqimhrkv-readline-8.2p1/bin/
configure:59137: checking for readline
configure:59163: gcc -o conftest -g -O2 conftest.c -lreadline >&5
configure:59193: checking how to link with libreadline
configure:59195: result: -lreadline
configure:59205: checking for readline/readline.h
configure:59211: checking for readline/history.h
ac_cv_header_readline_history_h=yes
ac_cv_header_readline_readline_h=yes
gl_cv_lib_readline=yes
JITTER_READLINE_LDADD='-ljitter-readline -lreadline -lncurses'
JITTER_READLINE_LIBADD='/home/vincenzopalazzo/gittea/poke/jitter/non-convenience-lib/libjitter-readline.la -lreadline -lncurses'
LIBREADLINE='-lreadline'
LTLIBREADLINE='-lreadline'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment