setup.exe timestamp 1108087248: mined-2000.10-1: minor glitch

2005-02-10 Thread fergus
There is an intrusive blank line in the entry for mined-2000.10-1 in
setup.ini timestamp 1108087248, preventing its download and installation.
Fergus


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: strange cp behavior with (coreutils 5.2.1)

2005-02-10 Thread Jane Doe

--- Eric Blake <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> According to Jane Doe on 2/8/2005 8:15 PM:
> > $ net use shiva /u:shiva\\administrator
> > $ cp //shiva/c\$/cvsmq/eqgame.h .
> > cp: cannot open `//shiva/c$/cvsmq/eqgame.h.exe'
> for
> > reading: No such file or directory
> > 
> > I think this used to work when cp was part of
> > fileutils.  The file itself has owner
> (develop\dkaa)
> > read permissions but Everyone has no explicit
> > permissions.  Giving Everyone read permissions
> makes
> > it work.
> 
> Could you please try the test release of
> coreutils-5.3.0-2 and see if the
> issue is still there?  Are you complaining because
> the file should have
> been accessible with your first approach, or because
> it should have been
> inaccessible but the error message added '.exe'?

cp (GNU coreutils) 5.3.0 shows the correct error
message (permission denied) instead of looking for the
exe.

Thanks.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Fw: bug in texi2dvi, and hack patch

2005-02-10 Thread Karl Berry
Back on this thread about texi2dvi and cygwin from a couple weeks ago.

2) On cygwin, if both $dir/tex.exe exists and a directory $dir/tex/ exist,
this function misses the existence of tex.exe.

I don't see why the presence of $dir/tex would affect things.
tex.exe would never be found on cygwin with the present code, as I
understand it.

So I added an explicit check for foo.exe, for Cygwin's sake.  test -x
will work, right?  (If a Unix system has an executable foo.exe in PATH
first, they deserve what they get, IMO.)

I do not want to autoconfiscate texi2dvi, nor do I think it's necessary.

If you feel like testing, you can get the current version from texinfo
cvs at savannah.gnu.org, namely:
http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/texinfo/texinfo/util/texi2dvi?rev=HEAD&content-type=text/plain

Thanks,
karl

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Building Perl modules

2005-02-10 Thread Gerrit P. Haase
Alejandro Calbazana wrote:
Hello,
No... group file exists has the proper entries.  Still unable to build
Thanks,
Alejandro

Hmmm, s.th. wrong with the permissons? Is your /etc/group file empty, 
then run `mkgroup -l -d` and try again.  Same errors.

Please send the output of `cygcheck -svr` *as attachement* to the list
and read http://cygwin.com/problems.html (again).
Gerrit
--
=^..^=
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: perl & Win32 lib support

2005-02-10 Thread Gerrit P. Haase
linda w wrote:
Gerrit P. Haase wrote:
This is annoying, I get it occasionally, I believe it is a bug in
MakeMaker, but I couldn't find it yet.  Does the build continue if you 
add the missing tab and run make again?

===
Think I got past that point, -- have it building in win32 again and
running a make manually after fixing that makefile gets me:
[...]
File.o(.text+0x7450):File.c: undefined reference to `_win32_get_osfhandle'
File.o(.text+0x13b79):File.c: undefined reference to 
`_win32_open_osfhandle'
collect2: ld returned 1 exit status
Hmm, we really should wait until Reini gets all bits together and
releases libwin32 for cygwin as package.
Gerrit
--
=^..^=
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: perl & Win32 lib support

2005-02-10 Thread Reini Urban
Yitzchak Scott-Thoennes schrieb:
3) wait for an updated perl-libwin32 release (should be soon)
It's already announced in cygwin-apps.
It just needs the necessary steps there.
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: Memory for large arrays in cygwin/g77

2005-02-10 Thread Mark Hadfield
Charles D. Russell wrote:
Dante Chialvo wrote:
I think the following quote is from a message of mine...
 > I have the same problem. I have g77, g95 and >grfortran (gfc) 
installed (see below). With >heap_chunk_in_mb set to 1024, on a machine 
with >1024 MiB RAM< I can run a simple Fortran >program with an array of 
up to ~ 1023 MiB. With >g77 & gfc the limit is 156 MiB and beyond that 
 >it fails with something like
 >

 gfctest.exe (844): *** MapViewOfFileEx(0x224, in_h 0x224)
 failed, Win32 error 6
I was using large fortran arrays with no trouble a year ago using the 
-Wl,--stack option to enlarge the stack, but it is no longer working for 
me.  Same machine, but with cygwin upgrades and with SP2 for the XP 
pro.  Something has changed.
I have these problems on Windows 2000. I suspect it is Cygwin and/or gcc 
that has changed.

Switching to g95 is a poor option.  Both g95 and gfortran are currently 
beta software, and it is gfortran that is destined to replace g77 in the 
next version of gcc.
Right now, poor options are the only ones available.
There is now a Mingw version of gfortran. Does that help?
--
Mark Hadfield"Ka puwaha te tai nei, Hoea tatou"
[EMAIL PROTECTED]
National Institute for Water and Atmospheric Research (NIWA)
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: Memory for large arrays in cygwin/g77

2005-02-10 Thread Charles D. Russell
Dante Chialvo wrote:
> I have the same problem. I have g77, g95 and >grfortran (gfc) 
installed (see below). With >heap_chunk_in_mb set to 1024, on a machine 
with >1024 MiB RAM< I can run a simple Fortran >program with an array of 
up to ~ 1023 MiB. With >g77 & gfc the limit is 156 MiB and beyond that 
>it fails with something like
>

 gfctest.exe (844): *** MapViewOfFileEx(0x224, in_h 0x224)
 failed, Win32 error 6

I was using large fortran arrays with no trouble a year ago using the 
-Wl,--stack option to enlarge the stack, but it is no longer working for 
me.  Same machine, but with cygwin upgrades and with SP2 for the XP 
pro.  Something has changed.

Switching to g95 is a poor option.  Both g95 and gfortran are currently 
beta software, and it is gfortran that is destined to replace g77 in the 
next version of gcc.

Besides, I have the same problem  in creating large arrays in C.  Again, 
the -Wl,--stack switch that I used a year or two ago is no longer 
working.  The problem is not just in fortran (though it is we fortran 
users who want humongous arrays.)

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


RE: scponly for chrooted sftp server in cygwin

2005-02-10 Thread Chad Neufeld
Thank you for the help Christian,

I was able to make and install scponly.

I still get the following error during the make phase.

gcc -g -O2 -I. -I. -DHAVE_CONFIG_H
-DDEBUGFILE='"/usr/local/etc/scponly/debuglev
el"' -o helper.o -c helper.c
helper.c:174: warning: passing arg 1 of `strdup' makes pointer from
integer with
out a cast
helper.c:179: warning: passing arg 1 of `strcmp' makes pointer from
integer with
out a cast

During the install phase the script attempted to set some file permisissions
as follows:
${INSTALL} -o 0 -g 0 scponly ${bindir}/scponly
${INSTALL} -o 0 -g 0 -m 0644 scponly.8 ${mandir}/man8/scponly.8
${INSTALL} -o 0 -g 0 -m 0644 debuglevel ${DEBUGFILE}

but was returing an error message:
install: cannot change ownership of '/usr/local/bin/scponly'

I changed the make file to:
${INSTALL} -o SYSTEM -g SYSTEM scponly ${bindir}/scponly
${INSTALL} -o SYSTEM -g SYSTEM -m 0644 scponly.8
${mandir}/man8/scponly.8
${INSTALL} -o SYSTEM -g SYSTEM -m 0644 debuglevel ${DEBUGFILE}
And it worked fine.

I tried using the setup_chroot.sh script but could not get it to work.  You
mentioned an alternative make tool for setting up chrooted users.  Or
instructions on how to manually set it up.  

Your help is greatly appreciated.

Chad


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Building Perl modules

2005-02-10 Thread Alejandro Calbazana
Yes.  I can read them w/o any problems:
$ more /usr/lib/perl5/5.8/cygwin/CORE/EXTERN.h
/*EXTERN.h
*
*Copyright (C) 1991, 1992, 1993, 1995, 1996, 1997, 1998, 1999,
*2000, 2001, by Larry Wall and others
*
*You may distribute under the terms of either the GNU General Public
*License or the Artistic License, as specified in the README file.
*
*/
/*
* EXT  designates a global var which is defined in perl.h
* dEXT designates a global var which is defined in another
*  file, so we can't count on finding it in perl.h
*  (this practice should be avoided).
*/
#undef EXT
#undef dEXT
#undef EXTCONST
#undef dEXTCONST
...
Thanks,
Alejandro
Yitzchak Scott-Thoennes wrote:
On Wed, Feb 09, 2005 at 04:24:32PM -0500, Alejandro Calbazana wrote:
 

That's what puzzles me... All the files gcc claims are missing exist in 
my include path '/usr/lib/perl5/5.8/cygwin/CORE'.  This path does exist 
on my install. 

$ pwd
/usr/lib/perl5/5.8/cygwin/CORE
$ ls -lrt | grep EXTERN.h
-rwxrwxrwx  1 acalbaza mkgroup-l-d1751 Jan 27 06:46 EXTERN.h*
-rwxrwxrwx  1 acalbaza mkgroup-l-d  129835 Jan 27 06:46 perl.h*
-rwxrwxrwx  1 acalbaza mkgroup-l-d   17922 Jan 27 06:46 XSUB.h*
-rwxrwxrwx  1 acalbaza mkgroup-l-d4641 Jan 27 06:46 patchlevel.h*
...
   


And can you read them with e.g. less /usr/lib/perl5/5.8/cygwin/CORE/EXTERN.h ?
Do you maybe have a non-cygwin gcc in your path?
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/

 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


[REQuest] gnu-plot mode

2005-02-10 Thread only4
a cute emacs plugin for integration with (already existing in cygwin)
gnuplot
http://packages.debian.org/testing/math/gnuplot-mode





--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: perl & Win32 lib support

2005-02-10 Thread linda w
Gerrit P. Haase wrote:
This is annoying, I get it occasionally, I believe it is a bug in
MakeMaker, but I couldn't find it yet.  Does the build continue if you 
add the missing tab and run make again?
===
Think I got past that point, -- have it building in win32 again and
running a make manually after fixing that makefile gets me:
/share/cpan/build-cygwin/libwin32-0.191> make
make[1]: Entering directory 
`//ishtar/share/cpan/build-cygwin/libwin32-0.191/APIFile'
cp cFile.pc ../blib/arch/Win32API/File/cFile.pc
cp File.pm ../blib/lib/Win32API/File.pm /usr/bin/perl.exe 
/usr/lib/perl5/5.8/ExtUtils/xsubpp  -typemap 
/usr/lib/perl5/5.8/ExtUtils/typemap -typemap typemap  File.xs > File.xsc 
&& mv File.xsc File.c
gcc -c   -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe 
-I/usr/local/include -DUSEIMPORTLIB -O3   -DVERSION=\"0.09\" 
-DXS_VERSION=\"0.09\"  "-I/usr/lib/perl5/5.8/cygwin/CORE"   File.c
File.c: In function `XS_Win32API__File_CloseHandle':
File.c:121: warning: cast to pointer from integer of different size
File.c: In function `XS_Win32API__File_CreateFileA':
File.c:253: warning: cast to pointer from integer of different size
File.xs:132: warning: cast from pointer to integer of different size
File.xs:133: warning: cast from pointer to integer of different size
File.xs:135: warning: cast from pointer to integer of different size
File.c: In function `XS_Win32API__File_CreateFileW':
File.c:306: warning: cast to pointer from integer of different size
File.xs:156: warning: cast from pointer to integer of different size
File.xs:157: warning: cast from pointer to integer of different size
File.xs:159: warning: cast from pointer to integer of different size
File.c: In function `XS_Win32API__File_DeviceIoControl':
File.c:484: warning: cast to pointer from integer of different size
File.c: In function `XS_Win32API__File_FdGetOsFHandle':
File.c:547: warning: cast from pointer to integer of different size
File.c: In function `XS_Win32API__File_GetFileType':
File.c:614: warning: cast to pointer from integer of different size
File.c: In function `XS_Win32API__File_GetHandleInformation':
File.c:638: warning: cast to pointer from integer of different size
File.c: In function `XS_Win32API__File_ReadFile':
File.c:1170: warning: cast to pointer from integer of different size
File.c: In function `XS_Win32API__File_SetFilePointer':
File.c:1238: warning: cast to pointer from integer of different size
File.c: In function `XS_Win32API__File_SetHandleInformation':
File.c:1278: warning: cast to pointer from integer of different size
File.c: In function `XS_Win32API__File_WriteFile':
File.c:1314: warning: cast to pointer from integer of different size
Running Mkbootstrap for Win32API::File ()
chmod 644 File.bs
rm -f ../blib/arch/auto/Win32API/File/File.dll
LD_RUN_PATH="" ld2  -s -L/usr/local/lib File.o  -o 
../blib/arch/auto/Win32API/File/File.dll  
/usr/lib/perl5/5.8/cygwin/CORE/libperl.dll.a
gcc -shared -o  File.dll -Wl,--out-implib=libFile.dll.a 
-Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--stack,8388608 \
-s -L/usr/local/lib File.o  /usr/lib/perl5/5.8/cygwin/CORE/libperl.dll.a
Creating library file: libFile.dll.a
File.o(.text+0x7450):File.c: undefined reference to `_win32_get_osfhandle'
File.o(.text+0x13b79):File.c: undefined reference to `_win32_open_osfhandle'
collect2: ld returned 1 exit status
perlld: *** system() failed to execute
gcc -shared -o  File.dll -Wl,--out-implib=libFile.dll.a 
-Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--stack,8388608 \
-s -L/usr/local/lib File.o  /usr/lib/perl5/5.8/cygwin/CORE/libperl.dll.a

make[1]: *** [../blib/arch/auto/Win32API/File/File.dll] Error 1
make[1]: Leaving directory 
`//ishtar/share/cpan/build-cygwin/libwin32-0.191/APIFile'
make: *** [subdirs] Error 2

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: Building Perl modules

2005-02-10 Thread Yitzchak Scott-Thoennes
On Wed, Feb 09, 2005 at 04:24:32PM -0500, Alejandro Calbazana wrote:
> That's what puzzles me... All the files gcc claims are missing exist in 
> my include path '/usr/lib/perl5/5.8/cygwin/CORE'.  This path does exist 
> on my install. 
> 
> 
> $ pwd
> /usr/lib/perl5/5.8/cygwin/CORE
> 
> 
> $ ls -lrt | grep EXTERN.h
> -rwxrwxrwx  1 acalbaza mkgroup-l-d1751 Jan 27 06:46 EXTERN.h*
> -rwxrwxrwx  1 acalbaza mkgroup-l-d  129835 Jan 27 06:46 perl.h*
> -rwxrwxrwx  1 acalbaza mkgroup-l-d   17922 Jan 27 06:46 XSUB.h*
> -rwxrwxrwx  1 acalbaza mkgroup-l-d4641 Jan 27 06:46 patchlevel.h*
> ...


And can you read them with e.g. less /usr/lib/perl5/5.8/cygwin/CORE/EXTERN.h ?

Do you maybe have a non-cygwin gcc in your path?

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: perl & Win32 lib support

2005-02-10 Thread Yitzchak Scott-Thoennes
On Thu, Feb 10, 2005 at 11:29:43AM -0800, linda w wrote:
> Am having problems with trying fixes for the below errors --
> once I encounter an error in making Win32, I can correct the source
> files in another window, but I then it won't let me run "make" on
> Win32 again w/o force because it already encountered an error.
> 
> If I do a make force, it re-unpacks the source files over my changes.
> If I try to do the make by hand, I must not have my INC path setup,
> as I get a missing "Config.pm" when trying to "make" outside of
> cpan.
> 
> Gerrit P. Haase wrote:
> 
> >Then -L/usr/lib/w32api is missing in hints/cygwin.pl.
> 
> I tried adding line back in, but it didn't seem to make a difference.
> It seems like it is unpacking into 1 place: build/libwin32-0.191
> but then building parts of it in GSAR000[0-4]/...
> Sorry...but am a bit unclear about where it is copying and building
> sources...makes it difficult to do things manual at this point.

Um, you aren't going to have a lot of success building libwin32 from
CPAN afaik.  Your options are really

1) use the cygwin perl-libwin32 package, with a
"use lib '/usr/lib/perl5/site_perl/5.8.2';" at the beginning of your
code or via the PERL5LIB var (see perldoc perlrun)

2) get the source for the perl-libwin32 and the other packages necessary
and try to build it (there will be a few failures)

3) wait for an updated perl-libwin32 release (should be soon)
 
> >>4) Warning: prerequisite Win32API::Registry 0 not found.
> >>  Writing Makefile for Win32::TieRegistry
> >
> 
>What's the warning/prereq not found message about?

Just a side effect of libwin32 being assembled from several independent
parts.  Win32API::Registry is in fact included with libwin32.
 
> >>
> >>5) make[2]: Entering directory 
> >>`//ishtar/share/CPAN/build-cygwin/GSAR001/libwin32-0.191/APIFile'
> >>Makefile:705: *** missing separator.  Stop.
> >>
> >This is annoying, I get it occasionally, I believe it is a bug in
> >MakeMaker, but I couldn't find it yet.  Does the build continue if you 
> >add the missing tab and run make again?
> 
> Where / how can I run make again within the cpan context?  Is there
> a perlvar I can change using "!" in cpan to tellit to forget the fact
> that make just failed?  Sorry, not a cpan expert here...am bumbling
> around in the jungle here...:-/

Use the "look Win32" command in the cpan shell.  I've had that
sometimes not work; if it doesn't, just start another shell and cd to
the directory cpan is doing the build in (probably
~/.cpan/build/libwin32-0.191).

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: Cygwin Time Machine

2005-02-10 Thread Richard Campbell
Peter Castro wrote:
>
> (if there's a way to make wget ignore robots.txt, I'd love to know
it!)

http://www.gnu.org/software/wget/faq.html#3.0
"3.0 How can I make GNU wget ignore a robots.txt file?

Try using:

wget -erobots=off http://your.site.here "

-Richard Campbell

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: perl & Win32 lib support

2005-02-10 Thread linda w
Am having problems with trying fixes for the below errors --
once I encounter an error in making Win32, I can correct the source
files in another window, but I then it won't let me run "make" on
Win32 again w/o force because it already encountered an error.
If I do a make force, it re-unpacks the source files over my changes.
If I try to do the make by hand, I must not have my INC path setup,
as I get a missing "Config.pm" when trying to "make" outside of
cpan.
Gerrit P. Haase wrote:
Then -L/usr/lib/w32api is missing in hints/cygwin.pl.
I tried adding line back in, but it didn't seem to make a difference.
It seems like it is unpacking into 1 place: build/libwin32-0.191
but then building parts of it in GSAR000[0-4]/...
Sorry...but am a bit unclear about where it is copying and building
sources...makes it difficult to do things manual at this point.
4) Warning: prerequisite Win32API::Registry 0 not found.
  Writing Makefile for Win32::TieRegistry


   What's the warning/prereq not found message about?
5) make[2]: Entering directory 
`//ishtar/share/CPAN/build-cygwin/GSAR001/libwin32-0.191/APIFile'
Makefile:705: *** missing separator.  Stop.

This is annoying, I get it occasionally, I believe it is a bug in
MakeMaker, but I couldn't find it yet.  Does the build continue if you 
add the missing tab and run make again?
Where / how can I run make again within the cpan context?  Is there
a perlvar I can change using "!" in cpan to tellit to forget the fact
that make just failed?  Sorry, not a cpan expert here...am bumbling
around in the jungle here...:-/
Linda
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: Cygwin Time Machine

2005-02-10 Thread Peter A. Castro
On Wed, 26 Jan 2005, Peter A. Castro wrote:

Sorry for dredging this up, but just wanted to update on a few things.

> On Wed, 26 Jan 2005, Christopher Faylor wrote:
> > On Tue, Jan 25, 2005 at 10:58:18PM -0500, Charles Wilson wrote:
> > >Actually, I think this is a neat idea.  I tried to do something like it
> > >for personal use about 18 months ago -- I wanted a one-time snapshot of
> > >the cygwin-1.3.x baseline just prior to the 1.5.x transition.
> > >
> > >But I waited too long (e.g. after packages which required 1.5.x had
> > >"polluted" the server), and couldn't untangle "what was old/what was
> > >new" well enough for my taste.  So I gave up.
> > >
> > >Your mechanism is much better.  I, too, hope you don't regret it. :-)
> >
> > While I think it is a nifty idea too (I actually used this yesterday), I
> > suspect that we'll all have some heartburn over this as people stumble
> > onto it, try to "update" their distro to older versions and end up with
> > bloody stumps where their feet used to be.
>
> Well, I do warn people not taunting Happy-Fun Ball :)
 
  Geez... that should be "not to taunt".  Bad fingers! No biscuit! :)

> Seriously, the "time machine" should be used prudently.  I am beefing up
> the doc (which no-one ever reads, right? :) to try and head off as many
> problems as possible.  Knowledge is power.

As promised, I've update the time machine doc with bigger, bolder,
brighter (now with Chemical-C!) words of warning.  Hopefully this will
help stave off newbie questions from hitting the list.

> And, I humbly offer free antacids and bandages to everyone on the list
> who suffers at the hands (feet?) of the time machine.
>
> > However, because I'm a masochist, I'm wondering if it wouldn't be a good
> > idea to advertise this as "cygwin news" on the front page of
> > http://cygwin.com/.
>
> Gosh, Chris, I'm flattered you'd consider it news worthy (well,
> flattered, shocked, amazed and confused...no, wait, "confused" is my
> normal state of being :).  Obviously it's up to you all.

It's been a few weeks, and nothing bad has happened.  I see several
people have made use of the time machine and it hasn't been much of a
strain on my servers at all, so I will continue to maintain the time
machine as a service to the community.

I guess I would like to make this official as "cygwin news", but I'm not
quite sure what to say.  I'll ponder that and submit something later.

> > Also, (oh boy, what fun!) it would be nice if snapshots were archived, too.
> Hmm... I think I can do that too.  Lemme look into it.

I have looked into this and I am now archiving snapshots, as of 01/25/2005.
All snapshot archives will be kept here:
  ftp://www.fruitbat.org/ftp/pub/cygwin/snapshots/

This took a little more effort than I was expecting, because the
robots.txt file prevents me from just grabbing them via wget (if there's
a way to make wget ignore robots.txt, I'd love to know it!), so I ended
up having to extract href's from index.html and pull everything that way.
As long as the link format in index.html doesn't change too much, this
will continue to work fairly well.

I plan to make them available through the time machine, but for now, they
are available via ftp.  If people have kept earlier snapshots and would
be willing to send them to me (or provide a link for me to pull them), I
will add them to the collection.

Thanks!

> > cgf

-- 
Peter A. Castro <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>
"Cats are just autistic Dogs" -- Dr. Tony Attwood

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Cygwin memory profiling tools?

2005-02-10 Thread svoboda
I have the task of porting a big C++ application to Windows XP. It
currently runs on Linux and AIX, and builds using g++ 3.2 &
makefiles. Fortunately, the big application contains a lot of small
test code, so I have been able to do small incremental builds and test
them in Windows before moving on to bigger pieces. I am thus using
Cygwin/G++ for the porting.

Unfortunately I have hit a snag that seems to bar any workarounds. It
seems that most any time I load a DLL that uses new/delete, I get a
crash, usually 'signal 11'.  The crash goes away if I don't load the
DLL, but that's not possible for the big application.

This same code that crashes under Cygwin runs under Linux, and
generates 0 errors under valgrind on Linux.

My question is, what debugging tools are there on cygwin or Windows
that would help here? Valgrind seems to not be available, and gdb only
tells me that the coredump occurred during a destructor (or after the
program ended.) How do I find out what code is screwing up memory
allocation?

~Dave

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Running custom cygwin apps from Matlab for windows

2005-02-10 Thread Phillips, James R
OK, matlab for windows has several for executing windows commands, the
simplest to discuss is
 
system(string)
  
This will pass the contents of the string to windows as a command to
execute.
 
The string could look like
 
'C:\cygwin\bin\bash --login -c custom-command'
 
which will log into a cygwin bash shell to excecute custom-command and then
exit.
 
So its perfectly possible.  
 
Experiment a little; you will find that it does in fact work.
 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Running custom cygwin apps from Matlab for windows

2005-02-10 Thread David Wagner
Hi,
 I'm new to cygwin. My lab does medical image analysis, and while our 
statistical analysis can be done in Matlab on the PC, our image 
preprocessing is done in Unix (using command line tools). Using cygwin I've 
managed to get our unix apps to work on a PC.

 However I would like to automate the process from within matlab. 
Ideally Matlab would send command lines to cygwin which would perform the 
operation and automatically exit when finished. I've found no clues in the 
documentation as to whether it's possible to send commands to cygwin from 
native windows applications. Anyone have any ideas or links?

 An alternative route would be to run matlab under cygwin and do 
everything in cygwin. Is this possible with say, the linux version of 
matlab?

  Any help would be much appreciated.
Thanks,

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


[ANNOUNCEMENT] Updated: zsh-4.2.4-1

2005-02-10 Thread Peter A. Castro
An updated version of zsh (zsh-4.2.4-1) has been released and should be
at a mirror near you real soon.

This release includes the following:

- various bug fixes and more integration with Cygwin.  Some fixes may
  resolve issues causing init scripts & functions to fail when using
  the [[ ... -nt ... ]] and [[ ... -ot ... ]] if test syntax with
  non-existent files.
  see ChangeLog:
  http://www.fruitbat.org/Cygwin/zsh/ChangeLog


  To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  If you have questions or comments, please send them to the Cygwin
mailing list (see http://cygwin.com/lists.html).

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

  If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

-- 
Peter A. Castro <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>
"Cats are just autistic Dogs" -- Dr. Tony Attwood


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: rsh command gives: "rlogin: read: Operation not permitted"

2005-02-10 Thread Larry Hall
At 06:43 AM 2/10/2005, you wrote:
> 
>I installed cygwin on a Windows 2000 Service Pack 3 PC on my work.
> 
>Installation is OK, but when a try to do a
>rsh hostname 
>I always get:
>rlogin: read: Operation not permitted
> 
>I get this when I try to connect to one of the AIX machines, but also when I 
>try to connect to my laptop.
>When I do a telnet it works ok and I get for example:
>CYGWIN_NT-5.0 1.5.5(0.94/3/2) (g1gpv0j) (tty0)

   ^^
This says you're using using Cygwin DLL version 1.5.5.  The current version
is 1.5.12.  Please upgrade and try again.


>login:
> 
>When I try the same from my laptop it works OK.
> 
>I tried:
>- installing version 2.457.2.1
>- isntalling version 2.416


These are the version numbers for the setup program.  They tell us nothing
about the version of Cygwin you have installed, the packages you have, or 
their versions.


>-copying the working installed version from my laptop
>but always the same problem.
> 
>Anyone any idea ??

Sure.  If the above suggestion doesn't help, please read and carefully 
follow the guidelines at .



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Searching the archives was: Stable and Unstable Install Trees

2005-02-10 Thread Markus Schönhaber
Christopher Faylor wrote:
On Thu, Feb 10, 2005 at 01:35:32AM -0800, Brian Dessent wrote:
the htdig search on cygwin.com was never very good anyway.

That is true but someone is working on changing this, even as we speak.
Since someone is working on it, I guess you have already made a 
descision. But nevertheless: I have found lucene doing a brilliant job.
http://jakarta.apache.org/lucene

Regards
  mks
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: scponly for chrooted sftp server in cygwin

2005-02-10 Thread Christian Weinberger
>
>

Now having access to my machine, I can tell you the following:

All applies to scponly 3.11

/usr/src/scponly-3.11:{509}:$ diff scponly.c scponly.c.bak
331c331
<   char bad_winscp3str[] = "test -x /usr/sbin/sftp-server && exec
/usr/sbin/sftp-server test -x /usr/local/lib/sftp-server && exec
/usr/local/lib/sftp-server exec sftp-server";
---
>   char bad_winscp3str[] = "test -x /usr/lib/sftp-server && exec
/usr/lib/sftp-server test -x /usr/local/lib/sftp-server && exec
/usr/local/lib/sftp-server exec sftp-server";

/usr/src/scponly-3.11:{510}:$ diff helper.c helper.c.bak
27a28,29
> #define basename g_basename
>

additionally comment this:
/usr/src/scponly-3.11:{513}:$ grep "libgen.h" *.c
helper.c:// #include  // basename


/usr/src/scponly-3.11:{512}:$ diff config.h config.h.bak
23c23
< #define PROG_SFTP_SERVER "/bin/sftp-server"
---
> #define PROG_SFTP_SERVER "/usr/sbin/sftp-server"

and I really had to specify liberty.a manually in the Makefile:

scponly: scponly.o helper.o
${CC} ${CFLAGS} ${DEFS} -o $@ scponly.o helper.o /usr/lib/libiberty.a


Now that is not structured very well, but I hope it will help you to make you
way through.

Regards,
Christian


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Searching the archives was: Stable and Unstable Install Trees

2005-02-10 Thread Christopher Faylor
On Thu, Feb 10, 2005 at 01:35:32AM -0800, Brian Dessent wrote:
>the htdig search on cygwin.com was never very good anyway.

That is true but someone is working on changing this, even as we speak.

It's a shame that we can't just install a google link for our searches
but since google isn't free software we can't use it on sourceware.org.

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: AT&T ksh93

2005-02-10 Thread Glenn Fowler

On Thu, 10 Feb 2005 09:41:14 +0100 Dr. Volker Zell wrote:
> > Glenn Fowler writes:

> > Since the last cygwin round AT&T ksh93, ast libraries, and UWIN source
> > and binaries have been released uder the OSI approved CPL 1.0
> > (Common Public License 1.0.)  I packaged the 2005-02-02 standalone
> > ksh for cygwin and posted setup.hint, tarballs and md5 sums at

> > http://www.research.att.com/sw/download/beta/

> Man pages should go to /usr/share/man in cygwin land.

I reposted the 2005-02-02 binary tarball and md5 with
usr/doc => usr/share/doc
usr/man => usr/share/man
thanks


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Stable and Unstable Install Trees

2005-02-10 Thread Phillips, James R
Thanks to those who replied with info on how to use search tools not on the 
cygwin.com website.
 
The most definitive thread on multiple cygwin installations at 
www.cygwin.com/ml appears to be
 
http://www.cygwin.com/ml/cygwin/2003-11/msg00065.html
 
A related web page is found at
 
http://www.tinyvital.com/techblog/archives/000333.html
 
This appears to be enough information to accomplish stable/unstable install 
trees.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: RXVT copy/paste behavior

2005-02-10 Thread Reid Thompson
Rizwan Kassim wrote:
> Rxvt v2.7.10 - released: 26 MARCH 2003
> Options:
> XPM,transparent,utmp,menubar,multichar_languages,scrollbars=rx
> vt+NeXT+xterm,frills,linespace,256colour,.Xdefaults
> 
> [EMAIL PROTECTED] ~]$cat .Xdefaults
> Rxvt.cursorColor:   red
> Rxvt.scrollBar_right:   True
> Rxvt.selectstyle:   old
> 
> 
> I don't see any changed behavior!
> 
> What is 2.20, by the way?

appears to be the same exe...
Rxvt v2.7.10 - released: 26 MARCH 2003
Options:
XPM,transparent,utmp,menubar,multichar_languages,scrollbars=rxvt+NeXT+xt
erm,frills,linespace,256colour,.Xdefaults

Definitely changes the cursor color and scrollbar location on my terms.
Not sure about selectstyle, i use the default and am happy with
it(although i seem to recall running across a definition while googling
re this yesterday).

I also did a quick change to background and foreground colors -- they
were picked up too.

Are you explicitely setting values in the call to open a new term that
are overriding those in .Xdefaults?
My normal means of opening rxvt terminals is via shortcuts that equate
to some variant of:

  rxvt.exe  -sr -sl 2500  -geometry 80x25 -sb -fg green -bg midnightblue
-fn "lucida console-13-bold" -e bash --rcfile /home/rthompso/.bashrc

The explicitely given parameters will override those in .Xdefaults.
(Using different color schemes for different hosts makes it easy for me
to determine with a 'look' what host the current terminal is connected
to.)

$ ls -lrt ~/.Xdefaults
-rwx--+ 1 Reid.Thompson Domain Users 236 Feb 10 08:59
/home/rthompso/.Xdefaults

reid

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



where is mh?

2005-02-10 Thread Josef Dalcolmo

What I mean is this: I tried to use MH-E and xmh on cygwin, but both
complain about missing binaries like "inc" and "mhl" and the file
"components". I suppose these are all part of mh, or more recently nmh
or GNU Mailutils, but I couldn't find any of these in the cygwin
distribution. Is there another package providing the same
functionality?

- Josef



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Building Perl modules

2005-02-10 Thread Alejandro Calbazana
Hello,
No... group file exists has the proper entries.  Still unable to build
Thanks,
Alejandro

Hmmm, s.th. wrong with the permissons? Is your /etc/group file empty, 
then run `mkgroup -l -d` and try again.  Same errors.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


RE: RXVT copy/paste behavior

2005-02-10 Thread Rizwan Kassim
Rxvt v2.7.10 - released: 26 MARCH 2003
Options: 
XPM,transparent,utmp,menubar,multichar_languages,scrollbars=rxvt+NeXT+xterm,frills,linespace,256colour,.Xdefaults

[EMAIL PROTECTED] ~]$cat .Xdefaults
Rxvt.cursorColor:   red
Rxvt.scrollBar_right:   True
Rxvt.selectstyle:   old


I don't see any changed behavior!

What is 2.20, by the way?



ca
From: "Reid Thompson" <[EMAIL PROTECTED]>
To: 
Date: Tue, 8 Feb 2005 16:31:10 -0500
Subject: RE: RXVT copy/paste behavior
Dave Korn wrote:
>> -Original Message-
>> From: cygwin-owner On Behalf Of Phil Betts
>> Sent: 08 February 2005 17:09
>
>> The selection model used by rxvt is standard throughout the X11
>> world.
>
http://seth.positivism.org/man.cgi/rxvt

there are hyperlinks in the above page that reference how the selection
style is configured...

selectstyle: mode
 Set mouse selection style to old which is 2.20, oldword
which is
 xterm style with 2.20 old word selection, or anything else
which
 gives xterm style selection.

reid

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Bug in python's tempfile : returning wrong object type

2005-02-10 Thread Jason Tishler
On Wed, Feb 09, 2005 at 03:33:37PM -0500, Chris Herborth wrote:
> Nick Burch wrote:
> >With cygwin distributed python (2.4, dec 4 2004), there's a bug in
> >tempfile.
> >
> >[snip]
> 
> This isn't a Cygwin problem or feature.  The Windows-native Python 2.4
> (Python 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)]
> on win32) gives the same result.
> 
> I suspect the tempfile module's docs are misleading... it you look at
> the code, the returned object is an instance of
> tempfile._TemporaryFileWrapper.

We also have the following:

$ python -V
Python 2.4
$ python /usr/lib/python2.4/test/regrtest.py test_tempfile
test_tempfile
1 test OK.

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: scponly for chrooted sftp server in cygwin

2005-02-10 Thread Christian Weinberger
> I am attempting to setup and sftp server on a windows XP pro machine.  I have 
> the latest cygwin and openssh files from cygwin.com.  I downloaded the 
> scponly 
> source files and am now attempting to compile them.  I get the following 
> error 
> message:

> helper.c:12:36: libgen.h: No such file or directory

Chad

Just uncomment the #included "libgen.h". Declarations from this file are
included in one of the cygwin default includes.

The only "hack" I had to do was to explicitly add one or two libraries in the
call to the linker.
Currently IÂve no access to my machine. IÂll check this later and post more
details if I can find the old makefile.

Regards,
Christian


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Building Python with Tcl/Tk on Cygwin_NT-5.1

2005-02-10 Thread Jason Tishler
Dean,

Please post instead of sending private email.

On Wed, Feb 09, 2005 at 12:42:22PM -0800, Dean N. Williams wrote:
> I'm trying to build one of my executables in Cygwin. I was wondering
> if you've seen this type of error? Everything appears to compile, but
> the linking fails.
> 
> ippc% make -f Makefile.CYGWIN_NT-5.1
> gcc -DCYGWIN_NT  -o gplot gplot.o cgm.o ccgm.o utils.o io.o carray.o 
> devices.o hload.o emul.o tty.o ps.o cgmc.o xws_cla.o xws_color.o 
> xws_delim.o xws_marker.o xws_polygon.o xws_polyline.o xws_setup.o 
> xws_text.o drvcla.o/usr/X11R6/lib/libXp.dll.a 
> /usr/X11R6/lib/libXpm.dll.a /usr/X11R6/lib/libXaw.dll.a 
> /usr/X11R6/lib/libXmu.dll.a /usr/X11R6/lib/libXext.dll.a 
> /usr/X11R6/lib/libXt.dll.a /usr/X11R6/lib/libX11.dll.a 
> /usr/lib/libm.a -lc
> ccgm.o(.text+0xbe5c):ccgm.c: multiple definition of `_do_apdata'
> cgm.o(.text+0xc218):cgm.c: first defined here
> ccgm.o(.text+0xbdd8):ccgm.c: multiple definition of `_do_message'
> cgm.o(.text+0xc192):cgm.c: first defined here
> ccgm.o(.text+0xbd8):ccgm.c: multiple definition of `_class0'
> cgm.o(.text+0xe25):cgm.c: first defined here

The above appears to indicate the following:

_do_apdata
_do_message
_class0

are defined more than once (i.e., in cgm.c and ccgm.c).

> Info: resolving _XtStrings by linking to __imp__XtStrings (auto-import)
> Info: resolving _widgetClass by linking to __imp__widgetClass (auto-import)
> collect2: ld returned 1 exit status
> make: *** [gplot] Error 1

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



rsh command gives: "rlogin: read: Operation not permitted"

2005-02-10 Thread Kouteren, Adrie van
 
I installed cygwin on a Windows 2000 Service Pack 3 PC on my work.
 
Installation is OK, but when a try to do a
rsh hostname 
I always get:
rlogin: read: Operation not permitted
 
I get this when I try to connect to one of the AIX machines, but also when I 
try to connect to my laptop.
When I do a telnet it works ok and I get for example:
CYGWIN_NT-5.0 1.5.5(0.94/3/2) (g1gpv0j) (tty0)
login:
 
When I try the same from my laptop it works OK.
 
I tried:
- installing version 2.457.2.1
- isntalling version 2.416
-copying the working installed version from my laptop
but always the same problem.
 
Anyone any idea ??
 
Thanks in advance,
 
Adrie van Kouteren
 
---
 
Adrie van Kouteren
 
EMAIL : [EMAIL PROTECTED]
 [EMAIL PROTECTED]
GSM   : 06 - 55.38.05.64

Oracle DBA
Professional Services
 
Getronics Nederland B.V.
Bakenmonde 1
Postbus 1218
3430 BE Nieuwegein
Tel.:030 212 5221
---



RE: Installer: setup auto install of chosen packages? (SOLVED)

2005-02-10 Thread Jesper Vad Kristensen
Hi Brian

>> So the question is if I can somehow automate the 
>> installation process so it pre-selects all the
>> required packages (e.g. latest perl, cvs, man
>> pages, zip, unzip, etc.)?
>
>Try these recent threads:
>http://marc.theaimsgroup.com/?l=cygwin&m=110735962923875&w=2
>http://marc.theaimsgroup.com/?t=11053814971&r=1

Thanks a lot. That's exactly what I needed.

Regards,

Jesper Vad Kristensen
Aarhus, Denmark

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Installer: setup auto install of chosen packages?

2005-02-10 Thread Brian Dessent
Jesper Vad Kristensen wrote:

> There's a couple of developers here who must use cygwin, but they tend
> to always forget to install this or that package (even if instructions
> are clear), and this creates a support problem for me.
> 
> So the question is if I can somehow automate the installation process so
> it pre-selects all the required packages (e.g. latest perl, cvs, man
> pages, zip, unzip, etc.)?

Try these recent threads:
http://marc.theaimsgroup.com/?l=cygwin&m=110735962923875&w=2
http://marc.theaimsgroup.com/?t=11053814971&r=1

Brian


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Searching the archives was: Stable and Unstable Install Trees

2005-02-10 Thread Brian Dessent
"Phillips, James R" wrote:

> Sorry if this has been discussed before, but the mailing list search fuction 
> is currently not available.

I keep seeing people post this, but they don't seem to realise that the
list is archived in many places and the htdig search on cygwin.com was
never very good anyway.  You can search the list at:

http://marc.theaimsgroup.com/?l=cygwin
http://www.mail-archive.com/index.php?hunt=cygwin
http://dir.gmane.org/gmane.os.cygwin

...or by using a google search for "site:cygwin.com inurl:ml foo" where
foo is your search query.  You can even search by year by adding
"inurl:2004" to search only 2004.

Brian

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: AT&T ksh93

2005-02-10 Thread Dr. Volker Zell
> Glenn Fowler writes:

> Since the last cygwin round AT&T ksh93, ast libraries, and UWIN source
> and binaries have been released uder the OSI approved CPL 1.0
> (Common Public License 1.0.)  I packaged the 2005-02-02 standalone
> ksh for cygwin and posted setup.hint, tarballs and md5 sums at

>   http://www.research.att.com/sw/download/beta/

Man pages should go to /usr/share/man in cygwin land.

> -- Glenn Fowler -- AT&T Research, Florham Park NJ --

Ciao
  Volker


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Installer: setup auto install of chosen packages?

2005-02-10 Thread Jesper Vad Kristensen
Hi,

There's a couple of developers here who must use cygwin, but they tend
to always forget to install this or that package (even if instructions
are clear), and this creates a support problem for me.

So the question is if I can somehow automate the installation process so
it pre-selects all the required packages (e.g. latest perl, cvs, man
pages, zip, unzip, etc.)?

Regards,

Jesper Vad Kristensen
Aarhus, Denmark

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/