Re: [fpc-pascal]gpm library compiled by default ?

2003-10-22 Thread James Mills
On Wed, Oct 22, 2003 at 10:53:51PM +0200, Michalis Kamburelis wrote: > Maybe you're using the Keyboard unit ? This unit uses Mouse in it's > implementation, and by default unit Mouse uses Gpm unit (that links to > libgpm). If you don't want to depend on libgpm you can recompile Mouse > with symbol

Re: [fpc-pascal]gpm library compiled by default ?

2003-10-22 Thread Michalis Kamburelis
James Mills wrote: Hi, I noticed the other day that one of my FPC programs which does not in anyway shape or form use the gpm or any mouse libraries actually requires the gpm library to be installed. It seems the fpc 1.0.10 is compiling programs and requiring libgpm to be installed. Why is this ?

Re: [fpc-pascal]gpm library compiled by default ?

2003-10-22 Thread Laurent Cocea
Don't know whether in my case it's libgpm-related but console pas code I have developed on Linux under fpc-1.0.6 doesn't compile under 1.0.10 so I downgraded to 1.0.6 and everything's fine. -Laurent On Thu, 23 Oct 2003 03:43:13 +1000, James Mills wrote: > It seems the fpc 1.0.10 is compiling pr

Re: [fpc-pascal]gpm library compiled by default ?

2003-10-22 Thread Peter Vreman
> Hi, > > I noticed the other day that one of my FPC programs which does not in > anyway shape or form use the gpm or any mouse libraries actually > requires the gpm library to be installed. > > It seems the fpc 1.0.10 is compiling programs and requiring libgpm to be > installed. > > Why is this ?

[fpc-pascal]gpm library compiled by default ?

2003-10-22 Thread James Mills
Hi, I noticed the other day that one of my FPC programs which does not in anyway shape or form use the gpm or any mouse libraries actually requires the gpm library to be installed. It seems the fpc 1.0.10 is compiling programs and requiring libgpm to be installed. Why is this ? cheers James --

Re: [fpc-pascal]Trivial Graphics on Linux?

2003-10-22 Thread vkrish
> On Tuesday 21 October 2003 11:57, you wrote: > > Hello! > > > > I am interested in a demo which does really trivial graphics on LINUX, > > compiles fine with FPC 1.0.4, and does basically that what a normal > > TurboPascal for DOS can do with its graph unit. > > > > Because Linux uses X11, it

[fpc-pascal]Re: Mac compiler

2003-10-22 Thread Olle Raab
Hello Thanks for asking, and sorry for late answer, but I haven't read the msg in this group for a while, sorry. As an answer to your and others questions, we have created a new webpage about porting to Mac. In one or two days it will appear at www.freepascal.org under "Development". Hopefully