bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses 5.4 build problem


From: Christopher Parker
Subject: Re: ncurses 5.4 build problem
Date: Fri, 15 Sep 2006 21:00:56 -0500


----- Original Message ----- From: "Bob Rossi" <address@hidden>
To: "Christopher Parker" <address@hidden>
Cc: <address@hidden>
Sent: Wednesday, September 13, 2006 6:15 AM
Subject: Re: ncurses 5.4 build problem


On Tue, Sep 12, 2006 at 07:04:59PM -0500, Christopher Parker wrote:
I am trying to build ncurses 5.4 on a CentOS system. During the config and
make process I am running into errors.  I am not sure what other
information you need.  The host system is an s390 system.

The error messages I see are the following:
During config:
13:31:26 checking if /tools/bin/g++ supports vscan function...
13:31:36 stdio
13:31:37 checking for library subsets... termlib+ext_tinfo+base+ext_funcs
13:31:37 checking default library suffix...
13:31:37 checking default library-dependency suffix...
13:31:37 ./configure: line 11784: test: too many arguments
13:31:37

What does the configure file look like at line 11784? Showing a few
lines before and after would be helpful.

Bob Rossi

Bob,

I'm not sure what all you wanted. I upgraded to 5.5 based on Thomas' suggestion. I still get the same error, but it is now at line 13651. I have included more of the config output, and the section of the raw file that appears to contain the line with the error. I also get the same error during the build.

Configure text:
echo "$as_me:13629: checking default library-dependency suffix" >&5

echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6

case $DFT_LWR_MODEL in

libtool) DFT_DEP_SUFFIX='.la' ;;

normal) DFT_DEP_SUFFIX='.a' ;;

debug) DFT_DEP_SUFFIX='_g.a' ;;

profile) DFT_DEP_SUFFIX='_p.a' ;;

shared)

case $cf_cv_system_name in

cygwin*) DFT_DEP_SUFFIX='.dll' ;;

darwin*) DFT_DEP_SUFFIX='.dylib' ;;

hpux*)

case $target in

ia64*) DFT_DEP_SUFFIX='.so' ;;

*) DFT_DEP_SUFFIX='.sl' ;;

esac

;;

*) DFT_DEP_SUFFIX='.so' ;;

esac

esac

test -n "$LIB_SUFFIX" && DFT_DEP_SUFFIX="${LIB_SUFFIX}${DFT_DEP_SUFFIX}"

if test $DFT_LWR_MODEL = shared ; then

case $cf_cv_system_name in #(vi

cygwin*)

DFT_DEP_SUFFIX=".dll.a"

;;

esac

fi



Configure.log
20:34:05 checking for termio.h...
20:34:06 yes
20:34:06 checking for termios.h...
20:34:07 yes
20:34:07 checking for unistd.h... (cached) yes
20:34:08 checking whether termios.h needs _POSIX_SOURCE...
20:34:09 no
20:34:09 checking for tcgetattr...
20:34:12 yes
20:34:12 checking for vsscanf function or workaround...
20:34:15 vsscanf
20:34:15 checking for working mkstemp...
20:34:20 yes
20:34:21 checking whether setvbuf arguments are reversed...
20:34:24 no
20:34:24 checking return type of signal handlers...
20:34:26 void
20:34:26 checking for type sigaction_t...
20:34:27 no
20:34:27 checking declaration of size-change...
20:34:29 yes
20:34:29 checking for memmove...
20:34:31 yes
20:34:31 checking if poll really works...
20:34:34 yes
20:34:35 checking if we should include stdbool.h...
20:34:36 yes
20:34:36 checking for builtin bool type...
20:34:38 no
20:34:39 checking for library stdc++...
20:34:41 no
20:34:41 checking whether /tools/bin/g++ understands -c and -o together...
20:34:45 yes
20:34:45 checking how to run the C++ preprocessor...
20:34:48 /tools/bin/g++ -E
20:34:51 checking for typeinfo...
20:34:52 yes
20:34:52 checking if we should include stdbool.h... (cached) yes
20:34:52 checking for builtin bool type...
20:34:55 yes
20:34:55 checking for size of bool...
20:35:01 unsigned char
20:35:01 checking for special defines needed for etip.h...
20:35:07 MATH_H
20:35:07 checking if /tools/bin/g++ accepts parameter initialization...
20:35:09 no
20:35:09 checking if /tools/bin/g++ accepts static_cast...
20:35:11 yes
20:35:11 checking for strstream.h...
20:35:13 no
20:35:13 checking if /tools/bin/g++ supports vscan function...
20:35:24 stdio
20:35:24 checking for library subsets... termlib+ext_tinfo+base+ext_funcs
20:35:24 checking default library suffix...
20:35:25
20:35:25 checking default library-dependency suffix... ./configure: line 13651: test: too
20:35:25  many arguments
20:35:25
20:35:25 checking default object directory...
20:35:25 checking c++ library-dependency suffix... .a
20:35:25 checking where we will install curses.h... ${prefix}/include
20:35:25 checking for src modules...
20:35:25 ncurses progs tack panel menu form
20:35:27 configure: creating ./config.status
20:35:31 config.status: creating include/MKterm.h.awk
20:35:32 config.status: creating include/curses.head
20:35:35 config.status: creating include/termcap.h
20:35:36 config.status: creating include/unctrl.h







reply via email to

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