bug-ncurses
[Top][All Lists]
Advanced

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

Re: Trouble linking ncurses on HPE NonStop - missing methods


From: Thomas Dickey
Subject: Re: Trouble linking ncurses on HPE NonStop - missing methods
Date: Tue, 23 Jun 2020 17:52:04 -0400
User-agent: NeoMutt/20170113 (1.7.2)

On Tue, Jun 23, 2020 at 12:01:32PM -0400, Randall S. Becker wrote:
> Hi All,
> 
> I have been trying to build the latest ncurses from git for the HPE NonStop
> platform. The compiles all go fine under c99, but when linking happens, we
> hit missing procs for attorn and attroff in one location. I would appreciate
> some assistance getting past this. I suspect I'm missing some define or
> include:

It's more likely a "-I" option inherited from your CFLAGS or CPPFLAGS
environment variable (or even CC, since it seems some people do that).

The linker commands won't show that.
 
> eld command line:
>    /usr/bin/eld -o blue -set systype oss -set highpin on -set highrequestor
> on
>    -set inspect on /usr/lib/ccplmain.o -call_shared ../obj_s/blue.o -L../lib
>    -lncurses -L/usr/local/lib -lfloss -lutil -lrld -optional_lib -L
>    /G/system/sys04 -lcre -lcrtl -lossk -lossf -lsec -li18n -licnv -losse
>    -linet -lossh -lossc -no_optional_lib -allow_duplicate_procs
> 
> **** ERROR **** [1210]:
>    ../obj_s/blue.o: In function `printcard':
>    ../obj_s/blue.o(.text._151958720+0x302): unresolved reference to attron.
> **** ERROR **** [1210]:
>    ../obj_s/blue.o(.text._151958720+0x382): unresolved reference to attroff.
> 
> Thanks,
> Randall
> 
> -- Brief whoami:
>  NonStop developer since approximately 211288444200000000
>  UNIX developer since approximately 421664400
> -- In my real life, I talk too much.
> 
> 
> 
> 

-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

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