-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have some question about cygwin :
Can I use Cygwin develop socket based code?
Does Cygwin have read() and write() functions that work with file descriptors?
Can I use Pthread library in Cygwin?
Does code that compiles in Cygwin also
compile in Linux without any change or with little change?
Will…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
A year back i have developed a small script in perl for a customer and developed its .exe using pp .
we delivered .exe file along with basic cygwin(1.52) install files to run that .exe to customer.
Now we got an enhancement in the script .we lost all dev environment for cygwin .Again we installed…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using cygwin libraries to run C and C++ programs on Windows.
gcc runs fine, but with g++, I get a long list of errors. I think these erros are because of linking problems with C libraries.
Can you suggest what I need to do to fix this?
beginning error lines:
In file included from testgpp…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I know this is probably a common question, but after looking around for a few hours (on this site and others), I can't find a solution.
I'm trying to set up a simple proxy. I already have a server running Windows Server 2008.
I've installed Cygwin and have OpenSSH installed. I also have sshd (the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all,
I am aware that _beginthreadex is part of the MSCVRT functions and therefore not accessible via Cygwin/MinGW
uintptr_t _beginthreadex(
void *security,
unsigned stack_size,
unsigned ( __stdcall *start_address )( void * ),
void *arglist,
unsigned initflag,
unsigned *thrdaddr…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I had been using Sublime Text 2 with no issues.
I installed IDLE and now I'm unable to start Sublime Text. I tried uninstalling IDLE, but Sublime Text is still not starting. Here's the error:
Unable to load libgdk-x11-2.0.so Unable to load gdk_cairo_create from
libgdk-x11-2.0.so Unable to load…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Besides the
documentation changes I mentioned last time, another place you can see
Solaris 11.1 changes before upgrading is in the online package repository, now
that the 11.1 packages have been published to
http://pkg.oracle.com/solaris/release/, as the “0.175.1.0.0.24.2” branch…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a home and work computer, the home computer has a static IP address.
If I ssh from my work computer to my home computer, the ssh connection works but X11 applications are not displayed.
In my /etc/ssh/sshd_config at home:
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
At work…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a VM with RHEL 5 without an X server.
My host has Windows 7.
I need to connect to the VM and redirect the X11 output of the commands to my host.
I know that if my host were a GNU/Linux machine it would be as easy as ssh -X .
I'm ussing PuTTy to connect by SSH to the VM, I tried enabling…
>>> More
-
as seen on Super User
- Search for 'Super User'
X11 on the Mac does a horrible job drawing fonts. I'm trying to use the GIMP and Inkscape and the menus, and other text, don't draw correctly half the time. What is the fix for this?
>>> More