bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses build issue


From: Malay HALDER
Subject: ncurses build issue
Date: Thu, 21 Feb 2008 14:58:16 +0530
User-agent: Thunderbird 2.0.0.0 (X11/20070510)

hello ncurses maintainer,

i am trying to build ncurses-5.6 on a solaris workstation
but the build is failing repeatedly with this output..

make[3]: Leaving directory `/users/toolsrd/ws/si_ctoolrd/ncurses/production/objects/ncurses-5.4/ncurses'
cd progs && /users/dhs3too/dhs/gnu/bin/make DESTDIR="" all
make[3]: Entering directory `/users/toolsrd/ws/si_ctoolrd/ncurses/production/objects/ncurses-5.4/progs'
sh /users/toolsrd/ws/si_ctoolrd/ncurses/production/sources/ncurses-5.4/progs/MKtermsort.sh nawk /users/toolsrd/ws/si_ctoolrd/ncurses/production/sources/ncurses-5.4/progs/../include/Caps >termsort.c
echo "#define PROG_CAPTOINFO \"`echo captoinfo| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >transform.h
echo "#define PROG_INFOTOCAP \"`echo infotocap| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h
echo "#define PROG_RESET     \"`echo reset|     sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\""     >>transform.h
echo "#define PROG_INIT      \"`echo init|      sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\""      >>transform.h
cd ../obj_s;  cc -I../progs -I/users/toolsrd/ws/si_ctoolrd/ncurses/production/sources/ncurses-5.4/progs -DHAVE_CONFIG_H -I/users/toolsrd/ws/si_ctoolrd/ncurses/production/sources/ncurses-5.4/progs/../include -I. -I../include  -D__EXTENSIONS__ -I/tools/openbin/ncurses/5.4/sparc-sun-solaris8/include/ncurses  -KPIC -c /users/toolsrd/ws/si_ctoolrd/ncurses/production/sources/ncurses-5.4/progs/tic.c
cd ../obj_s;  cc -I../progs -I/users/toolsrd/ws/si_ctoolrd/ncurses/production/sources/ncurses-5.4/progs -DHAVE_CONFIG_H -I/users/toolsrd/ws/si_ctoolrd/ncurses/production/sources/ncurses-5.4/progs/../include -I. -I../include  -D__EXTENSIONS__ -I/tools/openbin/ncurses/5.4/sparc-sun-solaris8/include/ncurses  -KPIC -c /users/toolsrd/ws/si_ctoolrd/ncurses/production/sources/ncurses-5.4/progs/dump_entry.c
cc ../obj_s/tic.o ../obj_s/dump_entry.o -R/tools/openbin/ncurses/5.4/sparc-sun-solaris8/lib -I../progs -I/users/toolsrd/ws/si_ctoolrd/ncurses/production/sources/ncurses-5.4/progs -DHAVE_CONFIG_H -I/users/toolsrd/ws/si_ctoolrd/ncurses/production/sources/ncurses-5.4/progs/../include -I. -I../include  -D__EXTENSIONS__ -I/tools/openbin/ncurses/5.4/sparc-sun-solaris8/include/ncurses  -KPIC  -o tic
Undefined                       first referenced
 symbol                             in file
curses_version                      ../obj_s/tic.o
tparm                               ../obj_s/tic.o
_nc_disable_period                  ../obj_s/tic.o
_nc_tic_expand                      ../obj_s/dump_entry.o
keyname                             ../obj_s/tic.o
_nc_set_source                      ../obj_s/tic.o
use_extended_names                  ../obj_s/tic.o
boolfnames                          ../obj_s/dump_entry.o
_nc_user_definable                  ../obj_s/dump_entry.o
numfnames                           ../obj_s/dump_entry.o
_nc_rootname                        ../obj_s/tic.o
_nc_write_entry                     ../obj_s/tic.o
_nc_check_termtype                  ../obj_s/tic.o
_nc_head                            ../obj_s/tic.o
_nc_tail                            ../obj_s/tic.o
boolcodes                           ../obj_s/dump_entry.o
boolnames                           ../obj_s/dump_entry.o
_nc_visbuf                          ../obj_s/tic.o
_nc_get_hash_table                  ../obj_s/dump_entry.o
_nc_tic_written                     ../obj_s/tic.o
strfnames                           ../obj_s/dump_entry.o
_nc_resolve_uses                    ../obj_s/tic.o
_nc_read_entry_source               ../obj_s/tic.o
_nc_tic_dir                         ../obj_s/tic.o
_nc_curr_col                        ../obj_s/tic.o
_nc_set_type                        ../obj_s/tic.o
_nc_infotocap                       ../obj_s/dump_entry.o
_nc_doalloc                         ../obj_s/tic.o
strcodes                            ../obj_s/dump_entry.o
strnames                            ../obj_s/tic.o
_nc_tracing                         ../obj_s/tic.o
numcodes                            ../obj_s/dump_entry.o
numnames                            ../obj_s/dump_entry.o
_nc_visbuf2                         ../obj_s/tic.o
_nc_warning                         ../obj_s/tic.o
_nc_first_name                      ../obj_s/tic.o
_nc_tinfo_fkeys                     ../obj_s/tic.o
_nc_find_entry                      ../obj_s/dump_entry.o
_nc_tparm_err                       ../obj_s/tic.o
_nc_curr_line                       ../obj_s/tic.o
_nc_set_writedir                    ../obj_s/tic.o
_nc_name_match                      ../obj_s/tic.o
ld: fatal: Symbol referencing errors. No output written to tic
make[3]: *** [tic] Error 1
make[3]: Leaving directory `/users/toolsrd/ws/si_ctoolrd/ncurses/production/objects/ncurses-5.4/progs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/users/toolsrd/ws/si_ctoolrd/ncurses/production/objects/ncurses-5.4'
make[1]: *** [build-ncurses] Error 2
make[1]: Leaving directory `/users/toolsrd/ws/si_ctoolrd/ncurses/code/5.4'
*** Error code 2
dmake: Fatal error: Command failed for target `build'


>>as per the debugging messages the make file while building is including some libraries anf header files from the package itself then what can be the reason for this build failure.

Note: Infact i dig a little dip in the source tree but i couldn't find any of this references on any of the present header files.

It will be of great help to me if you can guide me in case of any error.If there is any dependency to any libraries please let me know .I assure my system is having cc,sed,awk..anything else do i need

thanks & regards
Malay Halder

reply via email to

[Prev in Thread] Current Thread [Next in Thread]