[Cegcc-devel] Fwd: Fwd: Re: question about what to do for the libpng port

2008-11-06 Thread Sébastien Lorquet
(sorry mosfet, did not check well the "To:" adress filled by gmail :( ) from cegcc web site: What's the meaning of *arm-cegcc* and *arm-mingw32ce* ? They both describe the target platform : we're building for an *ARM* processor, running the Windows CE operating system, on unknown hardware (could

Re: [Cegcc-devel] Help newbie to make a network program run

2008-11-06 Thread Yangwoo Ko
Additional information. Today, I got a PDA phone running Windows Mobile 6.0 and tested the same program with the phone. Results are the same. Probably I failed to build the problem properly. Maybe "Makefile" I wrote to build the problem is problematic. I attach the Makefile I used. $ cat Makef

Re: [Cegcc-devel] Help newbie to make a network program run

2008-11-06 Thread Yangwoo Ko
Pablo Rogina wrote: >>> Have you installed Virtual Machine Network Driver from Virtual PC 2007 >>> in Guest OS? >>> >>> >> I think so. Network configuration of VirtualBox is set to NAT. And Windows >> XP shows a network adapter 'AMD PCNET Family PCI Ethernet Adapter'. Property >> of the ada

[Cegcc-devel] Fwd: Re: question about what to do for the libpng port

2008-11-06 Thread mosfet
Original Message Subject: Re: [Cegcc-devel] question about what to do for the libpng port Date: Thu, 06 Nov 2008 14:02:00 +0100 From: mosfet <[EMAIL PROTECTED]> To: Vincent Torri <[EMAIL PROTECTED]> On Thu, 6 Nov 2008 12:12:07 +0100 (CET), Vincent Torri <[EMAIL PROTECTED]> wrot

Re: [Cegcc-devel] Help newbie to make a network program run

2008-11-06 Thread Pablo Rogina
>> Have you installed Virtual Machine Network Driver from Virtual PC 2007 >> in Guest OS? >> > > I think so. Network configuration of VirtualBox is set to NAT. And Windows > XP shows a network adapter 'AMD PCNET Family PCI Ethernet Adapter'. Property > of the adapter has an item named 'Virtual Mach

Re: [Cegcc-devel] question about what to do for the libpng port

2008-11-06 Thread Vincent Torri
>> the best way would be libpng to add 2 functions to open and close a file, > >> so that we can manage all the platform in a portable manner :) > > I agree with this last solution... > But I don't understand the issue here because I thought cegcc implements > all posix functions so why do you nee

Re: [Cegcc-devel] question about what to do for the libpng port

2008-11-06 Thread mosfet
> the best way would be libpng to add 2 functions to open and close a file, > so that we can manage all the platform in a portable manner :) I agree with this last solution... But I don't understand the issue here because I thought cegcc implements all posix functions so why do you need to use Cr