bug-ncurses
[Top][All Lists]
Advanced

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

Re: bug: ncurses + slackware 10.0, 10.1


From: Frank Heckenbach
Subject: Re: bug: ncurses + slackware 10.0, 10.1
Date: Fri, 18 Mar 2005 18:05:19 +0100
User-agent: semail 20050101

Thomas Dickey wrote:

> ok (I'll try this when I get home).  My ncurses shared libraries are
> current, but I do have static libraries for different versions, against
> which I may be able to test (though I'm not sure how to tell gpc to do
> that).

GPC basically accepts all GCC options, so you can pass library file
name on the command line.

In addition you might have to edit the CRT unit
(`gpc --print-file-name=units/crt.pas' to get its file name) and
change this line (~790):

  {$L crtc.c, panel, ncurses}

to just:

  {$L crtc.c}

(The deleted part yields the effects of `-lpanel -lncurses'. Since
explicitly names files take precedence on the linker command line
AFAIK, this might not be necessary, but I'm not sure.)

Frank

-- 
Frank Heckenbach, address@hidden, http://fjf.gnu.de/, 7977168E
GPC To-Do list, latest features, fixed bugs:
http://www.gnu-pascal.de/todo.html
GPC download signing key: ACB3 79B2 7EB2 B7A7 EFDE  D101 CD02 4C9D 0FE0 E5E8




reply via email to

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