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
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
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
[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
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
>
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
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.
> >
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
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
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
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
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
>
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
>
] 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
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
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
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
- 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
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
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
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(),
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
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
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
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
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
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
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
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
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
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
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
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
:-)
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
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
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
"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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
57 matches
Mail list logo