RE: Another web page bug report

2005-01-18 Thread Norman Vine
Jonathan Arnold writes: I tried to go to Chuck Wilson's web page, as pointed to in the rxvt README: http://www.neuro.gatech.edu/users/cwilson/cygutils/ And I just noticed it is also mentioned on this Cygwin web page: http://cygwin.com/links.html Unfortunately, that page isn't

RE: FW: question about cygwin OpenGL

2004-10-12 Thread Norman Vine
John P. Sutter writes: To step back a bit: My ultimate goal is to install the PyMOL package with python on my Windows XP and to run it on cygwin. It appears from Brian Ford's message below (my thanks to him) that the cygwin XFree86 binaries must necessarily include the GLX extension in order

RE: gdal, proj4, Re: libgeotiff-1.2.1-2 (sqlite, libjasper, python, libtool)

2004-10-09 Thread Norman Vine
Reini Urban writes: norman: does libgdal really needs libpython at all? does it have an embedded python interpreter? I only saw the python extension, which builds its seperate python gdal modules. but nothing which refers to python within the library itself. I want to remove -lpython2.3

RE: pre-ITP: New category Gis?

2004-10-09 Thread Norman Vine
Charles Wilson writes: Reini Urban wrote: I plan to ITP the following GIS packages in the next days. Have to wait for some postgresql decisions upstream. proj (but maybe Charles wants to keep his ITP) geos gdal (includes libgeotiff, ogr and a python lib) Wait. Does gdal

RE: libgeotiff-1.2.1-2

2004-10-06 Thread Norman Vine
Gerrit P. Haase writes: Hallo Charles, +1 vote from me for libgeotiff (makes 3 IIRC, please upload). +1 vote for proj. Would you ming to included also GEOS in this set of packages? If so, +1 vote for geos. Where did THIS come from? I ITP'ed these over a year ago;

RE: g++

2004-06-07 Thread Norman Vine
Ian Strascina I updated my cygwin last Thurs. (6/3/04) to include the Perl and Python packages... Today, I'm trying to compile my c++ programs, and g++ is gone from my /usr/bin ... Anyone know why this would happen...??? Now I want to reinstall it, but it's not on the cygwin packages

RE: gcc 2.95

2004-03-02 Thread Norman Vine
Erick Castillo wrote: Need to install gcc 2.95 on the latest cygwin release. gcc version 3.3... does not work properly. Where could i find 2.95 if not through the simple cygwin install wizard? Will version 2.95 even work on the latest cygwin release? Any information on this would be

RE: python and cygwin

2004-02-20 Thread Norman Vine
Totte Karlsson writes: When I open up a cygwin-bash on windows, I just thought that I could use my already installed win-32 python. One of the things Cygwin provides is a standard POSIX interface to the OS. Cygwin Python is built on top of this. If you want to use a Python that

SSH and Remote Key authentication

2004-02-15 Thread Norman Vine
Hi all I am trying to use SSH remote key authentication It appears as if the remote $HOST does not like the permissions on my home dir Any guidance appreciated TIA Norman $ cd ~ $ ls -ld drwxr-xr-x+ 21 $USER None32768 Feb 13 06:29 . $ ls -ld .ssh drwx--+ 3 $USER

RE: SSH and Remote Key authentication

2004-02-15 Thread Norman Vine
Larry Hall writes: At 03:25 PM 2/15/2004, Norman Vine you wrote: Hi all I am trying to use SSH remote key authentication It appears as if the remote $HOST does not like the permissions on my home dir Any guidance appreciated $ cd ~ $ ls -ld drwxr-xr-x+ 21 $USER None

RE: SSH and Remote Key authentication

2004-02-15 Thread Norman Vine
Larry Hall writes: At 03:43 PM 2/15/2004, Norman Vine you wrote: Larry Hall writes: At 03:25 PM 2/15/2004, Norman Vine you wrote: Hi all I am trying to use SSH remote key authentication It appears as if the remote $HOST does not like the permissions on my home dir Any

RE: SSH and Remote Key authentication

2004-02-15 Thread Norman Vine
as expected once I correct the permissions on the server Thanks again Norman On Sun, 15 Feb 2004, Norman Vine wrote: Hi all I am trying to use SSH remote key authentication It appears as if the remote $HOST does not like the permissions on my home dir debug1: Remote

RE: cygpath hangings: A fix - bash patch enclosed -- bash maintainer please note!

2003-10-18 Thread Norman Vine
Christopher Faylor writes: I've put a patched version of bash up at: ftp://sourceware.org/pub/cygwin/tmp/bash.exe if anyone wants to try this. It would be good to confirm or deny that this fixes the problem for everyone. Btw, maybe this has already been mentioned, but here is a

RE: help for a newbie C Programmer

2003-08-14 Thread Norman Vine
Jag writes: I tried that, but I am still getting the following error. $ gcc -shared -o libbridge.dll -Wl,--out-implib=libbridge.dll.a -Wl,--export-al l-symbols -Wl,--enable-auto-import -Wl,--whole-archive bridge.o nwutil.o jagsoc ket.o -Wl,--no-whole-archive Creating library file:

RE: loading DLLs created with Cygwin into Sun JDK

2003-08-02 Thread Norman Vine
Marcus G. Daniels writes: Incidentally, does anyone know of a Windows application that can be used to see the VM maps in a given process. (Like in Linux, with /proc/PID/maps?) May mot be 'exactly' what you had in mind but I find http://www.dependencywalker.com/ *very* helpful for these

RE: Python and PIL and rebase, oh my! (update)

2003-06-26 Thread Norman Vine
Jason Tishler writes: On Mon, Jun 23, 2003 at 11:06:18PM -0400, Charles Wilson wrote: 7) rebase, but this time including the PIL dll's first, set things up to 'trick' rebaseall My intention is to enhance rebaseall (and in turn rebase) to support an option to specify additional DLLs

RE: ITP: proj-4.4.6-1

2003-06-19 Thread Norman Vine
Charles Wilson writes: Ping? First posted on 8 Mar 03. --Chuck Not being a package maintainer I am not sure if I have the privilige of voting on a package's acceptance but ... as a bit of background since this package is probably unfamiliar to most Proj is becoming a standard library

RE: Segmentation fault using OpenGL

2003-03-21 Thread Norman Vine
Tron Thomas I have written a Windows OpenGL program which I can successfully build and run using both the Borland and Microsoft compilers. When I try to run the same program after building it with the Cygwin GCC compiler, I get a segmentation fault. I'm very puzzled by this as the

RE: logon as a service for XP home edition

2003-03-19 Thread Norman Vine
Corinna Vinschen writes: On Tue, Mar 18, 2003 at 09:02:56PM -0800, Karl M wrote: I did some more digging around and... ntrights +r SeServiceLononRight -u username will do it...I found a copy of ntrights (for nt4/win2k) on the web and it worked. Cool. This resolves one of

RE: Latest snapshot fixes some reported problems -- please try

2003-03-16 Thread Norman Vine
Christopher Faylor writes: I've made a new snapshot of cygwin available. Reports of success or failure to the list, please. This seems to fix the 'long hang after control-c' problem I reported. Thank you ! Norman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

RE: Weird stuff in /proc/cpuinfo

2003-03-14 Thread Norman Vine
Norman Vine wrote: Thanks much better I noticed another quirk though a 'control-C' while % ls /proc/registry/HKEY_CLASSES_ROOT/ is still printing to the terminal hangs hard Ooops On furher investigation this appears to be related to the 'ls' command rather then the pseudo

RE: Weird stuff in /proc/cpuinfo

2003-03-13 Thread Norman Vine
Corinna Vinschen writes: On Thu, Mar 13, 2003 at 07:17:15PM +0100, Ronald Landheer-Cieslak wrote: Hi y'all, Here's a snippet from `cat /proc/cpuinfo`: vendor id : GenuntelineI This should read GenuineIntel Should be fixed in CVS now.

RE: Processes are unable to fully discard their controlling terminal

2003-03-03 Thread Norman Vine
Christopher Faylor writes: On Sun, Mar 02, 2003 at 09:22:13PM -0500, Christopher Faylor wrote: On Mon, Mar 03, 2003 at 12:53:20AM -, Max Bowsher wrote: I can now successfully share an ssh-agent between all my shells, with it starting with the first one, and ending with the last, and no

RE: Processes are unable to fully discard their controlling terminal

2003-03-03 Thread Norman Vine
Christopher Faylor writes: On Mon, Mar 03, 2003 at 10:59:14AM -0500, Norman Vine wrote: However I am seeing a new twist. Corinna noticed something similar. I wonder why something is deciding that it needs to allocate a console. The latest snapshot may work better although I realized

RE: Compiling irda socket code

2003-02-26 Thread Norman Vine
Ohgren, Daniel writes: Now i almost pinpointed my problem to: 108: struct sockaddr_irda { 109: sa_family_t sir_family; /* AF_IRDA */ 110: __u8sir_lsap_sel; /* LSAP selector */ 111: __u32 sir_addr; /* Device address */ 112: char

RE: [avail for test] libtool-devel-20030216-1

2003-02-18 Thread Norman Vine
Christopher Faylor writes: On Tue, Feb 18, 2003 at 09:26:12PM -0500, Charles Wilson wrote: You can work around this with wrapper scripts (e.g. 'mgcc' contains 'exec gcc -mno-cygwin $*') but that's non standard. However, it could easily be standard. I could include a i686-pc-mingw32-gcc

Re: Latest TCL/TK breaks Python's tkinter

2003-01-31 Thread Norman Vine
Jason Tishler writes: On Fri, Jan 31, 2003 at 12:29:30PM -0500, Paul Stodghill wrote: 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. Cygwin Python will have to

Fw: [Mingw-users] This -mno-cygwin question is on topic here

2003-01-14 Thread Norman Vine
FYI - Original Message - From: Greg Chicares [EMAIL PROTECTED] To: Norman Vine [EMAIL PROTECTED]; mingw-users [EMAIL PROTECTED] Sent: Tuesday, January 14, 2003 2:24 PM Subject: Re: [Mingw-users] This -mno-cygwin question is on topic here Norman Vine wrote: Greg Chicares writes

Re: GCC bug with strftime

2003-01-13 Thread Norman Vine
Richard Troy writes: I recently discovered a bug in strftime(). I downloaded a very recent copy of cygwin and tried again, but it's still there. So, I'd like to report it. I sent mail to the gcc-bugs list but nobody there seems to care, so I thought I'd mention it here. The problem is

Re: [ANNOUNCEMENT] Updated: expect-20021218-1, gdb-20021218-1, tcltk-20021218-1

2002-12-31 Thread Norman Vine
- Original Message - From: Jason Tishler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 31, 2002 9:25 AM Subject: Re: [ANNOUNCEMENT] Updated: expect-20021218-1, gdb-20021218-1, tcltk-20021218-1 Chris, On Mon, Dec 30, 2002 at 06:02:02PM -0500, Christopher Faylor

Re: Bugs in Cygnus Tools bash

2002-12-23 Thread Norman Vine
Scheinert Frank writes: 1st Bug myPromptman man bash: man: command not found USER ERROR: you didn't install the man package Finally, the bash itself doesn't know the getopts function USER ERROR: % help help help: help [-s] [pattern ...] Display helpful information about builtin

Re: expat-1.95.5: undefined reference to `XML_ParserCreate'

2002-12-22 Thread Norman Vine
Ross Smith writes: I'm trying to compile a simple expat program: #include stdio.h #include expat.h int main() { XML_ParserCreate(NULL); return 0; } but I get: $ gcc -lexpat -L/lib expattest.c /cygdrive/...:expattest.c: undefined reference to `XML_ParserCreate' try % gcc -o

Re: [ANNOUNCEMENT] Updated: expect-20021218-1, gdb-20021218-1, tcltk-20021218-1

2002-12-22 Thread Norman Vine
Jason Tishler writes: On Fri, Dec 20, 2002 at 06:44:43PM -0500, Charles Wilson wrote: Python itself needs to be recompiled to use the new tcl/tk dlls, because /usr/lib/python2.2/lib-dynload/_tkinter.dll depends on cygtcl80.dll and cygtk80.dll, which are no longer present. Jason, oh

Re: More pipe (and other) improvements in snapshot

2002-12-14 Thread Norman Vine
, Dec 12, 2002 at 07:32:16AM -0500, Norman Vine wrote: Any 'tips' as to how to best debug this appreciated The hung process (sed) is actually not hung, but connected to stdin instead of file. This should be fixed now. Please try the latest snapshot. Much better :-) Thanks Norman

Re: pipe improvements in snapshot

2002-12-12 Thread Norman Vine
Christopher Faylor writes: In the most recent cygwin snapshot (uploading now) I've attempted to work around the 10ms delay in pipe reads. snip Please check out the latest snapshot and report here if there are problems. I haven't yet tried this on Windows 9x class systems so it's

Re: pipe improvements in snapshot

2002-12-12 Thread Norman Vine
Christopher Faylor wrote: On Thu, Dec 12, 2002 at 07:32:16AM -0500, Norman Vine wrote: With a Cygwin CVS tree I built this AM (2) below rxvt has problems when configuring a project from a build directory ie $TOP_DIR src build cd $TOP_DIR/build ../configure

Re: Regression with BISON between Cygwin DLL 1.3.15-1 release and Cygwin DLL 1.3.17-1 release

2002-12-03 Thread Norman Vine
Gérald Baëza writes: I have a problem with the latest release of Cygwin (New Cygwin DLL 1.3.17-1 release) when I use BISON. Indeed, when BISON arrives on the following line : include_list : include include_list | I have an error message which says that a ; or a | is waited

Re: Re: Q: python compiled with gcc-3.2?

2002-11-05 Thread Norman Vine
Claudius Schnörr writes: Unfortunately, it is a C++-based module, because I try to bind a C++-library, which can no longer be compiled by gcc-2.95, to python by swig-1.16. FYI I use C++3.2 modules created by swig 1.16 with a 2.95 compiled python You do have to make the module as a DLL though

Re: YA in the try a snapshot series (was Re: latest cvs fork problems)

2002-10-22 Thread Norman Vine
Christopher Faylor wrote: On Mon, Oct 21, 2002 at 03:03:13PM -0400, Norman Vine wrote: Christopher Faylor writes: I was able to duplicate Jason's mmap problem with his version of exim and, so, I think I was also able to fix it. So, try a snapshot. Collect them all. Win valuable

Re: YA in the try a snapshot series (was Re: latest cvs fork problems)

2002-10-21 Thread Norman Vine
Christopher Faylor writes: I was able to duplicate Jason's mmap problem with his version of exim and, so, I think I was also able to fix it. The latest snapshot should solve this problem. The hanging problem that I mentioned previously seems to be gone, too... or, more likely, it will

Re: YA in the try a snapshot series (was Re: latest cvs fork problems)

2002-10-21 Thread Norman Vine
Christopher Faylor writes: On Mon, Oct 21, 2002 at 03:03:13PM -0400, Norman Vine wrote: Christopher Faylor writes: I was able to duplicate Jason's mmap problem with his version of exim and, so, I think I was also able to fix it. The latest snapshot should solve this problem

Re: YA in the try a snapshot series (was Re: latest cvs fork problems)

2002-10-21 Thread Norman Vine
Norman Vine wrote: Christopher Faylor writes: The signal 11 is a problem. There should be a stackdump file. Please decode the addresses with addr2line and report them here. $ addr2line -e /bin/cygwin1.dll -f 0x61088F0F 0x61088ED7 0x61034584 0x61077A1F 0x61007A61 0x61007C47 0x

Re: Python support for Tcl 8.0

2002-10-15 Thread Norman Vine
Jason Tishler writes: Gerald S. Williams wrote: Jason Tishler wrote: I guess that when Python 2.3 is released, I will most likely have to drop support for the _tkinter module. Please let's not. I would prefer not to drop support either. But, to be frank, I do not use _tkinter.

Re: sound driver emulation on cygwin

2002-10-04 Thread Norman Vine
[EMAIL PROTECTED] writes: Our system initially runs on Linux with OSS sound driver supported, we get it compiled on cygwin, now OSS driver is useless since we are sitting on Windows with cygwin layer, so we think about we can use Windows sound driver (our sound card is AC'97). Now my

RE: please update libXML

2002-06-18 Thread Norman Vine
Gerrit P. Haase writes: Robert schrieb: Gerrit, could you please give me a patch for the current libxml | libxslt source packages to get the python modules going? I'd love to get that working, and would get it incorporated upstream. With the fix of Nicholas now, the latest version (of my

RE: errno.h - EILSEQ

2002-04-06 Thread Norman Vine
Dave Trollope writes: I would willingly create a patch myself, but I don't currently understand what this error code is for, I was hoping someone would know. http://www-ccs.ucsd.edu/c/errno.html#EILSEQ HTH Norman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

RE: cygqwin with mingw32 question

2002-03-30 Thread Norman Vine
David Starks-Browning writes: On Friday 29 Mar 02, Jonathan Wilson writes: I did see that but what I dont understand is if __CYGWIN__ is defined when -mno-cygwin is selected. Try it! Bet you would have learned faster than asking here! (Would have saved *me* some time, that's for sure...)

Re: Threaded Cygwin Python Problem (was Re: Creating a local mirror ...)

2002-02-22 Thread Norman Vine
Jason Tishler writes Is it just me? Or, can anyone else reproduce this problem? I have been able to cause the hang on three different machines. All of them PIIIs at 500 or 750 MHz. Maybe processor speed matters? Additionally, the hang occurs regardless of the NT version: NT 4.0 SP6a,

RE: Avail for test: tiff-3.5.7-1

2002-02-15 Thread Norman Vine
Charles Wilson writes: Any objections if I remove the 'test' status on this release? Has anybody experienced a regression failure? (Has anybody even tested it?) Seems to work fine for me a libGeotiff built with this seems fine also But I haven't done any 'rigorous testing' Cheers Norman

RE: OT: MS Visual C++ Makefiles

2002-02-08 Thread Norman Vine
Christopher Faylor writes: On Fri, Feb 08, 2002 at 12:57:17PM +0100, Corinna Vinschen wrote: On Fri, Feb 08, 2002 at 11:21:55AM -, Simon McCaughey wrote: Has anyone ever written a makefile converter so that a project written in MS VC++ can be compiled with gcc? Would anyone else find this

RE: A Cygwin hosted MinGW targeted cross platform

2002-01-25 Thread Norman Vine
Earnie Boyd writes: I'm wondering what prefix parameter should be used? I like (listed in order of preference): --prefix=/usr/cross --prefix=/usr Comments? I have been using --prefix=/usr/mingw Cheers Norman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

RE: rebase for setup (curl)

2002-01-04 Thread Norman Vine
Jason Tishler writes: So, the options passed to ld are the same for cygcurl-2.dll and pq.dll except for the slight variation of --base-file versus --image-base. I decided to table the search for the offending ld option(s) because of the following gloomy thought: Given that rebase can break

RE: which which

2002-01-02 Thread Norman Vine
John Morrison writes: Maybe all the packages ought to state where they originated? FWIW this often helps :-) % package --version Should support for this be a requirement for all Cygwin packages ? AFAIK it is for gnu applications Cheers Norman

RE: stty and echo woes

2001-12-28 Thread Norman Vine
Mark Wood-Patrick writes: I removed the extraneous version of the cygwin1.dll from my path and rebooted my Pc. The problem still remains. An updated cygcheck output is enclosed. Wednesday, 26 December, 2001 Mark Wood-Patrick [EMAIL PROTECTED] wrote: MWP I am having problems with echo being

RE: stty and echo woes

2001-12-28 Thread Norman Vine
Peter Buckley writes: I am using cygwin 1.3.3-2 and when I type which echo from a bash shell, it tells me /usr/bin/echo. That is the echo in c:\cygwin\bin. Exactly ! I guess I should have been more direct and asked about the results of % which bash % which sh FWIW I found this line in

RE: python 2.2

2001-12-26 Thread Norman Vine
Mark McEahern writes: Python 2.2 final was released last week. When will the version that comes with Cygwin be updated? Don't know the official answer but believe there are some DLL conflicts still. For those in a 'rush' Python 2.2 compiles OTB but needs several DLL's rebased to run

RE: glib with thread support?

2001-12-20 Thread Norman Vine
Arno Waschk writes: recently i compiled glib 1.2.9 successfully. But since some applications need thread support i tried again with ./configure --enable-threads. But it says You do not have any known thread system on your computer Do I need not to install one? Which? I am running Cygwin 1.3.6

RE: Cygwin fork() rebase solution (was Re: dll_list::load_after_fork() blues ...)

2001-12-19 Thread Norman Vine
Jason Tishler writes: I believe that I have found a rebase solution to the Cygwin fork() problem that has been causing Cygwin Python some grief lately. I added an offset option to the attached rebase tool. If I spread the DLLs out by an extra 0x1, then the fork() problem seems to be