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 p

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 additio

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: 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: 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 >

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 > wil

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. > >

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 0x6

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. > > &g

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 tho

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 "|" i

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 >

Re: More pipe (and other) improvements in snapshot

2002-12-14 Thread Norman Vine
] wrote: > >>>>Christopher Faylor wrote: > >>>>>On Thu, 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

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 > #include > 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 expat

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. > > Jaso

Re: Bugs in Cygnus Tools bash

2002-12-23 Thread Norman Vine
Scheinert Frank writes: > > 1st Bug > myPrompt>man 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 bu

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 F

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

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

Re: ViewCVS problems

2003-01-29 Thread Norman Vine
Christopher Faylor writes: > > On Wed, Jan 29, 2003 at 04:59:43PM -, Elfyn McBratney wrote: > >> File "/usr/local/viewcvs-0.9.2/lib/popen.py", line 33, in popen > >> pid = os.fork() > >> OSError: [Errno 11] Resource temporarily unavailable > >> -- > >> > >> Since it's thrown on os.fork(),

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 wil

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-min

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: c

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, an

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 snaps

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

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

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: 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. Th

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 N

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 appre

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

RE: SSH and Remote Key authentication

2004-02-15 Thread Norman Vine
:-) Every thing works 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 l

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

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 i

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 SP

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

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 r

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

RE: ctrl-c in rxvt

2003-09-12 Thread Norman Vine
Christopher Faylor writes: > > On Thu, Sep 11, 2003 at 09:54:10PM -0700, Rick Rankin wrote: > >--- Christopher Faylor wrote: > >>We can't get decent bug reports without begging, so, just feel lucky > >>that the system works at all. > > > >Well, let me see what I can do... > > The offer is very mu

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

RE: dll_list::load_after_fork() blues (was Re: [ python-Bugs-489709 ] Building Fails ...)

2001-12-07 Thread Norman Vine
Robert Collins writes: > >- Original Message - >From: "Charles Wilson" <[EMAIL PROTECTED]> >> > The above occurs during Cygwin's fork() when the Cygwin DLL cannot >> > load a DLL to the same address in the child that it had in the parent. >> > I have seen this during Python 2.1.1 regressio

RE: dll_list::load_after_fork() blues (was Re: [ python-Bugs-489709 ] Building Fails ...)

2001-12-10 Thread Norman Vine
Michael Hudson writes: > >On Mon, 10 Dec 2001, Jason Tishler wrote: > >> Unfortunately, when I run the complete Python regression test, I still >> get the same three test failures as reported by Michael without rebasing: >> >> test_popen2 >> test_pty >> test_socket >> >> When I run the

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 mi

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 Cygwi

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 properl

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 ec

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: 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

RE: w32api header problems

2002-01-09 Thread Norman Vine
Jean le Roux writes: >... >//this is where i include the header that make life hard :) > >#ifdef HAVE_WINDOWS_H >#include >#endif > >... > >//this is where the errors occur. >/*other*/ #ifndef max // or #ifndef _WIN32 >int max(const int value_a, const int value_b); //line 283 >int min(c

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 r

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 e

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 Nor

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 i

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 packag

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 o