public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: ncurses problem with *line()
  2001-11-11  8:26 ` Norman Vine
@ 2001-11-11  8:26   ` Kurt Roeckx
  0 siblings, 0 replies; 3+ messages in thread
From: Kurt Roeckx @ 2001-11-11  8:26 UTC (permalink / raw)
  To: Norman Vine; +Cc: cygwin

On Wed, Nov 14, 2001 at 10:55:23AM -0500, Norman Vine wrote:
> 
> As a temporary fix you can 
> #define BROKEN_LINKER

That would be:
#define BROKEN_LINKER 1

It worked, thanks.


Kurt


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* ncurses problem with *line()
@ 2001-11-11  8:26 Kurt Roeckx
  2001-11-11  8:26 ` Norman Vine
  0 siblings, 1 reply; 3+ messages in thread
From: Kurt Roeckx @ 2001-11-11  8:26 UTC (permalink / raw)
  To: cygwin

I upgraded ncurses (and alot of other stuff) today, and it seems
to work just fine.

The problem is when I try to link my program against ncurses.  I
get a few "undefined reference to 'acs_map`".  It seems
libncurses6 doesn't have this acs_map anymore.

I also get this warning, which I think is unrelated:
Warning: resolving _stdsrc by linking to __imp__stdsrc (auto-import)

I assumed it was a libncurses6 problem, so tried to link to
libncurses5 using -lncurses5, but then ld said it couldn't find
it.

Does anybody know why it isn't working, or how to fix it?


Kurt


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: ncurses problem with *line()
  2001-11-11  8:26 ncurses problem with *line() Kurt Roeckx
@ 2001-11-11  8:26 ` Norman Vine
  2001-11-11  8:26   ` Kurt Roeckx
  0 siblings, 1 reply; 3+ messages in thread
From: Norman Vine @ 2001-11-11  8:26 UTC (permalink / raw)
  To: 'Kurt Roeckx', cygwin

	Kurt Roeckx writes:
>
>I upgraded ncurses (and alot of other stuff) today, and it seems
>to work just fine.
>
>The problem is when I try to link my program against ncurses.  I
>get a few "undefined reference to 'acs_map`".  It seems
>libncurses6 doesn't have this acs_map anymore.
>
>I also get this warning, which I think is unrelated:
>Warning: resolving _stdsrc by linking to __imp__stdsrc (auto-import)
>
>I assumed it was a libncurses6 problem, so tried to link to
>libncurses5 using -lncurses5, but then ld said it couldn't find
>it.
>
>Does anybody know why it isn't working, or how to fix it?

As a temporary fix you can 
#define BROKEN_LINKER

prior to calling
#include  <curses.h>
or
#include <ncurses.n>

I would imagine that 'workaround' will not be necessary
in future curses releasess.  Chuck ???

Cheers

Norman
 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-11-14 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-11  8:26 ncurses problem with *line() Kurt Roeckx
2001-11-11  8:26 ` Norman Vine
2001-11-11  8:26   ` Kurt Roeckx

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).