bug-ncurses
[Top][All Lists]
Advanced

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

Re: Test programs on eComStation


From: Thomas Dickey
Subject: Re: Test programs on eComStation
Date: Sat, 17 Jul 2010 09:41:48 -0400 (EDT)

On Sat, 17 Jul 2010, BERTRAND Joël wrote:

        Hello,

        I think I have found a mistake in ./test/Makefile.in when ncurses is
built on eComStation (OS/2) :

iirc, I've only tested OS/2 with EMX, using the configure script regenerated with autoconf 2.13 patched with this:

ftp://invisible-island.net/autoconf/autoconf-2.13-20020210-emx.patch.gz

and using ksh.  The pathnames for that combination work well enough.

(I do have an eCom station license from a while back, but the software
and hardware combination didn't handle network access, so it's been on
a back burner since then ;-)


 $ ./configure --prefix=/usr/local CC=gcc CXX=g++
--with-readline=builtin --disable-shared --enable-static
--cache-file=/dev/null --srcdir=.

## ---------- ##
## Platform.  ##
## ---------- ##

hostname = HILBERT
uname -m = i386
uname -r = 1
uname -s = OS/2
uname -v = 2.45

        All libraries are built in lib directory :

[C:\programs\rpl\tools\ncurses-5.7-20100619]ls -l lib
total 9756
-rw-r--r-- 1 0 0  901832 2010-07-17 13:57 form_g.a
-rw-r--r-- 1 0 0  837046 2010-07-17 13:57 form.a
-rw-r--r-- 1 0 0  548170 2010-07-17 13:57 menu_g.a
-rw-r--r-- 1 0 0  503072 2010-07-17 13:57 menu.a
-rw-r--r-- 1 0 0 3347324 2010-07-17 13:56 ncurses_g.a
-rw-r--r-- 1 0 0 2992386 2010-07-17 13:56 ncurses.a
-rw-r--r-- 1 0 0  306378 2010-07-17 00:08 ncurses++.a
-rw-r--r-- 1 0 0  273312 2010-07-17 00:05 panel_g.a
-rw-r--r-- 1 0 0  258184 2010-07-17 00:05 panel.a

but without lib prefix, and in test/Makefile, all programs wait for :


_______________________________________________
Bug-ncurses mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-ncurses


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

reply via email to

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