[Pgui-devel] m68k-elf support?

2002-01-22 Thread Mark McChrystal
I've managed to compile for m68k-pic-coff--I'm not sure what I was doing wrong before. I'd like to add support for m68k-elf-gcc for xcopilot. Is configure.in the only file I need to adjust? I added m68k-*: case "$host" in m68k-pic-*) CFLAGS="${CFLAGS} -fPIC -DRUNTIME_FUNCPTR"

[Pgui-devel] Rewritten keyboard event architecture

2002-01-22 Thread Micah Dowty
Hi Everybody, I just finished rewriting most of the keyboard event handling in pgserver. It shouldn't affect existing client code, but both client and server code can now be much more flexible with respect to key handling. I added two wiki pages explaining everything: http://picogui.org/wiki/

Re: Fwd: Re: [Pgui-devel] Cross Compiling?

2002-01-22 Thread Frederic Gobry
> We could use a Wiki page on cross-compiling for various systems. > Any volunteers? I can start something, but I will favor --with-prefix rather than setting the environment variables :-) Frédéric msg00805/pgp0.pgp Description: PGP signature

Re: [Pgui-devel] Cross Compiling?

2002-01-22 Thread Frederic Gobry
> You probably have to set the compiler variable first; try running something > like 'CC=m68k-pic-gcc ./configure --host=m68k-pic-coff'. > For me, the command 'CFLAGS="-march=armv4" CC=arm-linux-gcc ./configure > --host=arm-linux' works alright to crossconfigure for the Ipaq. This is exactly wha

Re: Fwd: Re: [Pgui-devel] Cross Compiling?

2002-01-22 Thread Micah Dowty
We could use a Wiki page on cross-compiling for various systems. Any volunteers? On 2002.01.22 02:00 Yunus Altunbicak wrote: > > > -- Forwarded Message -- > Subject: Re: [Pgui-devel] Cross Compiling? > Date: Tue, 22 Jan 2002 10:27:37 +0200 > From: Yunus Altunbicak <[EMAIL PROT

Fwd: Re: [Pgui-devel] Cross Compiling?

2002-01-22 Thread Yunus Altunbicak
-- Forwarded Message -- Subject: Re: [Pgui-devel] Cross Compiling? Date: Tue, 22 Jan 2002 10:27:37 +0200 From: Yunus Altunbicak <[EMAIL PROTECTED]> To: Mark McChrystal <[EMAIL PROTECTED]> try this, CC=m68k-pic-coff-gcc LD=m68k-pic-coff-ld AR=m68k-pic-coff-ar RANLIB=m68k-pic-

Re: [Pgui-devel] Cross Compiling?

2002-01-22 Thread Arnd Bergmann
Am Montag, 21. Januar 2002 23:12 schrieben Sie: > How do I setup pgui cvs so that the configure script > checks for the cross compiler? I see there is a > crosspgui.m4 but I don't know how to enable it. > Running autogen.sh then ./configure > --host=m68k-pic-coff --build=`./config.guess` > --with