Re: cygport question

2006-12-21 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yaakov S (Cygwin Ports) wrote: > Eric Blake wrote: >> bash ships as a primary tarball (3.1), then has several official patch >> files on top of the tarball (bash31-001 through bash31-017), so that bash >> 3.1.17 is the combination of these. I know t

Is it possible to directly call a function in a dlopen library

2006-12-21 Thread andy wang
Hi, All: Is it possible in cygwin to call a function in a dlopen library? i.e. module1.dll { int myfunc1() { do something; } } module2.dll { int myfunc2() { myfunc1(); do other things;} } main.exe { dlopen("module1.dll") dlopen("module2.dll") some tricky and mystery procedure. myfun

Re: Missing Programs

2006-12-21 Thread Larry Hall (Cygwin)
Larry Hall (Cygwin) wrote: Harold Fuchs wrote: Gary Johnson wrote: On 2006-12-21, Harold Fuchs wrote: Hello, I'm running Win XP Pro/SP2 I just downloaded and installed cygwin. I didn't choose any special options; I didn't ask to have anything special excluded; I didn't ask to have anything s

Re: Missing Programs

2006-12-21 Thread Larry Hall (Cygwin)
Harold Fuchs wrote: Gary Johnson wrote: On 2006-12-21, Harold Fuchs wrote: Hello, I'm running Win XP Pro/SP2 I just downloaded and installed cygwin. I didn't choose any special options; I didn't ask to have anything special excluded; I didn't ask to have anything special included. I found an

Re: Missing Programs

2006-12-21 Thread Harold Fuchs
Gary Johnson wrote: > On 2006-12-21, Harold Fuchs wrote: >> Hello, >> >> I'm running Win XP Pro/SP2 >> >> I just downloaded and installed cygwin. I didn't choose any >> special options; I didn't ask to have anything special excluded; I >> didn't ask to have anything special included. >> >> I found

CLISP build fails w/unresolved ref to _FMTID_UserDefinedProperties

2006-12-21 Thread Fred Stone
I am attempting to build CLISP 2.41 from the Cygwin source download and I get unresolved references in the clisp-link "base" step in the syscalls module. The build parameters I used are as follows: ./configure \ --build /build2 \ --prefix=/usr --fsstnd=redhat \ --with-dyna

Re: Newbie question - bad terminal configuration

2006-12-21 Thread Brian Dessent
Steven Buroff wrote: > $ echo $TERM > nutc That's your problem. Or more precisely, it's Rational Rose's problem which became your problem. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsub

Newbie question - bad terminal configuration

2006-12-21 Thread Steven Buroff
I've just installed cygwin on Windows XP with SP 2. There is something wrong with the way the terminal is configured. When I run man, I get the message: WARNING: terminal is not fully functional When I run vim, it is clearly confused about the terminal too. When I type a ":", it doesn't

Re: perl script dies with The instruction at "0x28089a3d" referenced memory at "0x0000004". The memory could not be "written".

2006-12-21 Thread Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote: Anyway, can I deinstall cygwin perl without affecting anything else? Yes, with the exception of any other Cygwin package depending on Perl that you've installed. There aren't many of these though. How do I do that??

Re: ls: reading directory /cygdrive/c: No such file or directory

2006-12-21 Thread Corinna Vinschen
On Dec 21 15:35, Michael Baierl wrote: > Corinna Vinschen wrote: > >We can still not do anything against that, but it would have been > >nice, nevertheless, if you would have run the strace under the > >developer snapshot. > I did, I did... I just send the mail from the wrong address, so the list

Re: ls: reading directory /cygdrive/c: No such file or directory

2006-12-21 Thread Michael Baierl
-- Michael Baierl mbaierl.com http://mbaierl.com/ ** Program name: C:\cygwin\bin\ls.exe (pid 2476, ppid 1) App version: 1005.23, api: 0.156 DLL version: 1007.0, api: 0.161 DLL build:20061221 12:25:54SNP OS version: Windows NT-5.1 Heap size

Re: OpenSSH: differences for public key and password authentication

2006-12-21 Thread Jasper Moeller
Larry Hall (Cygwin) wrote the following : Or, if you prefer the cutting edge: Read this thread and others on the Cygwin list that have tried this before proceeding.

[ANNOUNCEMENT] Updated: minires 1.01

2006-12-21 Thread Pierre A. Humblet
I have updated minires, the DNS resolver library, to version 1.01. It now correctly translates SRV records from the Windows cache (this only affects Win 2000 and XP). Please direct all comments and questions to the cygwin list, mentioning minires in the Subject: line. Pierre ** CYGWIN-ANNOUNC

Re: ls: reading directory /cygdrive/c: No such file or directory

2006-12-21 Thread Corinna Vinschen
On Dec 21 15:04, Michael Baierl wrote: > Corinna Vinschen wrote: > >Nope. This looks rather messy. If there's no way of defining > >a whole directory to take out of the equation, it's quite useless. > >There's nothing Cygwin can do against this stuff which apparently > >intercepts kernel API call

[ANNOUNCEMENT] Updated: bashdb-3.1_0.07-1

2006-12-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of bashdb, 3.1_0.07-1, is available for use, replacing 3.1-0.05-1 as the current version. NEWS: = This is a new upstream release. It works with either bash 3.1 or bash 3.2. A list of changes from bashdb-3.1-0.05-1 is attached; see

Re: ls: reading directory /cygdrive/c: No such file or directory

2006-12-21 Thread Michael Baierl
Corinna Vinschen wrote: Nope. This looks rather messy. If there's no way of defining a whole directory to take out of the equation, it's quite useless. There's nothing Cygwin can do against this stuff which apparently intercepts kernel API calls. It's their call. Hi Corinna, just a quick upd

Re: perl script dies with The instruction at "0x28089a3d" referenced memory at "0x0000004". The memory could not be "written".

2006-12-21 Thread moka
I am having problems with a perl script. For no apparent reason I get The instruction at "0x28089a3d" referenced memory at "0x004". The memory could not be "written". I used to have Activestate and then installed cygwin. Can I maybe >> de-install cygwin's perl(i

Re: OpenSSH: differences for public key and password authentication

2006-12-21 Thread Larry Hall (Cygwin)
Jasper Moeller wrote: Hi folks, I'm sure I had found some references to this before, but I'm completely unable to dig them out again, so please bear with me. We are using cygwin+openssh for remote logins from linux onto an WinXP machine, which we use for automated build processes. We set up

Re: perl script dies with The instruction at "0x28089a3d" referenced memory at "0x0000004". The memory could not be "written".

2006-12-21 Thread Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote: I am having problems with a perl script. For no apparent reason I get The instruction at "0x28089a3d" referenced memory at "0x004". The memory could not be "written". I used to have Activestate and then installed cygwin. Can I maybe de-install cygwin's perl(if s

Re: ls: reading directory /cygdrive/c: No such file or directory

2006-12-21 Thread Corinna Vinschen
On Dec 21 13:55, Michael Baierl wrote: > Corinna Vinschen wrote: > >If I might venture a guess. This is not a generic permission problem or > >some sort of obvious bug in Cygwin, otherwise it should be reproducible > >on my machine. So the usual question applies here: Are you running some > >fir

Re: ls: reading directory /cygdrive/c: No such file or directory

2006-12-21 Thread Michael Baierl
Corinna Vinschen wrote: If I might venture a guess. This is not a generic permission problem or some sort of obvious bug in Cygwin, otherwise it should be reproducible on my machine. So the usual question applies here: Are you running some firewall-, anti-virus-, or Logitech web cam software?

Re: ssh asks for key passphrase every time

2006-12-21 Thread burning shadow
Thank you very much. You were right. :) On 12/20/06, Robert McKay <[EMAIL PROTECTED]> wrote: On 12/20/06, burning shadow <[EMAIL PROTECTED]> wrote: > I have created identification key with passphrase (id_dsa). Now every > time I try to open ssh connection to any host, ssh asks for passphrase > f

Opening a file with a Windows App which is not in Windows File Association

2006-12-21 Thread zzapper
I usually open my images with the wonderful irfanview http://www.irfanview.net/ so > cygstart logo.jpg does the job Occasionally I want to use Adobe Photoshop elements, like many Windows Apps it wants the FULL path to the document and obviously in DOS format. The following does the trick, and

Re: ls: reading directory /cygdrive/c: No such file or directory

2006-12-21 Thread Corinna Vinschen
On Dec 21 10:48, Michael Baierl wrote: > Corinna Vinschen wrote: > > > >Can you please run `strace -o ls.trace ls /cygdrive/c' and send the > >ls.trace file as attachment to your reply, together with the output > >of `cacls C:\\'? This might help to figure out what happens. > > Sure, > here we go

Re: Error building cygwin DLL from CVS HEAD

2006-12-21 Thread Corinna Vinschen
On Dec 20 20:35, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to David Rothenberger on 12/20/2006 2:06 PM: > > I'm encountering an error while trying to build dumper.cc. This is with > > the latest CVS HEAD. > > > > In file included from /usr/src/cygwin/src/wi

OpenSSH: differences for public key and password authentication

2006-12-21 Thread Jasper Moeller
Hi folks, I'm sure I had found some references to this before, but I'm completely unable to dig them out again, so please bear with me. We are using cygwin+openssh for remote logins from linux onto an WinXP machine, which we use for automated build processes. We set up public key authenticat

Re: ls: reading directory /cygdrive/c: No such file or directory

2006-12-21 Thread Michael Baierl
Corinna Vinschen wrote: Can you please run `strace -o ls.trace ls /cygdrive/c' and send the ls.trace file as attachment to your reply, together with the output of `cacls C:\\'? This might help to figure out what happens. Sure, here we go. bash-3.2$ cacls C:\\ C:\ BUILTIN\Administrators:(OI)(

Re: ls: reading directory /cygdrive/c: No such file or directory

2006-12-21 Thread Corinna Vinschen
On Dec 21 09:58, Michael Baierl wrote: > Hi there! > Some time ago my rsync-backup-scripts stopped working and there is > really a weird issue that I could not solve using Google and the mailing > list archive. Look at the following: > > bash-3.2$ ls / > bin cygdrive ... works > bash-3.2$ ls /

ls: reading directory /cygdrive/c: No such file or directory

2006-12-21 Thread Michael Baierl
Hi there! Some time ago my rsync-backup-scripts stopped working and there is really a weird issue that I could not solve using Google and the mailing list archive. Look at the following: bash-3.2$ ls / bin cygdrive ... works bash-3.2$ ls /cygdrive/c ls: reading directory /cygdrive/c: No such