Created
January 7, 2010 09:15
-
-
Save relrod/271104 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mv libcint.so ../libcint.so | |
test -f libcint.a \ | |
&& cp libcint.a .. \ | |
|| true | |
gmake[1]: Leaving directory `/usr/ports/lang/cint/work/cint-5.16.19/src' | |
g++ \ | |
-o main/G__cppmain.o -O2 -fPIC -DG__GNUREADLINE -DG__SHAREDLIB -DG__OSFDLL -DG__ANSI -DG__ERRORCALLBACK -DG__SIGNEDCHAR -DG__NEWSTDHEADER -DG__CINT_VER6 -DG__NATIVELONGLONG -DG__P2FCAST -DG__STD_EXCEPTION -DG__HAVE_CONFIG -DG__NOMAKEINFO \ | |
-c main/cppmain.cxx | |
g++ -O2 -o cint \ | |
main/G__cppmain.o \ | |
-L. -Lsrc -lcint \ | |
/usr/local/lib/libreadline.a /usr/local/lib/libncurses.a \ | |
main/G__setup.o | |
/usr/local/lib/libreadline.a(display.o)(.text+0x1fb): In function `cr': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x1153): In function `_rl_move_cursor_relative': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x1318): In function `_rl_move_cursor_relative': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x134c): In function `_rl_move_cursor_relative': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x16c2): In function `_rl_move_vert': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x1716): more undefined references to `tputs' follow | |
/usr/local/lib/libreadline.a(display.o)(.text+0x25e9): In function `update_line': | |
: undefined reference to `tgoto' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x25fb): In function `update_line': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x2743): In function `update_line': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x2b89): In function `update_line': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x2bba): In function `update_line': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x2bf3): In function `update_line': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x2dd8): In function `update_line': | |
: undefined reference to `tgoto' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x2de8): In function `update_line': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x40b5): In function `rl_redisplay': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x227): In function `_rl_clear_screen': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(display.o)(.text+0x1069): In function `_rl_clear_to_eol': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x14f): In function `rl_ding': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x18d): more undefined references to `tputs' follow | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x477): In function `_rl_get_screen_size': | |
: undefined reference to `tgetnum' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x4d8): In function `_rl_get_screen_size': | |
: undefined reference to `tgetnum' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x7be): In function `_rl_init_terminal_io': | |
: undefined reference to `tgetent' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x7e6): In function `_rl_init_terminal_io': | |
: undefined reference to `tgetstr' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x855): In function `_rl_init_terminal_io': | |
: undefined reference to `tgetflag' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x8a4): In function `_rl_init_terminal_io': | |
: undefined reference to `tgetflag' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x8f9): In function `_rl_init_terminal_io': | |
: undefined reference to `tgetflag' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x915): In function `_rl_init_terminal_io': | |
: undefined reference to `tgetflag' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x4d): In function `_rl_set_cursor': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x70): In function `_rl_set_cursor': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0x9b): In function `_rl_control_keypad': | |
: undefined reference to `tputs' | |
/usr/local/lib/libreadline.a(terminal.o)(.text+0xd1): In function `_rl_enable_meta_key': | |
: undefined reference to `tputs' | |
gmake: *** [cint] Error 1 | |
*** Error code 1 | |
Stop in /usr/ports/lang/cint. | |
178.09 real 97.83 user 4.57 sys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the same problem. Can you give me link of issue?