Re: inetutils 1.5-4, ftp + inline password immediately quits

2008-09-12 Thread Andrew DeFaria
Gary R. Van Sickle wrote: From: Robinson, Paul T (NonStop) I have a pile of bash scripts with variations on this theme: ftp -n ${HOST}

RE: inetutils 1.5-4, ftp + inline password immediately quits

2008-09-12 Thread Gary R. Van Sickle
> From: Robinson, Paul T (NonStop) > > I have a pile of bash scripts with variations on this theme: > > ftp -n ${HOST} < user ${USER} > ${PASSWORD} > cd ${MYDIR} > get ${MYFILE} > bye > FTP_EOF > Helpful hint: to reduce your overall hassle level, use ncftp of wget for doing this sort of th

Re: [ANNOUNCEMENT] New experimental package: gcc4-4.3.0-1

2008-09-12 Thread Brian Dessent
Dave Korn wrote: > If they were instead resolved to some kind of thunk that could do a lookup > at runtime for non-weak versions of the same symbol, we'd be golden. Well, > we'd need to make sure the non-weak versions were all declspecced dllexport > somehow, but that would do it for us. Well

DBD::Pg-2.10.3 make error under cygwin

2008-09-12 Thread mouse
I am looking for assistance or tips with a make error from DBD::PG Running Windows XPSP3 with the latest cygwin install base I've added the cygwin packages; Postgresql 8.2.9-1 postgresql-client 8.2.9-1 postgresql-devel 8.2.9-1 libpq5 8.2.9-1 I've compiled DBI-1.607 $ perl Makefile.PL Co

Re: undefined reference to '_cfmakeraw'

2008-09-12 Thread Christopher Faylor
On Fri, Sep 12, 2008 at 04:37:19PM -0400, Christopher Faylor wrote: >On Fri, Sep 12, 2008 at 12:49:47PM -0500, Andrew Bouchard wrote: >> undefined reference to '_cfmakeraw' > >A google search implies that you probably need to install the >libncurses-devel package. Actually, I should have known muc

inetutils 1.5-4, ftp + inline password immediately quits

2008-09-12 Thread Robinson, Paul T (NonStop)
I have a pile of bash scripts with variations on this theme: ftp -n ${HOST} < SYST 215 Nonstop H-series Server : H06.15. Remote system type is Nonstop. user ---> USER 331 Password required for . Password: ---> PASS 230 User logged in. GUARDIAN API enabled -

RE: Cygwin Design

2008-09-12 Thread Jason Pyeron
> Dear Sir/Medam; > I am deeply interested in > implementing a simple command interpreter in Windows XP > platform as a part of my summer project, so will you please > give me some hint on implementing it. Isn't summer over? You might find it well suited to ask your

Re: [ANNOUNCEMENT] New experimental package: gcc4-4.3.0-1

2008-09-12 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dave Korn wrote: > OK. Suits me. While you're at it, I would override LIBINTL and LIBICONV with their dynamic counterparts. > The problem is the major difference between ELF DSOs and PE DLLS: DLLs have > to be fully resolved at link-time, not

Re: undefined reference to '_cfmakeraw'

2008-09-12 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew Bouchard wrote: > undefined reference to '_cfmakeraw' cfmakeraw, while available on Linux glibc, is not available on Cygwin. But the glibc manual tells us exactly what it does: http://www.gnu.org/software/libc/manual/html_node/Noncanonical-I

Re: undefined reference to '_cfmakeraw'

2008-09-12 Thread Christopher Faylor
On Fri, Sep 12, 2008 at 12:49:47PM -0500, Andrew Bouchard wrote: > undefined reference to '_cfmakeraw' A google search implies that you probably need to install the libncurses-devel package. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.co

[1.7] bzr no work

2008-09-12 Thread Andrew Schulman
In Cygwin 1.7: $ bzr whoami Traceback (most recent call last): File "/usr/bin/bzr", line 64, in import bzrlib File "__init__.py", line 25, in File "osutils.py", line 319, in File "lazy_import.py", line 106, in __getattribute__ File "lazy_import.py", line 89, in _replace File "la

Re: undefined reference to '_cfmakeraw'

2008-09-12 Thread Andrew Bouchard
(1) Just to be sure, I went back and installed al of the cygwin packages available through the setup.exe file. It's still installing, and it looks like it will be for some time, but I already went through the list that I was able to find and made sure I had them all. (2) I did run a './conf

[ANNOUNCEMENT] Updated experimental package: gcc4-4.3.2-1

2008-09-12 Thread Dave Korn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have just uploaded an updated GCC-4 package to cygwin.com. It will be arriving at your favourite mirror next time it synchronizes itself with the official Cygwin repository. The main purpose of this update is to resolve the packaging conflict

Re: Compiling dll libraries which can be used by visual studio?

2008-09-12 Thread [EMAIL PROTECTED]
On Fri, Sep 12, 2008 at 5:25 PM, Mary <[EMAIL PROTECTED]> wrote: > Hi all, > > Does anyone know of a way to use libraries compiled by gcc/make with > visual studio, please? I googled for "Visual C++ create import lib" and found http://qualapps.blogspot.com/2007/08/how-to-create-32-bit-import-libra

Re: undefined reference to '_cfmakeraw'

2008-09-12 Thread [EMAIL PROTECTED]
On Fri, Sep 12, 2008 at 5:49 PM, Andrew Bouchard <[EMAIL PROTECTED]> wrote: > I am trying to run cygwin and install a program called Moast, which requires > the Linux-style environment that cygwin provides to run. At least that what > it says - I'm a mechanical engineer by training, so I have to ad

undefined reference to '_cfmakeraw'

2008-09-12 Thread Andrew Bouchard
I am trying to run cygwin and install a program called Moast, which requires the Linux-style environment that cygwin provides to run. At least that what it says - I'm a mechanical engineer by training, so I have to admit a fair amount of cluelessness here. The error that I get just before t

Compiling dll libraries which can be used by visual studio?

2008-09-12 Thread Mary
Hi all, Does anyone know of a way to use libraries compiled by gcc/make with visual studio, please? I'll do the tutorial example of http://www.cygwin.com/cygwin-ug-net/dll.html but this only says how to use gcc-compiled libs with gcc. Any link, hint or clue very welcome. Mary Vinsamlega athug

Cygwin Design

2008-09-12 Thread
Dear Sir/Medam; I am deeply interested in implementing a simple command interpreter in Windows XP platform as a part of my summer project, so will you please give me some hint on implementing it. Thanking You Tazirul -- Unsubscribe info: http://cygwin.com/ml/#unsu

RE: 1.5.25(0.156/4/2): Problem compiling OpenLDAP 2.3.39 due to Win XP SP3 or Cygwin?

2008-09-12 Thread Allan Schrum
Hi Mary, Sorry, but what you think I said is not true. My reference with Visual Studio 2005 and Cygwin was in reference to the BLODA that was causing problems with Cygwin (my original post). My last follow-up was to indicate that the BLODA was much worse and far reaching in that it also affecte

Re: [1.7] cygcheck totally broken

2008-09-12 Thread Andrew Schulman
> Is it exactly 6 times? Yes, just as I posted it. -- 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: [ANNOUNCEMENT] New experimental package: gcc4-4.3.0-1

2008-09-12 Thread Dave Korn
Brian Dessent wrote on 12 September 2008 08:58: > Dave Korn wrote: > >>> Why bother? >> >> Hence the "may". I don't plan to bother for myself, but it depends if >> I > > Please don't. OK. Suits me. >> That's all I get from a default build, I'm not sure if >> --disable-libjava is the

Re: Feature Request: bzr package only works within cygwin

2008-09-12 Thread Jason Tishler
On Thu, Sep 11, 2008 at 10:53:33AM -0400, Christopher Faylor wrote: > On Thu, Sep 11, 2008 at 03:14:31PM +0100, Phillip Lord wrote: > >Yes you do. Cygwin.bat. startxwin.bat, several in python. > > [snip] > > Other packages may already include .bat files which are already part > of the distributio

Re: upgrading to perl-5.8.8-4

2008-09-12 Thread Reini Urban
Rob schrieb: Yes, as I mentioned we use an internal packaging tool to install stuff and not CPAN, so I will just need to create this dir manually and add it to @INC. On a related note, while searching for (an easy) way to do this, I found an awesome but ill-documented feature to do so: Luckily

Re: [ANNOUNCEMENT] New experimental package: gcc4-4.3.0-1

2008-09-12 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Yaakov (Cygwin Ports) on 9/12/2008 3:36 AM: > I've seen a *small* number of packages using it so far, so it would be > nice to try. But we'll need autoconf-2.62 as well. Or even the just-released autoconf-2.63. - -- Don't work too hard,

Re: Help on dos2unix

2008-09-12 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Mark J. Reed on 9/12/2008 4:51 AM: > You top posted again, and you left the email addresses in again. > Both of those are in violation of the list policy. > > On Fri, Sep 12, 2008 at 6:19 AM, Heude Pascal (LTS) wrote: >> The command 'type

Re: Help on dos2unix

2008-09-12 Thread Mark J. Reed
You top posted again, and you left the email addresses in again. Both of those are in violation of the list policy. On Fri, Sep 12, 2008 at 6:19 AM, Heude Pascal (LTS) wrote: > The command 'type dos2unix' gives the following result : dos2unix is > /usr/bin/dos2unix > There is also a dos2unix in /

RE: Help on dos2unix

2008-09-12 Thread Heude Pascal (LTS)
The command 'type dos2unix' gives the following result : dos2unix is /usr/bin/dos2unix There is also a dos2unix in /bin. It seems that there are identical (at least same name and same size). Thanks for your help. -Message d'origine- De : Eric Blake [mailto:[EMAIL PROTECTED] Envoyé : jeu

RE: [ANNOUNCEMENT] New experimental package: gcc4-4.3.0-1

2008-09-12 Thread Dave Korn
Yaakov (Cygwin Ports) wrote on 12 September 2008 08:51: >> Because I didn't use libtool to do it. I think Aaron's patch to build >> libgcc shared from upstream does it properly, so I'll be adopting it if >> I can, otherwise I'll just crudely bodge it in. > > Since the name of the libgcc dll is

Re: [ANNOUNCEMENT] New experimental package: gcc4-4.3.0-1

2008-09-12 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brian Dessent wrote: > Please don't. gcc isn't special in this regard, it shouldn't receive > any special treatment. bash fails without cygintl-8.dll and I don't > think anyone is proposing to statically link libintl into bash just > because some p

Re: [ANNOUNCEMENT] New experimental package: gcc4-4.3.0-1

2008-09-12 Thread Brian Dessent
Dave Korn wrote: > > Why bother? > > Hence the "may". I don't plan to bother for myself, but it depends if I Please don't. gcc isn't special in this regard, it shouldn't receive any special treatment. bash fails without cygintl-8.dll and I don't think anyone is proposing to statically link

Re: [ANNOUNCEMENT] New experimental package: gcc4-4.3.0-1

2008-09-12 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dave Korn wrote: > :) If so, I will submit upstream. Actually I think I can probably do it > all with the hooks and overrides, but I haven't got up-to-date with the > prep_gnu_info changes yet ... In that case, you know where to find me. :-) >

Re: [1.7] cygcheck totally broken

2008-09-12 Thread Albrecht Schlosser
Andrew Schulman wrote: $ cygcheck --version cygcheck version 1.104 System Checker for Cygwin Copyright (C) 1998 - 2008 Red Hat, Inc. Compiled on Sep 11 2008 $ cygcheck -svr Cygwin Configuration Diagnostics Current System Time: Thu Sep 11 21:18:35 2008 Cygwin Configuration Diagnostics Curre