Hi,
I've been cygwin user for many years. I was thinking if there is a symbian port
of cygwin. It would be exciting for me at least to run cygwin shell, other unix
applications, including X windows on a handheld symbian smart phones. Has
anyone tried such a port?
Best Regards to all,
<>
--
Hi!
Thanks! On a second thought, I do think I chose the wrong list. Sorry...
The problem with replacing bash with zsh in passwd is that somehow
/etc/zprofile is not read (and $SHELL is not set, resulting in
different problems). I will read further into this... thanks for the
pointer.
Until then,
Hello,
Sorry, I reactivate this thread
(http://cygwin.com/ml/cygwin/2007-03/msg00029.html) but I have exactly the same
error with process make.
bash: cannot duplicate fd 31 to fd 0: Bad file descriptor
I ran my process make under strace (strace -ostrace.out bash -c make) and got
this (have a l
Hello,
I saw these series of posts on UDP - was there a conclusion to them?
http://cygwin.com/ml/cygwin/2006-06/msg00701.html
http://cygwin.com/ml/cygwin/2006-06/msg00703.html
http://cygwin.com/ml/cygwin/2006-06/msg00705.html
http://cygwin.com/ml/cygwin/2006-06/msg00706.html
I compile and run ne
There is no reason to expect any improvement in mingw programs from my
change.
Yeah i figured that one out. ;)
I was just trying to rationalize the change that I did show in the original
report. My timings don't show great improvement, and a 1 second margin of
error due to windows caching doe
My System:
#Set-up:
$ g++ cygspd.cc -o cygspd-basic
$ g++ -O7 cygspd.cc -o cygspd-o7
$ g++ -fno-exceptions cygspd.cc -o cygspd-ne
$ g++ -O7 -fno-exceptions cygspd.cc -o cygspd-ne-o7
$ g++ -mno-cygwin cygspd.cc -o cygspd-mingw
$ g++ -O7 -mno-cygwin cygspd.cc -o cygspd-mingw-o7
$ g++ -fno-exception
this issue is still un-resolved. Contrary to what
cgf says, dlopen doesn't care about LD_LIBRARY_PATH
while opening dependent DLLs of its argument. It opens
the DLL if the depedent DLLs are found in the $PATH.
Your keyword is dependent.
When one dll depends on another in windows, it uses window
> So you're using the Windows filename instead of the POSIX filename
> which Cygwin provides? Too bad.
>
> I suggest reading the appropriate chapter in the Cygwin user guide
I suggest reading the OP's whole message.
He tries using *both*windows pathnames and unix pathnames.
--
Unsubscribe inf
Hi, I'm having segfaults with the following piece of code (working from
WinXP SP1 using latest Cygwin release):
char * AllocBoundedArray(int size)
{
int pgSize = getpagesize();
char *ptr = new char[pgSize * 2 + size];
// before
mprotect(ptr, pgSize, 0);
//
9 matches
Mail list logo