Marco van de Voort wrote:
Greenblatt <[EMAIL PROTECTED]> wrote:
Hi,
I have a problem with FreePascal 1.0.10 under SuSE 9.1. If I want to
compile source code, which makes use of the keyboard unit, I get the
following error message:
/usr/bin/ld: cannot find -lcurses
Pong(46) Error: Error while
> I try to use fpMMap function to access file data under FreeBSD 5.3-RELEASE
> with fpc-1.9.8. But code from examle
> (http://www.freepascal.org/docs-html/rtl/baseunix/fpmmap.html) not working.
Fixed in CVS.
Turned out mmap called via __syscall needs an extra parameter that must be 0
(?),
> Greenblatt <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I have a problem with FreePascal 1.0.10 under SuSE 9.1. If I want to
> > compile source code, which makes use of the keyboard unit, I get the
> > following error message:
> >
> > /usr/bin/ld: cannot find -lcurses
> > Pong(46) Erro
On Sun, 24 Apr 2005 16:37:12 +0200
Greenblatt <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a problem with FreePascal 1.0.10 under SuSE 9.1. If I want to
> compile source code, which makes use of the keyboard unit, I get the
> following error message:
>
> /usr/bin/ld: cannot find -lcurses
>
Hi,
I have a problem with FreePascal 1.0.10 under SuSE 9.1. If I want to
compile source code, which makes use of the keyboard unit, I get the
following error message:
/usr/bin/ld: cannot find -lcurses
Pong(46) Error: Error while linking
Closing script ppas.sh
Since I'm a beginner concernin