Re: utf-8 and cygwin

2007-11-26 Thread Peter Novak
Hi Mariusz, On Mon, Nov 26, 2007 at 12:22:41PM -0800, Mariusz Wodzicki wrote: > Microsoft's command 'dir /x' does that, for example. cygpath can perhaps help you (check man cygpath, or cygpath --help). For example executing: $ cygpath -d /cygdrive/c/Program\ Files/Internet\ Explorer/ yields: c

Ad: [app porting to cygwin] Invoking DLL exported routine problem - resolution(?)

2007-11-25 Thread Peter Novak
Hello, this is a follow-up to my previous mail. It seems that after all I found a solution to my problem described in the previous e-mail. However, I do not fully understand what's going on as it seems to have something to do with the specification of C++ language and it seems to be a kind of g++ i

[app porting to cygwin] Invoking DLL exported routine problem

2007-11-25 Thread Peter Novak
lsy fork on cygwin is a non-trivial issue itself. And why does libtool generate DLL which contains for some routines a single entry, but for some several? Is it significant? I would be extremely thankful if somebody could direct me to something suspicious in what I described above,