Re: Load dll in VC

2006-06-23 Thread Brian Dessent
cxf wrote: > I have a standard dll file CYGCRYPTO-0.9.8.DLL. Using the VC tool > "depends",I can see that this dll file depends on cygwin1.dll.when I > load the file CYGCRYPTO-0.9.8.DLL in VC,the program is stoped,I don't > know why.I do the following in VC: > LoadLibrary("CYGCRYPTO-0.9.8.

Re: g++ 4.1?

2006-06-23 Thread Buster
On 20/06/06, Brian Dessent wrote: You can build gcc from source yourself. That's the only option for using 4.x right now. I would love to know how. I've tried a few times, but -4.1.0 has trouble with configuration on Cygwin (something about inconsistent use of the '.exe' extension if I recall

Re: g++ 4.1?

2006-06-23 Thread Buster
On 23/06/06, Buster wrote: cygcheck.out attached Really, it _was_ attached. Stupid machine overheated and crashed mid-send. I blame the Dillinger Escape Plan. Apologies. --- Begin Message --- Cygwin Configuration Diagnostics Current System Time: Fri Jun 23 13:20:48 2006 Windows XP Home Edition

RE: g++ 4.1?

2006-06-23 Thread Dave Korn
On 23 June 2006 14:01, Buster wrote: > On 20/06/06, Brian Dessent wrote: > >> You can build gcc from source yourself. That's the only option for >> using 4.x right now. > whereas with -4.1.1 I only get as far as the strange [[Assembler > messages]] quoted at the bottom of this here message.

Re: g++ 4.1?

2006-06-23 Thread Brian Dessent
Buster wrote: > I would love to know how. I've tried a few times, but -4.1.0 has > trouble with configuration on Cygwin (something about inconsistent use > of the '.exe' extension if I recall) and fails on 'make install', > whereas with -4.1.1 I only get as far as the strange [[Assembler > message

Re: g++ 4.1?

2006-06-23 Thread Buster
On 23/06/06, Dave Korn <[EMAIL PROTECTED]> wrote: On 23 June 2006 14:01, Buster wrote: > On 20/06/06, Brian Dessent wrote: > >> You can build gcc from source yourself. That's the only option for >> using 4.x right now. > whereas with -4.1.1 I only get as far as the strange [[Assembler > messag

Re: g++ 4.1?

2006-06-23 Thread Buster
On 23/06/06, Brian Dessent wrote: Buster wrote: > I would love to know how. I've tried a few times, but -4.1.0 has > trouble with configuration on Cygwin (something about inconsistent use > of the '.exe' extension if I recall) and fails on 'make install', > whereas with -4.1.1 I only get as far

Re: Latest Cygwin Release 5 month old...

2006-06-23 Thread Jim Drash
I run VMWare on on just such a configuration. On 6/22/06, Linda Walsh <[EMAIL PROTECTED]> wrote: Perhaps, but you are assuming one's primary Windows machine is capable of being "virtually subdivided". I run windows on a laptop (external keyb, mouse, screen). While it was a good laptop new, it

Re: Error running vim 7.0.030-1 with cygwin 1.5.19-4

2006-06-23 Thread Corinna Vinschen
On Jun 23 09:40, Aaron Humphrey wrote: > I just downloaded the new version of vim this morning, but the first > time I tried it(whether with a file argument or not), I got a popup > saying: > > "The procedure entry point sigset could not be located in the dynamic > link library cygwin1.dll." > >

[ANNOUNCEMENT] Updated: vim-7.0.035-1

2006-06-23 Thread Corinna Vinschen
I have updated the version of vim on cygwin.com to 7.0.035-1. This is the long awaited vim 7.0, latest patchlevel 35. Cygwin Vim still builds from the vanilla sources. Please note: I uploaded a version 7.0.030-1 today, which doesn't run on 1.5.19 due to missing symbols. If your mirror has only

Re: g++ 4.1?

2006-06-23 Thread Charles Wilson
[okay. so this is a rant and went off a little bit from the actual thread topic. But I've wasted a too much of my life these past few months on gcc/g++ issues, so now I'm gonna vent...] Brian Dessent wrote: WJFFM. I have never e

Issue with shmget

2006-06-23 Thread Rahul Gulati
Hi, I am new to cygwin and trying to port existng Linux based implementation of shared memory on cygwin. I am having issues with shmget call. I tried to debug and found out that everytime I try to call shmget function I get an error and the main thread exits: Program exited with code 06000 I che

Re: Updated: vim-7.0.035-1

2006-06-23 Thread Luis P Caamano
On 6/23/06, Corinna Vinschen wrote: I have updated the version of vim on cygwin.com to 7.0.035-1. Thanks. Last time I had to compile from sources in order to get gvim. Is a GTK2 gvim included in 7.0.035-1 as it used to be in the 6.x series? -- Luis P Caamano Atlanta, GA USA -- Unsubscribe

Re: Updated: vim-7.0.035-1

2006-06-23 Thread Christopher Faylor
On Fri, Jun 23, 2006 at 06:25:23PM -0400, Luis P Caamano wrote: >On 6/23/06, Corinna Vinschen wrote: >>I have updated the version of vim on cygwin.com to 7.0.035-1. > >Thanks. > >Last time I had to compile from sources in order to get gvim. Is a >GTK2 gvim included in 7.0.035-1 as it used to be in

Re: Issue with shmget

2006-06-23 Thread Igor Peshansky
On Fri, 23 Jun 2006, Rahul Gulati wrote: > Hi, > > I am new to cygwin and trying to port existng Linux > based implementation of shared memory on cygwin. > > I am having issues with shmget call. I tried to debug > and found out that everytime I try to call shmget > function I get an error and the

Re: Issue with shmget

2006-06-23 Thread Rahul Gulati
Will the system call work if i stop the daemon and just have cygserver running with default options??? --- Igor Peshansky <[EMAIL PROTECTED]> wrote: > On Fri, 23 Jun 2006, Rahul Gulati wrote: > > > Hi, > > > > I am new to cygwin and trying to port existng > Linux > > based implementation of sha

Where to get cygwin gcc 3.3.3 source

2006-06-23 Thread John Neil
Can someone tell me where I can get the *actual* cygwin gcc 3.3.3 source? The installer option to install source always install gcc 3.4.5 source, even when you have gcc 3.3.3 selected in the installer. I tried downloading gcc 3.3.3 from the GNU web site, but when I build it using a config

Re: g++ 4.1?

2006-06-23 Thread Brian Dessent
Charles Wilson wrote: > Sure. and all of these people have tested all known issues such as > exception propagation from DLLs in C++ -- which isn't covered by the > test suite? Do they even KNOW about some of the issues like DWARF2/sjlj > interactions with native windows? and NOBODY, but NOBODY,

Re: Where to get cygwin gcc 3.3.3 source

2006-06-23 Thread Brian Dessent
John Neil wrote: > Can someone tell me where I can get the *actual* cygwin gcc 3.3.3 > source? The installer option to install source always install gcc > 3.4.5 source, even when you have gcc 3.3.3 selected in the > installer. I tried downloading gcc 3.3.3 from the GNU web site, but > when I bui

autossh broken with current openssh/cygwin

2006-06-23 Thread Brian Dessent
I'm not sure if it is due to changes in openssh, or changes in Cygwin, but the current autossh package fails to work. Instead of detecting that the connection is alive, it seems to continuously timeout and recycle the ssh process. Here is a representative testcase: $ AUTOSSH_FIRST_POLL=5 AUTOSS

Re: Issue with shmget

2006-06-23 Thread Igor Peshansky
reformatted. On Fri, 23 Jun 2006, Rahul Gulati wrote: > --- Igor Peshansky <[EMAIL PROTECTED]> wrote: . Thanks. > > On Fri, 23 Jun 2006, Rahul Gulati wrote: > > > > > Hi, > > > > > > I am new to cygwin and trying to