up vote 1 down vote favorite
share [g+] share [fb]

I just wanted to make use of the Cygwin x server, but when trying to start a program I am told that glibc is too old. I have version 2.3.2 but would need version 2.3.6. Is there any easy way to update this? Cant find this package in the cygwin setup routine.

Thanks

link|improve this question
2  
I don't believe cygwin even uses glibc, does i t? – bdonlan Aug 10 '09 at 22:37
sorry for the confusion. I wanna execute a program on a remote host and then I get the error message that glibc is too old. So that is then not a problem of cygwin itself I guess. I would just need to update cygwin on the remote host. – Paul Stam Aug 11 '09 at 0:20
Is the remote host running cygwin? or is it a Linux box? I'm guessing the latter, in which case you need to ask the sysadmins to update GCC. – kdgregory Aug 11 '09 at 0:29
feedback

1 Answer

When you run a Cygwin update, it should by default update all packages that have changed, which should give you the latest C library. A lot of "shoulds", but I've never had any issues.

However, this sounds like an error from the client program, running on a remote host, not the X server (which is running under Cygwin). I'm not sure how a Cygwin program would even report this.

Please edit your question, showing the actual program that you're running, and the exact text of any error message -- copied from either the console window or a dialog box.

link|improve this answer
yes, you are right. See above, error message comes from program on remote machine – Paul Stam Aug 11 '09 at 0:22
feedback

Your Answer

 
or
required, but never shown