Re: Problem including float.h with gcc -mno-cygwin (Danny can you comment?)

2005-03-19 Thread Paul Stodghill
ey-xp$ comm -12 gcc.lst mingw.lst float.h limits.h stdarg.h stddef.h varargs.h barney-xp$ Christopher Faylor wrote: On Sat, Mar 19, 2005 at 11:14:04AM -0500, Paul Stodghill wrote: Argh. I didn't proofread my post. Sorry about that. Here is how it should have read. [The fact that the cygw

Re: Problem including float.h with gcc -mno-cygwin

2005-03-19 Thread Paul Stodghill
Argh. I didn't proofread my post. Sorry about that. Here is how it should have read. [The fact that the cygwin compiler path appears on the search path] is a different and unrelated problem, I think. barney-xp$ md5sum /usr/lib/gcc-lib/*/3.3.3/include/float.h 248cb979b88c788e88100b913eea6ce9 */

Re: Problem including float.h with gcc -mno-cygwin

2005-03-18 Thread Paul Stodghill
, Paul Stodghill wrote: If a program includes and is compiled with gcc -mno-cygwin, it appears to include the wrong instance of float.h. More specifically, "/usr/i686-pc-mingw32/include/float.h" is written assuming that it will be included before "/usr/lib/gcc/i686-pc-cygwi

Re: XEmacs and Windows Fonts

2004-02-04 Thread Paul Stodghill
I observed this behavior with Cygwin's XEmacs too. I do not see this with Andy Piper's netinstall of 21.4.13 or 21.4.15, which I compiled from CVS myself. I don't know if it is a 21.4.14 problem or a configuration problem. When 21.4.15 for Cygwin is released, I will be in a better position to t

Re: Latest TCL/TK breaks Python's tkinter

2003-02-01 Thread Paul Stodghill
> I have built a new tkinter that works with the latest Tcl/Tk > and a Cygwin DLL built from the CVS source > > If anyone wantw to try just dropping this on top of the older one > I have temporarily placed it on the web at > http://www.vso.cape.com/~nhv/files/python/tkinter.tgz > > feedback as to i

Latest TCL/TK breaks Python's tkinter

2003-01-31 Thread Paul Stodghill
Upgrading to either tcltk-20030128-1 or tcltk-20030128-2 appears to break Python's tkinter. Reinstalling Python didn't help. Reverting to tcltk-20021218-1 fixed the problem. Thanks. quimby-xp$ cygcheck -s Cygwin Win95/NT Configuration Diagnostics Current System Time: Fri Jan 31 12:27:55 2003 Wi

RE: [ANNOUNCEMENT] Updated: apache-1.3.24-3

2002-05-02 Thread Paul Stodghill
apache-1.3.24-3 still suffers from the rebase problem that I posted about a few days ago. quimby$ apachectl start /usr/sbin/apachectl start: httpd started quimby$ cat /var/log/apache/error_log [Thu May 2 08:38:23 2002] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of prev

RE: Problems starting apache, DLL base address conflicts?

2002-04-26 Thread Paul Stodghill
Based upon Jason's pointers, I used the following command to rebase the apache dll's, and now it seems to work, rebase -d -b 0x6800 -o 0x1 \ cygbz21.0.dll cygcrypto.dll cygexslt-0.dll cygform5.dll cygform6.dll \ cyggdbm.dll cyghistory4.dll cyghistory5.dll cygintl-1.dll cygintl.dll \ cyg

Problems starting apache, DLL base address conflicts?

2002-04-24 Thread Paul Stodghill
I am unable to start the most recent version of apache. There appear to be some conflicts with the base addresses of some of the DLL's. Does anyone have a fix? Thanks. quimby$ cat /var/log/apache/error_log [Wed Apr 24 13:38:46 2002] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shu

RE: SSH uses HOME or HOMESHARE?

2002-01-18 Thread Paul Stodghill
Nevermind. I figured it out. I should have read the README. Newer versions of SSH don't use $HOME, instead the use the home directory listed in /etc/passwd. And my home directory in /etc/passwd was incorrect. After fixing that, everything works. -Original Message- From: Paul Stod

SSH uses HOME or HOMESHARE?

2002-01-17 Thread Paul Stodghill
SSH seems to be ignoring HOME and using the value of HOMESHARE instead. This is a recent problem. unset'ing HOMESHARE does not appear to help. I understand that I can use the '-i' option to ssh, but I am really interested in getting ssh-agent working. Thanks. quimby$ ssh -V OpenSSH_3.0.2p1,