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't provide this part of newlib. 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 already there in the file dirent.c, but the functions you refer to are missing. There are two options for you : - work around this i Kaffe - extend our dirent.c (and submit the extensions), no change to Kaffe Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel