Re: mpg123 patch

2001-04-25 Thread Sagar R. Shah
On Wed, 25 Apr 2001, Andy Younger wrote: > How to install. > Get mpg123-0.59r.tar.gz from the www.mpg123.com site > $ tar zxf mpg123-0.59r.tar.gz > > patch it > > $ zcat mpg123-0.59r-patch.gz | patch -p0 > > compile & install it > > $ cd mpg123-0.59r > > $ make cygwin

Octave under cygwin-1.3.1

2001-04-25 Thread Topas
I just upgrade the cygwin into 1.3.1. But the Octave fail now, the octave-2.1.34 is builded using gcc-2.95.3-3, cygwin snapshot 20010419(which support the /dev/dsp) And, the octave-2.1.33(forget which gcc version) builded under 1.1.8 fail too! The program fails in is_scalar() function. Because t

OpenSSH Build Failure--make died

2001-04-25 Thread Karl M
Hi Corinna... The make died. What would you like me to do? Thanks, ...Karl Final ./configure Output OpenSSH configured has been configured with the following options. User binaries: /usr/bin System binaries: /usr/sbin Configuration files: /etc

OpenSSH Build Problems

2001-04-25 Thread Karl M
Hi Corinna... Here is what I got this time. The make died. What should I do? Thanks, ...Karl Final ./configure Output OpenSSH configured has been configured with the following options. User binaries: /usr/bin System binaries: /usr/sbin Configuration

RE: run a program without cygwin1.ddl ?

2001-04-25 Thread Robert Collins
You want the mingw project - www.mingw.org Rob > -Original Message- > From: ´^±d¯q [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 26, 2001 2:29 PM > To: [EMAIL PROTECTED] > Subject: run a program without cygwin1.ddl ? > > > I have a question. > how can i generate a executable file

run a program without cygwin1.ddl ?

2001-04-25 Thread ´^±d¯q
I have a question. how can i generate a executable file doesn't link to cygwin1.dll when executing ? That means that I want to develope tools for each win32 machine without installing cygwin. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple

Re: Cut and paste problem with cygwin 1.3.1

2001-04-25 Thread Christopher Faylor
On Wed, Apr 25, 2001 at 11:17:26PM -0400, Wilson Farrell wrote: >Christopher Faylor wrote: >> >> On Wed, Apr 25, 2001 at 05:41:40PM -0700, Victor M. Esquivel wrote: >> >I know cygwin v1.3.1 just came out, but I thought I'd give it a try. >> > >> >I installed from scratch with the latest cygwin, m

Re: Cut and paste problem with cygwin 1.3.1

2001-04-25 Thread Wilson Farrell
Christopher Faylor wrote: > > On Wed, Apr 25, 2001 at 05:41:40PM -0700, Victor M. Esquivel wrote: > >I know cygwin v1.3.1 just came out, but I thought I'd give it a try. > > > >I installed from scratch with the latest cygwin, mingw, and w32api. I > >noticed right away that I can no longer cut an

Re: Cut and paste problem with cygwin 1.3.1

2001-04-25 Thread Christopher Faylor
On Wed, Apr 25, 2001 at 05:41:40PM -0700, Victor M. Esquivel wrote: >I know cygwin v1.3.1 just came out, but I thought I'd give it a try. > >I installed from scratch with the latest cygwin, mingw, and w32api. I >noticed right away that I can no longer cut and paste more than 4 lines >of data from

Re: Thanks. Re: Broken Bash 2.05? a configure can't find /bin/sh

2001-04-25 Thread Christopher Faylor
On Wed, Apr 25, 2001 at 05:37:21PM -0700, Dennis Wilson wrote: >The explanation is great. I can work around this. I just thought I had done >something wrong on my >upgrade and was preparing to reinstall. Actually, as I noted, the explanation did not really explain your problem. It appears that th

Re: Updated: cygwin, mingw, w32api

2001-04-25 Thread Christopher Faylor
On Wed, Apr 25, 2001 at 07:58:49PM -0400, Charles Wilson wrote: >Christopher Faylor wrote: >>On Wed, Apr 25, 2001 at 11:56:07PM +0200, Sprenger, Karel wrote: >>>After redefining the old-style symlinks I had to the new cygwin 1.3.1 >>>style, I noticed that the cd command (a bash builtin) no longer

Cut and paste problem with cygwin 1.3.1

2001-04-25 Thread Victor M. Esquivel
Hello, I know cygwin v1.3.1 just came out, but I thought I'd give it a try. I installed from scratch with the latest cygwin, mingw, and w32api. I noticed right away that I can no longer cut and paste more than 4 lines of data from a Windoze text file to a bash session. To confirm this, I re-in

Thanks. Re: Broken Bash 2.05? a configure can't find /bin/sh

2001-04-25 Thread Dennis Wilson
The explanation is great. I can work around this. I just thought I had done something wrong on my upgrade and was preparing to reinstall. Cygwin is a GREAT way for a unix person to get along with windows. I hope you guys can continue. Many thanks again. - Original Message - From: "Troy N

Re: no "which" in cygwin bash ?

2001-04-25 Thread Noel L Yap
Use 'type -p sshd'. Noel [EMAIL PROTECTED] on 2001.04.24 16:11:26 To: [EMAIL PROTECTED] cc: (bcc: Noel L Yap) Subject: no "which" in cygwin bash ? Hi Geeks, I just download and install the newest Cygwin-1.1.8 on my Win2k machine. What surprised me is I can't use "which sshd" to fin

Re: Request to package maintainers

2001-04-25 Thread steve . snyder
>This is a _very_ bad idea. config.cache is not portable across machines >unless they are _identical_ in layout. And if you are building from >source you may well have a different location for various items. Fair enough. I would settle for just a brief note in a README file. Anything that would

Re: Request to package maintainers

2001-04-25 Thread DJ Delorie
> I would like to make a request of Cygwin's package maintainers: > please leave the generated config.cache file in the source package. A config.cache from my machine most likely won't work on your machine, unless you too are building on a Red Hat Linux box with an i686-pc-cygwin cross compiler

Re: Request to package maintainers

2001-04-25 Thread Christopher Faylor
On Wed, Apr 25, 2001 at 06:42:00PM -0500, [EMAIL PROTECTED] wrote: >I would like to make a request of Cygwin's package maintainers: please >leave the generated config.cache file in the source package. > >I suggest this to aid in rebuilding from source packages. As it is, >those who want to rebuil

Re: Request to package maintainers

2001-04-25 Thread Charles S. Wilson
[EMAIL PROTECTED] wrote: > > Hello. > > I would like to make a request of Cygwin's package maintainers: please leave the >generated config.cache file in the source package. > > I suggest this to aid in rebuilding from source packages. As it is, those who want >to rebuild there own binaries h

Re: Request to package maintainers

2001-04-25 Thread Robert Collins
>- Original Message - >From: <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, April 26, 2001 9:42 AM >Subject: Request to package maintainers > >Hello. > >I would like to make a request of Cygwin's package maintainers: please leave the generated config.cache file in the sourc

Re: Updated: cygwin, mingw, w32api

2001-04-25 Thread Charles Wilson
Christopher Faylor wrote: > > On Wed, Apr 25, 2001 at 11:56:07PM +0200, Sprenger, Karel wrote: > >After redefining the old-style symlinks I had to the new cygwin 1.3.1 > >style, I noticed that the cd command (a bash builtin) no longer follows > >symlinks. For example, /usr/lib/terminfo is a syml

Re: Updated: cygwin, mingw, w32api

2001-04-25 Thread Christopher Faylor
On Wed, Apr 25, 2001 at 07:28:32PM -0400, Christopher Faylor wrote: >On Wed, Apr 25, 2001 at 11:56:07PM +0200, Sprenger, Karel wrote: >>After redefining the old-style symlinks I had to the new cygwin 1.3.1 >>style, I noticed that the cd command (a bash builtin) no longer follows >>symlinks. For e

[ANNOUNCEMENT] Updated: gcc 2.95.3-4, binutils 20010425-1

2001-04-25 Thread Christopher Faylor
I've made new versions of gcc and binutils available for download. The new gcc release fixes a problem where /usr/local/lib was not being searched by default. It also forces a search of /usr/lib/w32api when linking regardless of whether -nostdlib is specified or not. binutils is basically an up

RE: Problems compiling Compress::Zlib under Perl.

2001-04-25 Thread Neil Lunn
> From: RUMBLE,PHIL (A-Scotland,ex1) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 25, 2001 6:16 PM > To: '[EMAIL PROTECTED]' > Subject: Problems compiling Compress::Zlib under Perl. > I keep getting this error. Any clues? > > cannot find -luser32 Your not linking against a cygwin zlib. S

RE: :ODBC differences between Cygwin and ActiveState

2001-04-25 Thread Neil Lunn
> -Original Message- > From: Karr, David [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 25, 2001 8:25 AM > To: '[EMAIL PROTECTED]' > Subject: DBI::ODBC differences between Cygwin and ActiveState > > > I'm in a situation where I'd like to have some ActiveState > Perl code use > Cyg

Request to package maintainers

2001-04-25 Thread steve . snyder
Hello. I would like to make a request of Cygwin's package maintainers: please leave the generated config.cache file in the source package. I suggest this to aid in rebuilding from source packages. As it is, those who want to rebuild there own binaries have no idea what config options were use

Re: Updated: cygwin, mingw, w32api

2001-04-25 Thread Christopher Faylor
On Wed, Apr 25, 2001 at 11:56:07PM +0200, Sprenger, Karel wrote: >After redefining the old-style symlinks I had to the new cygwin 1.3.1 >style, I noticed that the cd command (a bash builtin) no longer follows >symlinks. For example, /usr/lib/terminfo is a symlink to the directory >/usr/share/term

RE: Updated: cygwin, mingw, w32api

2001-04-25 Thread Sprenger, Karel
Hi, After redefining the old-style symlinks I had to the new cygwin 1.3.1 style, I noticed that the cd command (a bash builtin) no longer follows symlinks. For example, /usr/lib/terminfo is a symlink to the directory /usr/share/terminfo, but cd -L /usr/lib/terminfo nor cd -L /lib/terminfo work.

Re: May need a ghostscript maintainer

2001-04-25 Thread Gerrit P. Haase
Christopher Faylor schrieb am 2001-04-23, 16:13: > Is anyone willing to maintain this? We need to provide an X-less > version of ghostscript. Norman Vine has managed to do this, so it is > not an impossible feat: > > http://www.vso.cape.com/~nhv/files/cygwin/gs6.62/ > > If someone would like

RE: Updated: cygwin, mingw, w32api

2001-04-25 Thread Larry Hall (RFK Partners, Inc)
At 05:56 PM 4/25/2001, Sprenger, Karel wrote: >Ironically, NT's explorer >recognizes the symlink and behaves as expected. Right, this was the major reason for making the change. Larry Hall [EMAIL PROTECTED] RFK Partners, Inc. http://www.rfk.c

mpg123 patch

2001-04-25 Thread Andy Younger
The new version of cygwin 1.3.1 has basic support for /dev/dsp. When I get time I will try and make a few sound packages for the cygwin install. Until then here is a quick/crude patch for the latest version of mpg123 (mpg123-0.59r) How to install. Get mpg123-0.59r.tar.gz from the www.m

Re: Broken Bash 2.05? a configure can't find /bin/sh

2001-04-25 Thread Christopher Faylor
On Wed, Apr 25, 2001 at 08:59:41AM -0600, Troy Noble wrote: >bash doesn't get installed as /bin/sh, it gets installed as /bin/bash. I'm not sure why you are making this observation. The error that Dennis is reporting is that he couldn't find /bin/sh. The error is coming *from* bash but there is

Re: openSSH under cygwin fix

2001-04-25 Thread Corinna Vinschen
On Wed, Apr 25, 2001 at 08:15:56AM -0700, Karl M wrote: > Hi C... > > I understand what you are saying, and agree with that. > > What I am saying is that when I use sshd running as a srvany service, I > don't get my user specific environment variable definitions picked up (the > ones I define

Question about gdb --core and just-in-time gdb stack backtraces...

2001-04-25 Thread Troy Noble
Sorry for the long post. The bottom line question is: Is there any way to get the real location of a SIGSEGV when running gdb on a dumper.exe-generated core file or in just-in-time mode? When I interactively run my own program with "gdb -nw ./myprogram.exe" and a debug version of the cygwin1.dll

problem with sshd as service

2001-04-25 Thread Joel Bradbury
I'm having a weird problem when I try to run sshd as a service on NT. The sshd service is set to run under the system account (using srvany.exe), I have system path set to include my /bin and /usr/bin directories, and my log in shell is /bin/sh. I can log in fine and run pwd or cd, but when I

Expected errors in building cygwin1.dll?

2001-04-25 Thread steve . snyder
Hello. As you can see below, I get 17 errors when testing a new build of cygwin v1.3.1-1 (using current development tools). Are these errors expected? Thanks. - $ make check make[1]: Entering directory `/cygdrive/d/tmp/cygwi

RE: CYGWIN file structure

2001-04-25 Thread Heribert Dahms
Hi Eric, the ls is superfluos, because a unix shell already expands wildcards (globbing): for IMG_FILE in image*.tif; do Bye, Heribert ([EMAIL PROTECTED]) > -Original Message- > From: Eric M. Monsler [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, April 25, 2001 02:57 > To: James Bergstr

make-3.79.1: /bin/sh.exe: Command not found

2001-04-25 Thread Shawn Carey
Hello, I'm using cygwin's build of GNU make on a Windows 2000 system. I recently upgraded the make executable from version 3.79 to 3.79.1, and now I'm having some problems... The compile-time initialization of "default_shell" (main.c:1134) has changed from "sh.exe" in version 3.79 to "/bin/sh.e

RE: EMAIL PROCESSORS WANTED IMMEDIATLY

2001-04-25 Thread Heitzso
if there's anyway to get paulgriffin52 banned from this list and/or charged for advertising on it (which some lists do, i.e. debian) ... -Original Message- From: paul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 4:48 PM To: [EMAIL PROTECTED] Subject: EMAIL PROCESSORS WANTED

Problems compiling latest textutils

2001-04-25 Thread Matthew Smith
Hi. I'm having some problems compiling textutils 2.0.14 (I'm working on making a new cygwin textutils release). Everything compiled out of the box for me with cygwin 1.1.8-2, and the associated mingw/win32api. I've upgraded my cygwin to: binutils 20010424-1 (test release) cygwin 1.3.1-1 gcc 2.

I have no name

2001-04-25 Thread Jon Bianco
Corina, FYI, I ran into this problem and modified my etc/passwd-grp.bat.done from: bin/mkpasswd -l > etc/passwd bin/mkgroup -l > etc/group to: /bin/mkpasswd -l > /etc/passwd /bin/mkgroup -l > /etc/group And now I'm displaying my user name on the prompt. Cheers, Jon Bianco On Thu, Apr 19, 20

Re: make-3.79.1: /bin/sh.exe: Command not found

2001-04-25 Thread Larry Hall (RFK Partners, Inc)
At 03:09 PM 4/25/2001, Shawn Carey wrote: >Hello, > >I'm using cygwin's build of GNU make on a Windows 2000 system. I recently >upgraded the make executable from version 3.79 to 3.79.1, and now I'm having >some problems... > >The compile-time initialization of "default_shell" (main.c:1134) has ch

Re: make-3.79.1: /bin/sh.exe: Command not found

2001-04-25 Thread Christopher Faylor
yn Wed, Apr 25, 2001 at 03:09:06PM -0400, Shawn Carey wrote: >The compile-time initialization of "default_shell" (main.c:1134) has changed >from "sh.exe" in version 3.79 to "/bin/sh.exe" in 3.79.1. The unqualified >value of "sh.exe" allowed make to find sh.exe using PATH, but "/bin/sh.exe" >does

Re: EMAIL PROCESSORS WANTED IMMEDIATLY

2001-04-25 Thread Christopher Faylor
I block any junk email that shows up here from further transmission. No further commentary on this, please. The only thing worse than spam, IMO, is people complaining about spam and consequently spamming people themselves. cgf On Wed, Apr 25, 2001 at 02:54:46PM -0400, Heitzso wrote: >if there'

Problems with .EXE files overriding shell scripts in PATH.

2001-04-25 Thread Sergio Del Rio
For the most part, all shell scripts that I have are found by bash if they are in the PATH. I am trying to write a script that overrides an existing SQLPLUS.EXE file that is also in the path. I created a script called sqlplus and placed it into /usr/local/bin which is the first thing in the path

cygwin, dlls and libs

2001-04-25 Thread Carlos Pita
Hi all! Last 2 nights I went through a nightmare of object file formats, symbol mangling conventions, etc. when trying to build some python modules with cygwin. Tonight I ended up building them with borland tools converting the coff .lib to omf with coff2omf.exe. Then this morning I started t

Re: Unable allowed to change the From: field in Pine 4.10

2001-04-25 Thread Christopher Faylor
And, this relates to cygwin, how? cgf On Wed, Apr 25, 2001 at 04:03:39PM +0200, RUMBLE,PHIL (A-Scotland,ex1) wrote: >can anyone tell me if they have been successful in changing the From: field >in Pine ver4.10? > >Thanks in advance -- Want to unsubscribe from this list? Check out: http://cy

Re: Symbol link trouble ?

2001-04-25 Thread Pierre Muller
Corinna wrote >On Wed, Apr 25, 2001 at 02:09:48PM +0200, Pierre Muller wrote: >> At 13:13 25/04/01 , vous avez écrit: > > >Could be a buffering technique of W95. I have just read the Microsoft > >KB article Q128932 "How Windows 95 Resolves Shortcut Links" but it > >doesn't obtain any addition

RE: CVSUp or Modula3 boot or errno in assemble

2001-04-25 Thread Andrew G. Tereschenko
Thanks Christopher once more, www.cygwin.com was the first place i've visited. I've searched in mailarhives (i've found solutions for several my problems) and i've read FAQ. But problem still persists. I've found and tested for compile several Modula3 implementations One from http://m3.polymtl.

cygwin

2001-04-25 Thread Miles Teugioux
hi i just wanted to say I downloaded and installed cygwin on my Win2k laptop and think its pretty damn cool. i am a unix guy that gets lost in windows, and i've started to use cygwin to write silly little utilities in C (using cygwin) to help automate some tasks on my laptop. just wanted to let

Re: Insight build errors occur after updating new version of cygwin!

2001-04-25 Thread Charles Wilson
For the archives... Earnie Boyd wrote: > > "Charles S. Wilson" wrote: > > > > Cliff Tsai wrote: > > > > > > Hi: > > > After updating new version of cygwin using 'setup'. > > > I found that when I build insight5.0,there are following erros! > > > I'm sure that before I update cygwin.

Re: CVSUp or Modula3 boot or errno in assemble

2001-04-25 Thread Christopher Faylor
Please check out the project web page for links to available information and ports: http://cygwin.com/ . If you don't see what you need there, then the cygwin mailing list is the best place to make observations or get questions answered. Information on the mailing list is available at the projec

RE: Broken Bash 2.05? a configure can't find /bin/sh

2001-04-25 Thread Troy Noble
bash doesn't get installed as /bin/sh, it gets installed as /bin/bash. The "ash" package (a Bourne shell clone) is the one that actually gets installed as /bin/sh. So if you didn't install ash*.tar.gz, you've likely not got a /bin/sh. What we've done to get around this is install the "bash" pac

EMAIL PROCESSORS WANTED IMMEDIATLY

2001-04-25 Thread paul
EMAIL PROCESSING COMPANY LOOKING FOR EMAIL PROCESSORS IMMEDIATELY, TO SUSTAIN EXPLOSIVE GROWTH. EARN $5,000- $10,000.00 AND MORE MONTHLY. NO EXPERIENCE NECESSARY. SEND AN EMAIL TO [EMAIL PROTECTED] WITH "EMAIL PROCESSOR" IN THE SUBJECT LINE. WE WANT SERIOUS INQUIRIES FROM PEOPLE WHO WANT TO M

RE: CVSUp or Modula3 boot or errno in assemble

2001-04-25 Thread Andrew G. Tereschenko
[...] > 3. Can someone fix attached asm file for usage of errno function, > not global variable ? Or propose way how to link this code > with modified Cygwin or other objects. Sorry ... Uncoment plz lines with _errno in FilePosix.ms = Andrew G. Tereschenko Software En

Re: CVSUp or Modula3 boot or errno in assemble

2001-04-25 Thread Christopher Faylor
On Wed, Apr 25, 2001 at 07:41:09PM +0300, Andrew G. Tereschenko wrote: >P.S> Sorry for a offending language, i'm often angry on open-source >savvy saying RTFM (or "Welcome to OS, Do you realy need it ? Code >it.") than people trying to get real help from them. Translation: "I'm often angry becau

EMAIL PROCESSORS WANTED IMMEDIATLY

2001-04-25 Thread paul
EMAIL PROCESSING COMPANY LOOKING FOR EMAIL PROCESSORS IMMEDIATELY, TO SUSTAIN EXPLOSIVE GROWTH. EARN $5,000- $10,000.00 AND MORE MONTHLY. NO EXPERIENCE NECESSARY. SEND AN EMAIL TO [EMAIL PROTECTED] WITH "EMAIL PROCESSOR" IN THE SUBJECT LINE. WE WANT SERIOUS INQUIRIES FROM PEOPLE WHO WANT TO M

Re: _ctype_ undefined errors and getting XFree86

2001-04-25 Thread Christopher Faylor
Wrong mailing list. cgf On Wed, Apr 25, 2001 at 06:09:45AM -0400, William D. Kirby wrote: >I have had a number repeated errors occur while tring build or rebuild a >number of X-Window applications and packages. These are _ctype_ >undefined errors from mostly linking X11 and Lesstif libraries. Us

Re: openSSH under cygwin fix

2001-04-25 Thread Karl M
Hi C... I understand what you are saying, and agree with that. What I am saying is that when I use sshd running as a srvany service, I don't get my user specific environment variable definitions picked up (the ones I define from the windows gui). I have to also define them in ~/.ssh/environme

RE: Broken Bash 2.05? a configure can't find /bin/sh

2001-04-25 Thread Troy Noble
Sorry. We've just run into a lot of problems with people who are used to writing KSH or BASH programs testing with /bin/bash and then putting #!/bin/sh in their file. Then ash pukes when we run their scripts. So to make life simpler here we've found it easier just to put /bin/bash in place of /b

Results for 3.0 20010423 (prerelease) testsuite on i686-pc-cygwin

2001-04-25 Thread Christian Jönsson
$_tmp_n.iilg4Gya\$app_instance result: _26_GLOBAL_\$N\$_tmp_n.iilg4Gya\$app_instance expected: {anonymous}::app_instance 17 of 645 tests failed Detailed test results in ../20010425-mkcheck.txt +: pass, -b: build failure, -r: run failure, x: disabled ---

Re: ntsec and sshd question

2001-04-25 Thread Karl M
Hi Corinna... I changed the CYGWIN setting and rebooted a couple of times to see... With 'CYGWIN=ntsec tty' there is an extra process visible (ps -aef). With 'CYGWIN=ntsec' there is no extra process visible. I understand the spawning to authenticate eash login, but why does sshd spawn an extr

Re: bash 2.05 broken -i flag

2001-04-25 Thread Jason Tishler
On Fri, Apr 20, 2001 at 11:09:48AM -0600, Mark Paulus wrote: > I went back and extracted 2.04 (called it > bash204.exe), duplicated my cygwin.bat > (cygbatch.bat), and changed the line to be: > bash204 --login -i ), just to make sure I > wasn't hallucinating. > > The 2.04 version works, the

Re: openSSH under cygwin fix

2001-04-25 Thread C
Yes. start the sshd as a service with logon of different user...make sure that user has the logon priveledges detailed in the openssh documentation. this has other benefits too.not being as system easier to audit easier to kill process Regards C Hi Corinna... But when the proc

cygwish80 environment problems

2001-04-25 Thread Marius Gedminas
I'm trying to run TkDiff on Cygwin. Now it appears that cygwish80 is not a true cygwin application since it doesn't understand Cygwin paths. However it is linked with cygwin1.dll and it transforms all environment variables like $TMP and $HOME into Cygwin format that it cannot subsequently use. I

Re: openSSH under cygwin fix

2001-04-25 Thread Karl M
Hi Corinna... But when the process is spawned, it has the environment of SYSTEM or the user running the sshd daemon instead of the target user. Is it possible to change that? For now, I just set the ~/.ssh/environment to fix things up. But that requires maintaining two copies of my environmen

Re: openSSH under cygwin fix

2001-04-25 Thread Karl M
Hi Corinna... But when the process is spawned, it has the environment of SYSTEM or the user running the sshd daemon instead of the target user. Is it possible to change that? For now, I just set the ~/.ssh/environment to fix things up. But that requires maintaining two copies of my environmen

Re: Cygwin Python Distribution GPL Licensing Issue?

2001-04-25 Thread Jason Tishler
On Wed, Apr 25, 2001 at 01:10:01AM -0400, Tim Peters wrote: > [Jason Tishler] > > Hmm, I not sure how to interpret the above. > > That's because I'm trying *not* to tell you what to do, only what I believe > are your options and some of the potentially thorny issues connected with > them. In the

Unable allowed to change the From: field in Pine 4.10

2001-04-25 Thread RUMBLE,PHIL (A-Scotland,ex1)
People, can anyone tell me if they have been successful in changing the From: field in Pine ver4.10? Thanks in advance Rumble -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple

Re: openSSH under cygwin fix

2001-04-25 Thread Corinna Vinschen
On Wed, Apr 25, 2001 at 01:41:19PM +0100, Gaz Jones wrote: > Hi, first, thanks for the great cygwin and for the work on > the openSSH port. I _think_ I may have found a problem (I > may not have, have only been playing around with the > code so far :), in that the PATH under Windows doesn't > seem

Re: Symbol link trouble ?

2001-04-25 Thread Pierre Muller
At 13:13 25/04/01 , vous avez écrit: >On Wed, Apr 25, 2001 at 12:40:40PM +0200, Pierre Muller wrote: > > > > >Aaargh! Really? I don't have any 95 for testing purposes so > > >I can't look for this. Did you ever think about upgrading to > > >OSR2, 98, ME, NT, W2K? Ok, ok, seriously, if you can't li

1.1.8-2 Access violation (sshd) -FIXED

2001-04-25 Thread C
Note to all.. This has been fixed in the latest cywin release.was not mentioned 1.3.1 NT/2k generated admin accounts no longer stack dump with ssh ;) c^ Hi there Hope you can help because this has stumped me. Please find attached 'cygcheck.out' File version are (have also tried

Re: Symbol link trouble ?

2001-04-25 Thread Corinna Vinschen
On Wed, Apr 25, 2001 at 02:09:48PM +0200, Pierre Muller wrote: > At 13:13 25/04/01 , vous avez écrit: > >Could be a buffering technique of W95. I have just read the Microsoft > >KB article Q128932 "How Windows 95 Resolves Shortcut Links" but it > >doesn't obtain any additional information. > >

openSSH under cygwin fix

2001-04-25 Thread Gaz Jones
Hi, first, thanks for the great cygwin and for the work on the openSSH port. I _think_ I may have found a problem (I may not have, have only been playing around with the code so far :), in that the PATH under Windows doesn't seem to be getting set after I log in. The relevant lines are in session.

RE: Starting cygwin from a telnet session

2001-04-25 Thread Michael Erdely
Christopher, I just tried this with success (telneting to locahost and running c:\cygwin\cygwin.bat using the MS commandline telnet program & NTLM auth and using SecureCRT and plaintext auth and I also tried it telneting from my openbsd box). Before trying to start cygwin, see what your environm

Compiling BitchX-1.0c18

2001-04-25 Thread Christopher Dale Campbell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm having a few problems compiling BitchX-1.0c18. I've included the output of `./configure --with-plugins` and `make`. Also, note that in the configure output, when checking for Cygwin environment it reports no (near the top of configure.out). I h

Re: Symbol link trouble ?

2001-04-25 Thread Corinna Vinschen
On Wed, Apr 25, 2001 at 12:40:40PM +0200, Pierre Muller wrote: > > >Aaargh! Really? I don't have any 95 for testing purposes so > >I can't look for this. Did you ever think about upgrading to > >OSR2, 98, ME, NT, W2K? Ok, ok, seriously, if you can't live > > OS version is 4.00.950 B >B means

Re: Symbol link trouble ?

2001-04-25 Thread Pierre Muller
>Aaargh! Really? I don't have any 95 for testing purposes so >I can't look for this. Did you ever think about upgrading to >OSR2, 98, ME, NT, W2K? Ok, ok, seriously, if you can't live OS version is 4.00.950 B B means OSR 2, no ? >with that, you should set your CYGWIN environment variable to

Problems with rexecd (inetutils v1.3.2 )

2001-04-25 Thread Raphael Duenas
Hi, I have the followingerror message with rexecd : 0 [main] in.rexecd 3336 spawn_guts: GetTokenInformation: Win32 error 6 /bin/bash: Bad file number The inetd.conf entry is the following : execstream tcpnowait root/usr/sbin/in.rexecd.exe in.rexecd.exe What can I do? thank you

Re: Symbol link trouble ?

2001-04-25 Thread Corinna Vinschen
On Wed, Apr 25, 2001 at 11:14:48AM +0200, Pierre Muller wrote: > > I have a big problem if I try to redefine an existing symbolic link > within cygwin environment. > (I just downloaded the new cygwin version, but it > does not seem to cure the problem) > > To illustrate the problem, I wrote a

AW: Problems compiling Compress::Zlib under Perl.

2001-04-25 Thread Ralf Habacker
Add --driver-flags -Wl,--verbose or --driver-flags -v to the dllwrap command line to see which libs are explicit added Regards Ralf Habacker EMail: [EMAIL PROTECTED] [EMAIL PROTECTED] > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von

Re: _ctype_ undefined errors and getting XFree86

2001-04-25 Thread Robert Collins
Stop trying to mix and match. Download the current Cygwin/XFree86 tarballs. The tarballs are named relatively clearly - the easiest way is to grab them all though. Rob - Original Message - From: "William D. Kirby" <[EMAIL PROTECTED]> To: "Cygwin, Mailing List" <[EMAIL PROTECTED]> Sent:

AW: Problems compiling Compress::Zlib under Perl.

2001-04-25 Thread Ralf Habacker
> People, > > Here is the vebose output. > > Thanks > > Rumble > > $ make > Running Dynamic Lib Section > rm -f blib/arch/auto/Compress/Zlib/Zlib.dll > LD_RUN_PATH="/usr/local/lib" ld2 -o blib/arch/auto/Compress/Zlib/Zlib.dll > -s -L/usr/local/lib Zlib.o --driver-flags -Wl,--verbose > /usr/lib/per

_ctype_ undefined errors and getting XFree86

2001-04-25 Thread William D. Kirby
I have had a number repeated errors occur while tring build or rebuild a number of X-Window applications and packages. These are _ctype_ undefined errors from mostly linking X11 and Lesstif libraries. Using Cygwin b20 X11r6.4 libraries with even the latest Cygwin (1.3.1). >From a search of the cy

RE: Problems compiling Compress::Zlib under Perl.

2001-04-25 Thread RUMBLE,PHIL (A-Scotland,ex1)
People, Here is the vebose output. Thanks Rumble $ make Running Dynamic Lib Section rm -f blib/arch/auto/Compress/Zlib/Zlib.dll LD_RUN_PATH="/usr/local/lib" ld2 -o blib/arch/auto/Compress/Zlib/Zlib.dll -s -L/usr/local/lib Zlib.o --driver-flags -Wl,--verbose /usr/lib/perl5/5.6.1/cygwin/CORE/li

Symbol link trouble ?

2001-04-25 Thread Pierre Muller
I have a big problem if I try to redefine an existing symbolic link within cygwin environment. (I just downloaded the new cygwin version, but it does not seem to cure the problem) To illustrate the problem, I wrote a little script (file 'test' below) It does not seem to depend on the shell use

Problems compiling Compress::Zlib under Perl.

2001-04-25 Thread RUMBLE,PHIL (A-Scotland,ex1)
People, I keep getting this error. Any clues? $ make gcc -c -I/usr/include -DPERL_USE_SAFE_PUTENV -DHAS_SBRK_PROTO -fno-strict-aliasing -DUSEIMPORTLIB -O2 -DVERSION=\"1.11\" -DXS_VERSION=\"1.11\" -I/usr/lib/perl5/5.6.1/cygwin/CORE Zlib.c Running Mkbootstrap for Compress::Zlib () chmod 644

Re: ntsec and sshd question

2001-04-25 Thread Corinna Vinschen
On Tue, Apr 24, 2001 at 11:47:00PM -0700, Karl M wrote: > Hi Corinna... > > But I did not see it before I set 'CYGWIN=ntsec tty'. When I had no value > set for the CYGWIN variable, I did not see the extra sshd process. Why is it > different now? Dunno. Could you try "CYGWIN=nontsec tty" and "C