Re: An apology...

2003-02-18 Thread Stephen Ford
> My guess would be that people without access to Windows are probably not > interested in Cygwin at all ;-) ! Now that's a lovely bit of locical thinking .. but believe it or not, I'm trying to appreciate other people's ways of working here. Stephen -- Unsubscribe info: http://cygwin.c

Re: An apology...

2003-02-18 Thread Danilo Turina
I read this whole thread, but, sorry, I can't yet understand what are your problems with gmane. I had subscription to 2 high-traffic ML (clearcase and cygwin), my inbox was always full, in addition, I had some problem with my mail clients (due to our internal stanrdards) that prevented me to us

Re: [avail for test] libtool-devel-20030121-1

2003-02-18 Thread Charles Wilson
Max Bowsher wrote: Besides, this means altering the platform to suit libtool. Talk about the tail wagging the dog! see below The only alternatives for this particular problem seem to be: 1) punt. Well, it's not like we've got many complaints about this. 2) delay. --enable-runtime-pseu

ssh-agent's timeout/maximum lifetime "-t" broken?

2003-02-18 Thread Ralf Hauser
As per http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent, I am trying to use the -t option with openssh 3.5p1-3 and I get: rhauser@PC:/<3>rhauser/Desktop> eval `ssh-agent -c -t 900` ssh-agent: unknown option -- t Usage: ssh-agent [options] [command [args ...]] Options: -c Generate C

non-X11 ssh-askpass binary sought

2003-02-18 Thread Ralf Hauser
Now that it is more than 2 years since http://sources.redhat.com/ml/cygwin/2001-01/msg00372.html, did anybody come around to make/use a - binary - that is not requiring a full-blown major environment such as X11/gnome/... that is capable to send the password back to ssh-add/ssh-agent for SSH_ASKP

Ghost process

2003-02-18 Thread Mikael Åsberg
Hello. I am trying to teach myself basic Open GL programming (using the C language) and I've run into an annoying problem. Consider the following simple Open GL-program. /* simple1_1.c */ #include void display() { glClear( GL_COLOR_BUFFER_BIT ); glBegin( GL_POLYGON ); glVertex2f( -0.5

AW: AW: g++ and "undefined reference to `libintl_gettext'"

2003-02-18 Thread Reimann, Peter
As I wrote to Ronald I tried this too. But it isn't the fault. Aside from this I think, that if I say -static no dynamical linking should be necessary. Peter -Ursprüngliche Nachricht- Von: Larry Hall (RFK Partners, Inc.) [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 18. Februar 2003 18:1

Overwrinting Directories when installaling

2003-02-18 Thread simplesmog
Hi, how's things? I don't know if this is the right place but here it goes: I'm one (probably the only :D) of the masoquists who downloaded full Cygwin with sources to my HDD at 2003/02/16. All that was available from ftp.univie.ac.at. Something came up when installing it afterwords: the list be

Unable to produce core dumps

2003-02-18 Thread Jon A. Lambert
I am unable to get the dumper utility to produce a core dump. My cygwin.bat startup file contains the following: set CYGWIN=error_start=c:\cygwin\bin\dumper.bat My dumper.bat file contains the following: dumper.exe -d %1 %2 %3 pause The program in question was compiled with the gcc -g option:

Re: [avail for test] libtool-devel-20030216-1

2003-02-18 Thread Charles Wilson
However, it could easily be standard. I know, but we've been thru this before. This is just as big a PITA as -mno-cygwin. (OTOH, it's a PITA for *you*, but causes *me* no pain...Hmmm, I like it. ) I could include a i686-pc-mingw32-gcc and a i686-pc-mingw-ld in the gcc distribution. And

Re: [avail for test] libtool-devel-20030121-1

2003-02-18 Thread Charles Wilson
Max Bowsher wrote: But, that's neither here nor there. IF these crossbreed implibs are ^^ libuuid.a at least is static *only* - not crossbreed. So there really is no way for libtool know to allow it except by name. Ugh. You'r

RE: [avail for test] libtool-devel-20030216-1

2003-02-18 Thread Norman Vine
Christopher Faylor writes: > > On Tue, Feb 18, 2003 at 09:26:12PM -0500, Charles Wilson wrote: > >You can work around this with wrapper scripts (e.g. 'mgcc' contains > >'exec gcc -mno-cygwin $*') but that's non standard. > > However, it could easily be standard. I could include a > i686-pc-min

[ANNOUNCEMENT] Updated: gdb-20030218-1

2003-02-18 Thread Christopher Faylor
I've made a new version of GDB (aka insight) available for downloading. This version is a refresh from CVS on sources.redhat.com. This release has a bug fix from Keith Seitz which fixes the serious problem of insight being unable to actually debug a program. I apologize for releasing a broken ver

Re: .inputrc and command line edit mode function key remapping

2003-02-18 Thread Randall R Schulz
Lee, Use "od -c" to find out for yourself. And for the record, we do answer this one fairly frequently and you clearly know enough of the relevant keywords to construct a search, so don't except too much humor in reply. Randall Schulz At 17:05 2003-02-18, Lee D. Rothstein wrote: ... Q1 -- W

Re: Obtaining a pervious version

2003-02-18 Thread Karl M
Hi Chris... Doesn't sound very mean...tsk tsk tsk ...Karl From: John Williams <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Obtaining a pervious version Date: Wed, 19 Feb 2003 12:30:00 +1000 Christopher Faylor wrote: On Wed, Feb 19, 2003 at 11:46:24AM +1000, John Williams wrote: We

Re: [avail for test] libtool-devel-20030216-1

2003-02-18 Thread Christopher Faylor
On Tue, Feb 18, 2003 at 09:26:12PM -0500, Charles Wilson wrote: >You can work around this with wrapper scripts (e.g. 'mgcc' contains >'exec gcc -mno-cygwin $*') but that's non standard. However, it could easily be standard. I could include a i686-pc-mingw32-gcc and a i686-pc-mingw-ld in the gcc

Re: Obtaining a pervious version

2003-02-18 Thread John Williams
Christopher Faylor wrote: On Wed, Feb 19, 2003 at 11:46:24AM +1000, John Williams wrote: Well a postscript to yesterday's discussion - today I went through all of the Xygwin binary utilities with a hex editor, changed all references of xygwin1.dll -> cygwin1.dll, and blow me down if it didn't

Re: [avail for test] libtool-devel-20030216-1

2003-02-18 Thread Charles Wilson
Max Bowsher wrote: But it does, 99.9% of the time, and I'm very reluctant to install a second POSIX emulator, when Cygwin works very nicely. On cygwin, uname says "cygwin"; it doesn't say "mingw". *By default* the compiler -- without extra flags -- generates an executable that uses cygwin. U

Re: error setting up ipc-daemon

2003-02-18 Thread Randall R Schulz
Charles, I mentioned inetd because the similarity of symptoms I experienced to those that befell Daku. Randall Schulz At 17:08 2003-02-18, Charles Wilson wrote: Randall R Schulz wrote: Igor, I was under the impression that the currently recommend way to get inetd running as a cygwin service

Re: Obtaining a pervious version

2003-02-18 Thread Christopher Faylor
On Wed, Feb 19, 2003 at 11:46:24AM +1000, John Williams wrote: >Well a postscript to yesterday's discussion - today I went through all >of the Xygwin binary utilities with a hex editor, changed all references >of xygwin1.dll -> cygwin1.dll, and blow me down if it didn't fix the >problems! Glad

Q: how to access USB device- Handspring Visor cradle

2003-02-18 Thread rknowles
I have downloaded pilot-link 0.11.7 and built it on cygwin. Now I'm trying to figure out how to access the usb cradle. Most of the pilot commands take a '-p ' parameter. I've tried various devices, first, the default device /dev/pilot: ==> ./pilot-xfer -p /dev/pilot -b ttt ERROR: No su

Re: Obtaining a pervious version

2003-02-18 Thread John Williams
Hi again, Well a postscript to yesterday's discussion - today I went through all of the Xygwin binary utilities with a hex editor, changed all references of xygwin1.dll -> cygwin1.dll, and blow me down if it didn't fix the problems! I don't remember who here suggested it, but anyway, it works.

Re: How can I tell how a service was installed with cygrunsrv?

2003-02-18 Thread Elfyn McBratney
> Is there some option to the cygrunsrv command or some file I can look at > that will show me what command line was provided when cygrunsrv was used > to install a service? I would have thought that some argument to ps > would show command line arguments but there doesn't seem to be such an > opt

How can I tell how a service was installed with cygrunsrv?

2003-02-18 Thread Chuck Ocheret
Is there some option to the cygrunsrv command or some file I can look at that will show me what command line was provided when cygrunsrv was used to install a service? I would have thought that some argument to ps would show command line arguments but there doesn't seem to be such an option on cyg

Re: [avail for test] libtool-devel-20030216-1

2003-02-18 Thread Max Bowsher
Charles Wilson wrote: > Max Bowsher wrote: > >> I've discovered something which is only a problem when doing a >> CC='gcc -mno-cygwin' compile - namely, that the new wrapper >> executables do execv("/bin/bash",...), which quite obviously, msvcrt >> doesn't understand. > > cygwin-target(or mingw-tar

Re: No man pages

2003-02-18 Thread Elfyn McBratney
> When I run mkpasswd -l, I have the same entries as in my /etc/passwd > and when I run mkgroup -l, I have the same entries as in my /etc/group. > But I have no "mkpasswd" group defined in /etc/group. Does it matter anyway? But they may not have the exact sid's or group id's. If you get a 'mkpassw

Some suggestion for the setup application

2003-02-18 Thread Ken Foskey
a) The setup application does not record proxy settings. Could it record this the same as it does my preferred mirror. b) The final question about creating desktop icon and start menu entries. Could this be moved to the beginning phase to allow all user interaction to be completed before

No man pages

2003-02-18 Thread christophe thiebot
Hi , When I run mkpasswd -l, I have the same entries as in my /etc/passwd and when I run mkgroup -l, I have the same entries as in my /etc/group. But I have no "mkpasswd" group defined in /etc/group. Does it matter anyway? What typical group do you have on a local user? Can we add a group other t

Re: [avail for test] libtool-devel-20030216-1

2003-02-18 Thread Charles Wilson
Max Bowsher wrote: Max, if you have time, could you build a 'release' setup + included libs (libgetopt + gzip + bzip2) with the new libtool? I'd really appreciate that. Yep, works fine. thanks, Max. --chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting

Re: error setting up ipc-daemon

2003-02-18 Thread Charles Wilson
Randall R Schulz wrote: Igor, I was under the impression that the currently recommend way to get inetd running as a cygwin service was this: inetd --install-as-service The resulting Windows service does not use cygrunsrv to invoke inetd--it is launched directly: Path to executable: D:\cy

.inputrc and command line edit mode function key remapping

2003-02-18 Thread Lee D. Rothstein
Think of this as a brief FUQ (a veritable 'Quickie', as it were) -- Frequently Unanswered Questions Disclaimer/Alibi These are really questions for the 'bash' group, except that they specifically deal with the PC and its keyboard (*and* I'm using 'bash' on Cygwin). I've searched

Re: error setting up ipc-daemon

2003-02-18 Thread Charles Wilson
Igor Pechtchanski wrote: An excerpt from "cygrunsrv --help" below -e, --env Optional environment strings which are added to the environment when service is started. You can add up to 255 environment strings using

Re: [avail for test] libtool-devel-20030216-1

2003-02-18 Thread Charles Wilson
Max Bowsher wrote: I've discovered something which is only a problem when doing a CC='gcc -mno-cygwin' compile - namely, that the new wrapper executables do execv("/bin/bash",...), which quite obviously, msvcrt doesn't understand. cygwin-target(or mingw-target) libtool does not work at all unle

Re: Broken setup.ini

2003-02-18 Thread Max Bowsher
Please keep the conversation on list Garry Heaton wrote: > Max Bowsher wrote: >> Garry Heaton wrote: >> >>> I recently updated my Cygwin to 1.3.20 and I save all downloads to >>> the ftp directory within C:\Cygwin before installing from the local >>> directory. The problem is that, over time, the

Re: Broken setup.ini

2003-02-18 Thread Max Bowsher
Garry Heaton wrote: > I recently updated my Cygwin to 1.3.20 and I save all downloads to the > ftp directory within C:\Cygwin before installing from the local > directory. The problem is that, over time, the setup.log file seems to > have lost track of what I've downloaded such that I can't install

RE: Is modem dial-in access to Cygwin possible?

2003-02-18 Thread canofspam
Dial-up server would require me to use PPP and TCP/IP. I cannot control the ip address of the machines I am calling, so I run the risk of routing problems if I connect from a Linux machine to more than one remote windows/cygwin machine at a time. I need to also call Windows 95 machines and upg

Re: cygpath problem in 1.3.20

2003-02-18 Thread whorfin
> whorfin wrote: >> I am experiencing a problem with 1.3.20 that seems to >> be cygpath related. > >Already discussed, this month. > >http://sources.redhat.com/ml/cygwin/2003-02/msg00722.html > > >Max. Many thanks to Max and everybody else who responded. I'll toss this on Jakarta's doorstep (or,

Broken setup.ini

2003-02-18 Thread Garry Heaton
I recently updated my Cygwin to 1.3.20 and I save all downloads to the ftp directory within C:\Cygwin before installing from the local directory. The problem is that, over time, the setup.log file seems to have lost track of what I've downloaded such that I can't install packages that I've download

gdb-insight-tcl/tk still don't play well together

2003-02-18 Thread Scott, Steven
Greetings, When I try to run gdb -w (aka insight) I get an error message saying that insight can't find a usable main.tcl in the following directories. (see http://www-rcf.usc.edu/~sls/insight_error.jpg for the full message, note the underscore between "insight" and "error"). I've t

Re: cygpath problem in 1.3.20

2003-02-18 Thread Elfyn McBratney
> > I am experiencing a problem with 1.3.20 that seems to > > be cygpath related. Previously, I was using 1.3.17, > > upgraded today, and I get errors when trying to run > > Ant 1.5.1 (it ran just fine before). After a little > > fiddling, it appears that cygpath is still having some > > problems

RE: Is modem dial-in access to Cygwin possible?

2003-02-18 Thread Chris January
> Is modem dial-in access to Cygwin possible? Is there a version > of mgetty that > works with Cygwin? If not, could it work or are there > limitations in Cygwin > that would prevent this. Use Dial-up Server and sshd? Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: cygpath problem in 1.3.20

2003-02-18 Thread Elfyn McBratney
> I am experiencing a problem with 1.3.20 that seems to > be cygpath related. Previously, I was using 1.3.17, > upgraded today, and I get errors when trying to run > Ant 1.5.1 (it ran just fine before). After a little > fiddling, it appears that cygpath is still having some > problems. > > If I s

Re: cygpath problem in 1.3.20

2003-02-18 Thread Max Bowsher
whorfin wrote: > I am experiencing a problem with 1.3.20 that seems to > be cygpath related. Already discussed, this month. http://sources.redhat.com/ml/cygwin/2003-02/msg00722.html Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.co

cygpath problem in 1.3.20

2003-02-18 Thread whorfin
I am experiencing a problem with 1.3.20 that seems to be cygpath related. Previously, I was using 1.3.17, upgraded today, and I get errors when trying to run Ant 1.5.1 (it ran just fine before). After a little fiddling, it appears that cygpath is still having some problems. If I set JAVA_HOME to

Re: [avail for test] libtool-devel-20030216-1

2003-02-18 Thread Max Bowsher
Robert Collins wrote: > On Wed, 2003-02-19 at 08:47, Max Bowsher wrote: > > >> I've discovered something which is only a problem when doing a >> CC='gcc -mno-cygwin' compile - namely, that the new wrapper >> executables do execv("/bin/bash",...), which quite obviously, msvcrt >> doesn't understan

Re: [avail for test] libtool-devel-20030216-1

2003-02-18 Thread Robert Collins
On Wed, 2003-02-19 at 08:47, Max Bowsher wrote: > I've discovered something which is only a problem when doing a > CC='gcc -mno-cygwin' compile - namely, that the new wrapper executables do > execv("/bin/bash",...), which quite obviously, msvcrt doesn't understand. > > Now, I don't think that ma

Re: [avail for test] libtool-devel-20030216-1

2003-02-18 Thread Max Bowsher
Charles Wilson wrote: > I've updated libtool-devel to the 20030216 CVS, plus a rewritten > win32_libid() function that should speed up linking libraries that > have many dependencies. > > So, test and enjoy; I will probably make this the official cygwin > libtool-devel very soon. Unless there are

Is modem dial-in access to Cygwin possible?

2003-02-18 Thread canofspam
Is modem dial-in access to Cygwin possible? Is there a version of mgetty that works with Cygwin? If not, could it work or are there limitations in Cygwin that would prevent this. BB -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bug

'mv' and 'sharing violation'

2003-02-18 Thread Hannu E K Nevalainen (garbage mail)
The very latest cygwin, "all" updated yesterday - and Win98SE. For a particular reason I wanted to clear my D: drive. Knowing all the peculiarities involved in such an operation from MESSYDOS i thought that I'll try cygwin's mv... Hannu@p450 /cygdrive/e/TEMP $ mv /cygdrive/d/* . mv: `/cygdriv

Re: xsltproc segfaults after upgrading to docbook xsl stylesheetsv1.60.1

2003-02-18 Thread Robert Collins
On Wed, 2003-02-19 at 06:14, Patrick Eisenacher wrote: > Greetings, > May I ask the libxml and libxslt package maintainer to upgrade the > packages to a newer version that fixes the crash. Are you still the > maintainer, Robert? Yes, and this takes the current version from 'old' to 'old + bugg

Re: No man pages

2003-02-18 Thread Elfyn McBratney
> Thanks, man works with chmod -R a+r /usr/man. I also had to do: > chmod 555 /usr/bin/* to make nroff executable. > > I noticed that all the cygwin files are created with "mkpasswd" as the group > name. But I don't see mkpasswd in /etc/group. Any idea why? Also all the > directories and subdirecto

Re: No man pages

2003-02-18 Thread christophe thiebot
From: Christopher Faylor To: cygwin at cygwin dot com Date: Fri, 14 Feb 2003 23:24:53 -0500 Subject: Re: no man pages References: <[EMAIL PROTECTED]> Reply-to: cygwin at cygwin dot com chmod -R a+r /usr/man cgf On

Re: smbclient

2003-02-18 Thread Larry Hall (RFK Partners, Inc.)
Henning, Brian wrote: Right now i am tunneling a samba share to my windows machine. I have turned off sharing on my windows box so there will be no conficts with the forwarded share. on the windows machine i am using smbclient to log into the share. it works just fine with cygwin's smbclient //loc

Re: Duplicate CygWin

2003-02-18 Thread Larry Hall (RFK Partners, Inc.)
Max Bowsher wrote: Ben Clewett wrote: For my working, I would need a fully detached CygWin. It's own memory, it's own DLL, and not a dependence on an existing installation. This is because I will be using Install Sheild to load and run an entire application, which is compiled under CygWin, ont

smbclient

2003-02-18 Thread Henning, Brian
Right now i am tunneling a samba share to my windows machine. I have turned off sharing on my windows box so there will be no conficts with the forwarded share. on the windows machine i am using smbclient to log into the share. it works just fine with cygwin's smbclient //localhost/share -U usernam

Re: Duplicate CygWin

2003-02-18 Thread Max Bowsher
Ben Clewett wrote: > For my working, I would need a fully detached CygWin. It's own > memory, it's own DLL, and not a dependence on an existing > installation. > > This is because I will be using Install Sheild to load and run an > entire application, which is compiled under CygWin, onto a foreign

Re: error setting up ipc-daemon

2003-02-18 Thread Igor Pechtchanski
On Tue, 18 Feb 2003, Andrew DeFaria wrote: > Igor Pechtchanski wrote: > > > Randall, > > > > An excerpt from "cygrunsrv --help" below > > > > -e, --env Optional environment strings which are added > > to the environment when service is started. > > You can add up to 255 environment strings using

Re: Duplicate CygWin

2003-02-18 Thread Max Bowsher
Ronald Landheer-Cieslak wrote: > On Tue, 18 Feb 2003, Ben Clewett wrote: >> - Ensure safe location of cygwin1.dll so that no application uses >> wrong one. > either that, or just rename the DLL, like the Xygwin people did. When > you link against a DLL, the name of the DLL is put in the created >

Re: cygwin 1.3.20-1 and python 2.2.2-5

2003-02-18 Thread Dmitry Rozmanov
Thank you for noticing me. It looks like Cygwin has a bug. APS hangs just after starting new thread. Regards. ---Dmitry. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 18, 2003 5:22 PM Subject: Re: cygwin 1.3.20-

[PATCH] cygrunsrv 0.95-1 doesn't compile from source OOTB

2003-02-18 Thread Igor Pechtchanski
Hi, There seem to be two problems compiling cygrunsrv from source with gcc 3.2: - gcc now complains that the default argument for the func parameter of error() in utils.cc is specified twice (once in the prototype and once in the definition). Exact output below: g++-c -o utils.o ut

Re: An apology...

2003-02-18 Thread Andrew DeFaria
Stephen Ford wrote: As newsgroups can be read very easily with MS Outlook / Outlook Express, and they are bundled with MS Windows, you must be saying that there are people without access to Windows. My guess would be that people without access to Windows are probably not interested in Cygwin

Re: Newbie problems

2003-02-18 Thread Larry Hall (RFK Partners, Inc.)
Daniel Elenius wrote: I just installed cygwin, and everything seemed to work fine during installation. I installed quite a lot of packages, including binutils (and almost all other devel packages) and all the base packages. I seem to missing some important stuff though. For example, I don't hav

Re: An apology...

2003-02-18 Thread Andrew DeFaria
Elfyn McBratney wrote: Not everyone here uses a sparkly gui app (oex) so not everyone will have access to a news-reader. It is however, more likely that they will have access to a mail-client, tho. Never quite understood the "not have access to a newsreader" argument. IIRC many of them are fr

Re: Newbie problems

2003-02-18 Thread Elfyn McBratney
> I just installed cygwin, and everything seemed to work fine during > installation. I installed quite a lot of packages, including binutils > (and almost all other devel packages) and all the base packages. I seem > to missing some important stuff though. For example, I don't have 'less' > or 'ldd

Newbie problems

2003-02-18 Thread Daniel Elenius
I just installed cygwin, and everything seemed to work fine during installation. I installed quite a lot of packages, including binutils (and almost all other devel packages) and all the base packages. I seem to missing some important stuff though. For example, I don't have 'less' or 'ldd'. Wha

xsltproc segfaults after upgrading to docbook xsl stylesheets v1.60.1

2003-02-18 Thread Patrick Eisenacher
Greetings, I just posted the attached mail to the docbook-apps list. Daniel Veillard pointed out that libxml and libxslt are quite old and that this bug has been fixed since then. Indeed, verifying this with the Windows binaries provided by Igor Zlatkovic at http://www.zlatkovic.com/projects/l

Re: error setting up ipc-daemon

2003-02-18 Thread Andrew DeFaria
Igor Pechtchanski wrote: Randall, An excerpt from "cygrunsrv --help" below -e, --env Optional environment strings which are added to the environment when service is started. You can add up to 255 environment strings using the `--env' option. Note: /bin is always added to $PATH to allow all sta

Re: how to set a passwd for a user

2003-02-18 Thread Andrew DeFaria
Vince Hoffman wrote: It shouldnt make any difference at all. (the "unused_by_nt/2000/xp" bit should give you a clue that on windows 2k/xp/NT windows handles the password.) Maybe it should be changed to "this_field_is_unused_by_cygwin_running_under_nt/2000_or_XP__instead_cygwin_makes_calls_to_

how to freeze a version of cygwin

2003-02-18 Thread Charles D. Russell
Larry Hall wrote:> Just "install from the internet" and then make a CD of >the local directory that gets created in the process. Does provide >the answer you're looking for? Yes, thanks. Just wanted to make sure I got all the files needed to reinstall a duplicate from scratch -- Unsubscribe in

Re: error setting up ipc-daemon

2003-02-18 Thread Igor Pechtchanski
Oops. Boy, am I glad I augmented my comment with an "if you use cygrunsrv"... :-D The below still stands for launching services using cygrunsrv, though. Igor On Tue, 18 Feb 2003, Randall R Schulz wrote: > Igor, > > I was under the impression that the currently recommend way to get > inet

Re: Exim send email with subject

2003-02-18 Thread Bob McGowan
Or: echo -e 'Subject: testing\nhello' | exim [EMAIL PROTECTED] will also work. This works with standard sendmail and ssmtp as well. Igor Pechtchanski wrote: On Tue, 18 Feb 2003, Olaf Foellinger wrote: On Tue, Feb 18, 2003 at 02:31:11PM +0100, [EMAIL PROTECTED] wrote: Hi, I use exim to

Re: error setting up ipc-daemon

2003-02-18 Thread Randall R Schulz
Igor, I was under the impression that the currently recommend way to get inetd running as a cygwin service was this: inetd --install-as-service The resulting Windows service does not use cygrunsrv to invoke inetd--it is launched directly: Path to executable: D:\cygwin\usr\sbin\inetd.exe

Re: Duplicate CygWin

2003-02-18 Thread Igor Pechtchanski
On Tue, 18 Feb 2003, Ronald Landheer-Cieslak wrote: > On Tue, 18 Feb 2003, Igor Pechtchanski wrote: > > User mounts and separate users. Each Windows user effectively has its own > > mount table -- use that fact. Details in the User Guide/FAQ. > The way I understand what he wants to do, he will b

Re: error setting up ipc-daemon

2003-02-18 Thread Igor Pechtchanski
Randall, An excerpt from "cygrunsrv --help" below -e, --env Optional environment strings which are added to the environment when service is started. You can add up to 255 environment strings using the `--en

Re: Exim send email with subject

2003-02-18 Thread Igor Pechtchanski
On Tue, 18 Feb 2003, Olaf Foellinger wrote: > On Tue, Feb 18, 2003 at 02:31:11PM +0100, [EMAIL PROTECTED] wrote: > > Hi, > > > > I use exim to send emails from cygwin command line. How can I set the subject? I >write something lik this: > > echo hello | exim [EMAIL PROTECTED] > > For this purpose

Re: OK - more details for the CGI/cygwin problem (doesn't print allmy HTML & Javascript to screen)

2003-02-18 Thread Igor Pechtchanski
On Tue, 18 Feb 2003, John McAllister wrote: > Hello again, > > I guess my earlier message was either ignored or people didn't know what I > was talking about. I didn't want to post all my code, because I don't think > the problem lies within the code (the exact same cgi program works on the > Red

Re: An apology...

2003-02-18 Thread John Morrison
On Tue, 18 Feb 2003, Stephen Ford wrote: > <<..Not everyone here uses a sparkly gui app (oex) so not everyone will have > > access to a news-reader..>> > > But if you've got win95 or Win98 you've got OEx. It's so easy. What you're > telling me is there are people out there with electric windows and

Re: An apology...

2003-02-18 Thread Christopher Faylor
On Tue, Feb 18, 2003 at 11:03:24AM -0500, Larry Hall (RFK Partners, Inc.) wrote: >This has all been hashed out in the email archives more than once. Yes, it was hashed out in the thread that this one references! Apparently there is a serious lack of technical ability on the part of the person who

Re: An apology...

2003-02-18 Thread Randall R Schulz
Stephen, You know, we're trying to be reasonable with you here, but you don't seem to be willing to meet us half way. Try a more realistic example of a search related to a Cygwin tool, feature, problem, procedure etc. To search using Google, try its "Advanced" search page (

Re: An apology...

2003-02-18 Thread Larry Hall (RFK Partners, Inc.)
Stephen Ford wrote: I tried a search and it found 24,000+ results because it modified "mailing lists" to-; Search results for '(mailing or mail or mailed or mailings or mailer or mails or mailers) and (lists or list or listed or listing or listings or listen or lister or listens or listers) and '

Re: An apology...

2003-02-18 Thread Elfyn McBratney
> How do I use Google to search for a mailing list? I use Google but mailing > lists never crossed my path before. To me it's just a name - mailing list > does not mean anything to me. search term9s): site:cygwin.com "mailing list" newsgroup http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-

Re: g++ and "undefined reference to `libintl_gettext'"

2003-02-18 Thread Ronald Landheer-Cieslak
On Tue, 18 Feb 2003, Reimann, Peter wrote: > I had also tried this "-lintl" but nothing changes. Please post your link command, entirely. rlc > This e-mail and any attachments is confidential and privileged. The > information is intended to be for the use of the individual(s) or > relevant Xerox

Re: An apology...

2003-02-18 Thread Stephen Ford
I tried a search and it found 24,000+ results because it modified "mailing lists" to-; Search results for '(mailing or mail or mailed or mailings or mailer or mails or mailers) and (lists or list or listed or listing or listings or listen or lister or listens or listers) and ' How do I search

Re: AW: g++ and "undefined reference to `libintl_gettext'"

2003-02-18 Thread Larry Hall (RFK Partners, Inc.)
Reimann, Peter wrote: Sorry. Here is the command line: g++ -static -mno-cygwin -o docucalc.exe DCMessage.o DCMessageItemList.o DCInputMessage.o DCOutputMessage.o DCModel.o DCCalculator.o DCPa rameterRules.o docucalc.o DCError.o DCErrorMessage.o DCCLIInterface.o DCModelTool.o DCCPModel.o DCEx

Re: how to freeze a version of cygwin

2003-02-18 Thread Larry Hall (RFK Partners, Inc.)
Charles D. Russell wrote: In order to ensure that I could reinstall a working cygwin version if necessary, I have in the past used the "download from internet" option in setup, then burned the installation files to a CD. However, it looks like the same files are downloaded and retained if one sele

Re: An apology...

2003-02-18 Thread Elfyn McBratney
> <<..I use one filter for each cygwin ml that I'm subscribed to and have no > > problems with "manage"ing the flow..>> > > But that's horrendous - the whole internet will be peppered with even more > unnecessary emails. I was horrified when my newreader suddenly filled up > with every message from

Re: g++ and "undefined reference to `libintl_gettext'"

2003-02-18 Thread Reimann, Peter
I had also tried this "-lintl" but nothing changes. Peter This e-mail and any attachments is confidential and privileged. The information is intended to be for the use of the individual(s) or relevant Xerox entity named above. If you are not the named or intended recipient, please notify the

Re: Protect Yourself from Viruses ofgxeelilm

2003-02-18 Thread Fidel Garrett
*NEW-Special Package Deal!* 2003 McAfee Version 7.0 Software Suite - Home Edition- THE NAME THAT MEANS SECURITY FOR YOUR PC COMPUTER. Do not leave your PC open for a virus that could destroy your data. McAfee VirusScan is the #1 software used by Corporate Businesses to protect PCs against virus tr

Re: Exim send email with subject

2003-02-18 Thread Olaf Foellinger
On Tue, Feb 18, 2003 at 02:31:11PM +0100, [EMAIL PROTECTED] wrote: > Hi, > > I use exim to send emails from cygwin command line. How can I set the subject? I >write something lik this: > echo hello | exim [EMAIL PROTECTED] For this purpose it's posssible to use mutt. Gruss Olaf Föllinger --

Re: how to freeze a version of cygwin

2003-02-18 Thread Ronald Landheer-Cieslak
You can save the download dir to a CDROM if you want. You can use it as a directory to install from later. This is safe and the way I do what you're trying to do - which I only do to have two computers with the same Cygwin installation without downloading the thing twice, btw. rlc On Tue, 18

how to freeze a version of cygwin

2003-02-18 Thread Charles D. Russell
In order to ensure that I could reinstall a working cygwin version if necessary, I have in the past used the "download from internet" option in setup, then burned the installation files to a CD. However, it looks like the same files are downloaded and retained if one selects "install from internet"

Re: An apology...

2003-02-18 Thread Randall R Schulz
Stephen, Please desist in this. It has all been said and things are now as they will be for the foreseeable future. At 08:44 2003-02-18, Stephen Ford wrote: <<.. This has all been hashed out in the email archives more than once. I refer you to the archives if you're interested in hearing all

Re: An apology...

2003-02-18 Thread Stephen Ford
<<..I use one filter for each cygwin ml that I'm subscribed to and have no > problems with "manage"ing the flow..>> But that's horrendous - the whole internet will be peppered with even more unnecessary emails. I was horrified when my newreader suddenly filled up with every message from the mailin

Re: An apology...

2003-02-18 Thread Larry Hall (RFK Partners, Inc.)
Stephen Ford wrote: <<.. This has all been hashed out in the email archives more than once. I refer you to the archives if you're interested in hearing all sides of the previous discussions on this topic...>> What is the best way of searching for the relevant titles? There doesn't seem to be

Re: An apology...

2003-02-18 Thread Elfyn McBratney
> <<.. This has all been hashed out in the email archives more than once. I > > refer you to the archives if you're interested in hearing all sides of the > > previous discussions on this topic...>> > > What is the best way of searching for the relevant titles? There doesn't > seem to be a search

Re: running setup.exe silently - command line switches

2003-02-18 Thread Patrick J. LoPresti
Cary Lewis <[EMAIL PROTECTED]> writes: > Does setup.exe support a non graphical environment. Not yet. However, you can use AutoIt to create your own unattended (though not silent) install. See: http://unattended.sourceforge.net/installers.html#cygwin - Pat -- Unsubscribe info: http:/

Re: An apology...

2003-02-18 Thread Stephen Ford
<<.. This has all been hashed out in the email archives more than once. I > refer you to the archives if you're interested in hearing all sides of the > previous discussions on this topic...>> What is the best way of searching for the relevant titles? There doesn't seem to be a search feature. I

Re: g++ and "undefined reference to `libintl_gettext'"

2003-02-18 Thread Elfyn McBratney
> I use cygwin (cygwin1.dll -> 1.3.20) with win2000professionell, gettext and > libintl2 0.11.5-1, g++ (GCC) 3.2 20020927 (prerelease). > If I try to compile a little program (below class DCError is a part of it) > that use localizations I get errors for all dgettext, bindtextdomain an so > on. > >

Re: g++ and "undefined reference to `libintl_gettext'"

2003-02-18 Thread Ronald Landheer-Cieslak
Your linker can't find the symbols in gettext's library - make sure you're linking to it with the proper -l options. Read the info pages for info :) $ info gettext $ gcc -o main main.c -lintl ^^ rlc NB: make sure gettext is installed: if you get linker errors, try ins

Re: g++ and "undefined reference to `libintl_gettext'"

2003-02-18 Thread Larry Hall (RFK Partners, Inc.)
Reimann, Peter wrote: Hallo, I use cygwin (cygwin1.dll -> 1.3.20) with win2000professionell, gettext and libintl2 0.11.5-1, g++ (GCC) 3.2 20020927 (prerelease). If I try to compile a little program (below class DCError is a part of it) that use localizations I get errors for all dgettext, bindtex

  1   2   >