Re: [Cegcc-devel] telldir and seekdir

2008-03-21 Thread Mario Latronico
2008/3/21, Danny Backx <[EMAIL PROTECTED]>: > The reason is that the newlib code in that directory relies on > functionality not present on Windows CE (see 'man dirent.h'). > > Ideally, rewritten code to implement those functions should be in > src/newlib/newlib/libc/sys/wince . Part of it is a

Re: [Cegcc-devel] telldir and seekdir

2008-03-21 Thread Danny Backx
On Wed, 2008-03-19 at 15:04 +0100, Mario Latronico wrote: > i'm trying to port Kaffe (www.kaffe.org) to a Windows Mobile Platform > using CeGCC, but i have a problem with seekdir and telldir functions. The directory src/newlib/newlib/libc/posix contains source code for these functions, but we don'