Subject: Re: pkg/7774: devel/ncurses does not build on pmax/1.4
To: None <wennmach@geo.Uni-Koeln.DE>
From: Simon Burge <simonb@netbsd.org>
List: tech-pkg
Date: 06/15/1999 09:28:41
wennmach@geo.Uni-Koeln.DE wrote:

> 
> >Description:
> 	
> The ncurses package (from the current pkgsrc as of June 14th) does not build
> on my pmax under NetBSD-1.4. The libraries in work/ncurses_1.9.9g/lib seem
> to have been built all right, but linking blue.c in work/ncurses_1.9.9g/test
> fails:
> 
> cd test; make   INSTALL_PREFIX="" all
> cc -O2 -DNDEBUG -I. -I../include -DHAVE_CONFIG_H -I.  ./blue.c ../lib/libform.so.3.4 ../lib/libmenu.so.3.4 ../lib/libpanel.so.3.4 ../lib/libncurses.so.3.4 
 -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib    -o blue
> ../lib/libform.so.3.4: undefined reference to `ind'
> ../lib/libform.so.3.4: undefined reference to `nstr'
> ../lib/libform.so.3.4: undefined reference to `e_size'
> collect2: ld returned 1 exit status

I did something (I can't remember what!) to get the ncurses package
built for 1.4.  I'm sure I sent something to one list or another
describing the problem and how I fixed it.  I'll check it out and get
back to you (and hopefully fix it properly too).

Simon.