Skip to content

Instantly share code, notes, and snippets.

@oki
Created January 20, 2010 16:01
Show Gist options
  • Select an option

  • Save oki/281947 to your computer and use it in GitHub Desktop.

Select an option

Save oki/281947 to your computer and use it in GitHub Desktop.
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DDATADIR=\"/usr/local/share/ekg\" -fvisibility=hidden -fvisibility=hidden -I/usr/include/readline -g -O2 -Wall -std=c99 -MT readline_la-main.lo -MD -MP -MF .deps/readline_la-main.Tpo -c -o readline_la-main.lo `test -f 'main.c' || echo './'`main.c
gcc -DHAVE_CONFIG_H -I. -I../.. -DDATADIR=\"/usr/local/share/ekg\" -fvisibility=hidden -fvisibility=hidden -I/usr/include/readline -g -O2 -Wall -std=c99 -MT readline_la-main.lo -MD -MP -MF .deps/readline_la-main.Tpo -c main.c -fno-common -DPIC -o .libs/readline_la-main.o
main.c: In function 'sigint_handler':
main.c:43: warning: implicit declaration of function 'rl_delete_text'
main.c:46: warning: implicit declaration of function 'rl_forced_update_display'
main.c: In function 'readline_ui_window_switch':
main.c:124: warning: implicit declaration of function 'rl_expand_prompt'
main.c: In function 'readline_plugin_init':
main.c:301: warning: assignment from incompatible pointer type
main.c:302: error: 'rl_event_hook' undeclared (first use in this function)
main.c:302: error: (Each undeclared identifier is reported only once
main.c:302: error: for each function it appears in.)
main.c:308: warning: implicit declaration of function 'rl_set_key'
main.c:335: warning: implicit declaration of function 'rl_get_screen_size'
make[3]: *** [readline_la-main.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment