Re: error compiling apache-1.3.33 with mod_perl and perl-5.8.7-1

2005-08-04 Thread Harald Joerg
Gerrit P. Haase writes: > [...] >>>Bruno Postle wrote: >> [...] undefined reference to `_boot_' >>> [...] >>>Something broken with generating the code for perlxsi? > [...] >> If $static_ext was empty, it is now " Win32CORE", with a leading >> space. >> When building perlxsi.c, ExtUtils::Embed

Re: Cygwin and NTFS Junction Points

2005-08-04 Thread Frank-Michael Moser
Corinna, I understand your objections but I think this all could be seen from an alternate point of view. As you said, JPs, as they are implemented, are less useful than real POSIX symlinks. Now instead of miming Microsofts intention with the JPs, why not simply considering them consequently as s

Re: Problem with exec and some suggestions

2005-08-04 Thread Gansta93
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > That's exactly what exec is for: transfer all control to the > program you specified. When it ends, everything ends: the command > shell and the window it lives in. > > Just leave out the exec prefix. > > Stein Hello, Thanks. But when I just type t

Re: Problem with exec and some suggestions

2005-08-04 Thread Pavel Tsekov
Hello, On Thu, 4 Aug 2005, Gansta93 wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > That's exactly what exec is for: transfer all control to the > > program you specified. When it ends, everything ends: the command > > shell and the window it lives in. > > > > Just leave out the ex

Re: Problem with exec and some suggestions

2005-08-04 Thread Pavel Tsekov
Hello, Please, keep the discussion on the list. I read it and so do others. The first column of the command output shows the file's permissions. For some reason you lack execute permissions for the given file. Try changing the permission of the file using the chmod command: chmod 755 pbcompiler

Re: Problem with exec and some suggestions

2005-08-04 Thread Gansta93
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, As I have just readed, I've tried to changes permissions using chmod 755 pbcompiler for change it because it hadn't permissions for execution. But when I type again ls -l pbcompiler the result is the same and I cannot execute is. Is windows 98

RE: Problem with exec and some suggestions

2005-08-04 Thread Morche Matthias
Does pbcompiler start with something like #!/bin/sh in ist first line? And does that /bin/sh after #! exist and is that executable? Does /bin/sh pbcompiler work as expected? regards, matthias Gansta93 wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > As I have just read

RE: Problem with exec and some suggestions

2005-08-04 Thread Morche Matthias
Sorry, I had to read more carefully. If You cannot change the permissions to be executable, You won't be able to execute it. There must be some options to the mount command to make everything executable... Try mount -X ... regards, matthias Morche Matthias wrote: > Does pbcompiler start w

Re: Proposed FAQ in DocBook

2005-08-04 Thread Larry Hall
At 01:15 AM 8/4/2005, you wrote: >I'm tired of tip-toeing around the texinfo source for the FAQ just to make >sure links to the numbered questions work, so I've converted the source >to DocBook and put up preliminary versions: > >Several files: http://staff.washington.edu/joshuadf/cygwin/faq.html

Re: Trouble making .so (undefined symbols)

2005-08-04 Thread Warren Young
Gerrit P. Haase wrote: add the flag -no-undefined to libmysqlpp_la_LDFLAGS? Ah. I added it to a different automake LD* variable previously. Now I'm getting a cygmysqlpp-2.dll, which I wasn't before. This is progress, though incomplete And you also need to use a shared libmysqlclien

Re: Problem with exec and some suggestions

2005-08-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gansta93 on 8/4/2005 6:13 AM: > Hello, > > As I have just readed, I've tried to changes permissions using chmod > 755 pbcompiler for change it because it hadn't permissions for > execution. But when I type again ls -l pbcompiler the resul

Re: Proposed FAQ in DocBook

2005-08-04 Thread Warren Young
Larry Hall wrote: How does one determine what the names are for the named sections? They're arbitrary, just like named anchors in HTML. From a DocBook document I maintain: Using Unicode with MySQL++ This generates... 6. Using Unicode with MySQL++ ...in the HTML version. If you

Re: Trouble making .so (undefined symbols)

2005-08-04 Thread Brian Dessent
Warren Young wrote: > I would rather continue with my present scheme, which is using an import > library for the native build's DLL. This is, in effect, a "shared > libmysqlclient library", but I have a feeling that you mean a > Cygwin-built .so file instead. That's not a good idea. The MySQL n

Re: Postmaster core dumps

2005-08-04 Thread Corinna Vinschen
On Aug 3 17:39, Corinna Vinschen wrote: > On Aug 3 17:17, Novaelec wrote: > > Hello Corinna, > > > > I think the problem is in cygserver because the bug is related to semaphores > > when I use gdb. [...] > > Sorry to say that, but to me it looks like a bug in postmaster. Looking > into the sta

Re: Cygwin and NTFS Junction Points

2005-08-04 Thread Corinna Vinschen
On Aug 4 12:44, Frank-Michael Moser wrote: > Corinna, http://cygwin.com/acronyms/#TOFU reformatted. > Corinna Vinschen wrote: > > To me, junction points are more like mount points, > > not symlinks. Since mount points are transparent and don't act like > > symlinks to cp/mv/rm and friends,

C compiler default output... configure: error: C compiler cannot create executables

2005-08-04 Thread CODE
Hi All, Iam new to cygwin. However, I got cygwin & magic (magic_win_tcl) working. When I try to install patch of magic-7.2.70 it gives the following error. [EMAIL PROTECTED] /usr/local/src/magic-7.2.70 $ ./configure --without-tcl checking build system type... i686-pc-cygwin checking host system

Re: tlist may "hang", Ex: "tlist bash"

2005-08-04 Thread Tom Rodman
see comments below, thanks again for your help. This issue is pretty minor to me, but I had thought it might be interesting to the list. On Wed 8/3/05 14:10 EDT Cygwin List wrote: > At 11:25 AM 8/3/2005, you wrote: > >Under 1.5.18 and several earlier releases the w2k resource kit tool "tlist" >

Re: C compiler default output... configure: error: C compiler cannot create executables

2005-08-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to CODE on 8/4/2005 7:29 AM: > checking for C compiler default output... configure: error: C compiler > cannot cr > eate executables > See `config.log' for more details. Did you look at config.log? Since you didn't attach it (or the relevan

re: problem with exec and some suggestions

2005-08-04 Thread Gansta93
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, For mount command, this command is not in my logic... I've tried and tried again, alwais displaied the help... and unable to have it correctly... argh... and about rename the file, when I type pbcompiler or pbcompiler.exe I read command not fo

[ANNOUNCEMENT] New package: bash-completion-20050721-1

2005-08-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The bash-completion-20050721-1 package has recently been added to the Cygwin distribution. DESCRIPTION: Provides programmable completion enhancements to bash TAB-completion. Based on the command you type, hitting TAB later on in the comma

1.5.18: pthread_cond_wait() can return ETIMEDOUT too early

2005-08-04 Thread Bart Van Assche
Hello, For me it is convenient to call pthread_cond_timedwait() to specify { 0x7fff, 0 } as the deadline instead of calling pthread_cond_wait(). Apparently this works with the Linux implementation of pthread_cond_timedwait() I tried, but not with Cygwin's implementation. I had a look at

re: problem with exec and some suggestions

2005-08-04 Thread Eric Blake
> pbcompiler > or > pbcompiler.exe > I read > command not found Probably because your $PATH does not include . (the current directory). > and when I type > ./pbcompiler.exe I can read > ./pbcompiler: cannot execute binary file. Hmm, what is the output of "file pbcompiler*"? Are you sure it is a

re: problem with exec and some suggestions

2005-08-04 Thread Pavel Tsekov
Hello, On Thu, 4 Aug 2005, Gansta93 wrote: > For mount command, this command is not in my logic... I've tried and > tried again, alwais displaied the help... and unable to have it > correctly... argh... and about rename the file, when I type > pbcompiler > or > pbcompiler.exe > I read > command

RE: Cygwin and NTFS Junction Points

2005-08-04 Thread Fred Kulack
On 08/03/2005 at 03:42:34 PM, cygwin-owner wrote: >From the links below it seems that windows itself doesn't handle NTFS junctions points well. Sounds like another feature that wasn't well thought out, kind of like NTFS alternate data streams. --- end of excerpt --- I don't know the original pos

Re: Proposed FAQ in DocBook

2005-08-04 Thread Bill Harris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joshua Daniel Franklin <[EMAIL PROTECTED]> writes > I'm tired of tip-toeing around the texinfo source for the FAQ just to make > sure links to the numbered questions work, so I've converted the source > to DocBook and put up preliminary versions: Th

Timezone names

2005-08-04 Thread Cliff Hones
I was curious as to why, under Cygwin, the default UK timezone names (eg as displayed by "date") are different from the standard names. [Standard UK names are GMT and BST, while Cygwin displays GMTST and GMTDT.] So I did some source digging. Forgive me if the following info is already readily av

problem while connecting GDB to an ARM board

2005-08-04 Thread Michael LUITAUD
I used to use linux to compile code for my ARM based board but I needed windows and cygwin 1.5.8 to connect to the platform and debug via the ARM Multi-ICE Server and the Multi-ICE gdb Server. I now have to stop using linux so, I installed the GNUARM Tool Chain for Cygwin. That Tool Chain needs

Apache with mod_perl up and running (was: Re: error compiling apache-1.3.33 with mod_perl and perl-5.8.7-1)

2005-08-04 Thread Harald Joerg
I wrote: > Gerrit P. Haase writes: >>> [...] Would mod_perl work with a mod_so setup as well? >> >> Yes it should work. Have you tried to link directly against the DLL? > > You mean against /usr/bin/libhttpd.dll? > > I've tried, but failed miserably so far. I've been starting with the > build p

Re: Cygwin and NTFS Junction Points

2005-08-04 Thread Frank-Michael Moser
Fred Kulack wrote: > On 08/03/2005 at 03:42:34 PM, cygwin-owner wrote: > > I don't know the original posters environment or exactly what problems > he's trying to solve, but I'd recommend liberal use of the cygwin command > line, > mount points, symlinks and > cygpath-dash-w-using-scripts-and-a

Re: Proposed FAQ in DocBook

2005-08-04 Thread Joshua Daniel Franklin
On 8/4/05, Larry Hall wrote: > At 01:15 AM 8/4/2005, you wrote: > >You can link to named sections, for example > >http://staff.washington.edu/joshuadf/cygwin/new-faq.html#faq.install.disk-space > > > Just one question. How does one determine what the names are for the > named sections? I assume

Re: Proposed FAQ in DocBook (Attn: tetex maintainer)

2005-08-04 Thread Igor Pechtchanski
On Wed, 3 Aug 2005, Joshua Daniel Franklin wrote: > I'm tired of tip-toeing around the texinfo source for the FAQ just to make > sure links to the numbered questions work FYI, "makeinfo --html" will have named anchors (with names being section headers), and so will "texi2html --node-files" (I als

re: Problem with exec and some suggestions

2005-08-04 Thread Gansta93
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, the output of file pbcompiler.exe is: pbcompiler.exe: ELF 32-bit LSB Executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), no stripped About cygcheck -svr: the output is too long for my screen, a

Re: [ANNOUNCEMENT] New package: orpie 1.4.1-1

2005-08-04 Thread Dr. Volker Zell
> Schulman Andrew writes: > The package 'orpie' is now available in the Cygwin distribution. There is a packaging bug in this release. /etc/default/etc/orpierc should be /etc/defaults/etc/orpierc Also I would recommend a postinstall script similar for example to /etc/postinstall/man

re: Problem with exec and some suggestions

2005-08-04 Thread Pavel Tsekov
Hello, On Thu, 4 Aug 2005, Gansta93 wrote: > the output of file pbcompiler.exe is: > pbcompiler.exe: ELF 32-bit LSB Executable, Intel 80386, version 1 > (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), > no stripped > About cygcheck -svr: the output is too long for my screen, a

Re: Proposed FAQ in DocBook (Attn: tetex maintainer)

2005-08-04 Thread Jan Nieuwenhuizen
Igor Pechtchanski writes: > Incidentally, tetex-3.0.0 seems to be missing the texi2html executable (it > was present in tetex-2.0.2). Jan, any comments? teTeX bundles a whole lot of stuff, like libpng, texinfo, zlib, ncurses, whatnot. I think that sane, independent packages like these had bette

bash is crashing

2005-08-04 Thread Cary Jamison
I recently upgraded an older installation (see attached cygcheck). I have a simple script I sometimes run that monitors a directory for any files dumped in it (sleeps 10 seconds, processes any new files, and loops around). Since upgrading this script is causing bash to crash. It doesn't happe

Re: Problem with exec and some suggestions

2005-08-04 Thread Gansta93
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, OK... I though an emulator was able to do the same things as Linux, but not Cygwin... I may have missunderstood cygwin purpauses as you said Pavel Tsekov. I'll have to let Linux for others people... Thank you for helps. Patrick -BEGIN PG

Re: Trouble making .so (undefined symbols)

2005-08-04 Thread Warren Young
Brian Dessent wrote: There are 2 or 3 things you have to patch and they're all summarized by Gerrit in postings to this list. I may have found the postings you refer to, but both include URLs to dead sites. Can you provide a direct link? I tried building MySQL 4.1.13 myself, but I don't ge

Re: bash is crashing

2005-08-04 Thread Eric Blake
> I have a simple script I sometimes run that monitors a directory for any > files dumped in it (sleeps 10 seconds, processes any new files, and loops > around). Since upgrading this script is causing bash to crash. It doesn't > happen immediately, so I'm not sure where exactly in my script th

entry point _getreent in cygwin1.dll w/gcc compiler

2005-08-04 Thread Julie Lee
Okay - I'm sure some of you have already seen this - I've googled the problem, searched on yahoo, looked through the FAQ, and through the mailing list. I can't seem to solve this problem. For example - I am trying to compile, let's say, a helloworld.c file. gcc helloworld.c type that in and I

RE: Postmaster core dumps

2005-08-04 Thread Novaelec
Hi! Well, I'm a newbie in many senses and I can't help you to solve the problem arrived at this point :'( Who made the last version of "cygwin"? Bye! On Aug 3 17:39, Corinna Vinschen wrote: >On Aug 3 17:39, Corinna Vinschen wrote: >> On Aug 3 17:17, Novaelec wrote: >> > Hello Corinna, >> >

RE: Problem with exec and some suggestions

2005-08-04 Thread Dave Korn
Original Message >From: Gansta93 >Sent: 04 August 2005 16:54 > OK... I though an emulator was able to do the same things as Linux, > but not Cygwin... Cygwin isn't an emulator, it's an emulation layer; this is different. If you want to run Linux software on Windows, it does run unde

Re: tlist may "hang", Ex: "tlist bash"

2005-08-04 Thread Tom Rodman
A 'tlist 5664' launched from the cmd.exe shell finished after ~20 min. --v-v--C-U-T---H-E-R-E-v-v-- Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\Documents and Settings\staffuser1>timethis tlist 5664 TimeThis : Com

RE: entry point _getreent in cygwin1.dll w/gcc compiler

2005-08-04 Thread Dave Korn
Original Message >From: Julie Lee >Sent: 04 August 2005 17:15 > Everything I find says to re-install or update. I don't know what else > to do. Any help is welcomed. You need to install or update. You just need to do it _right_, is all. If you're seeing _getreent complaints, then you *

Re: Proposed FAQ in DocBook (Attn: tetex maintainer)

2005-08-04 Thread Igor Pechtchanski
On Thu, 4 Aug 2005, Jan Nieuwenhuizen wrote: > Igor Pechtchanski writes: > > > Incidentally, tetex-3.0.0 seems to be missing the texi2html executable > > (it was present in tetex-2.0.2). Jan, any comments? > > teTeX bundles a whole lot of stuff, like libpng, texinfo, zlib, ncurses, > whatnot. I

RE: Postmaster core dumps

2005-08-04 Thread Igor Pechtchanski
On Thu, 4 Aug 2005, Novaelec wrote, in reply to Corinna Vinschen's post: > Who made the last version of "cygwin"? . So the right people are already looking at the problem. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,

Re: bash is crashing

2005-08-04 Thread Cary Jamison
Eric Blake wrote: I have a simple script I sometimes run that monitors a directory for any files dumped in it (sleeps 10 seconds, processes any new files, and loops around). Since upgrading this script is causing bash to crash. It doesn't happen immediately, so I'm not sure where exactly in m

RE: Postmaster core dumps

2005-08-04 Thread Novaelec
Hi Igor, Sorry... my question would have been: who made the last version of "cygserver"? Thanks! And sorry again. -- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Thu 4 Aug 2005 To: Novaelec RE: Postmaster core dumps On Thu, 4 Aug 2005, Novaelec wrote, in reply to C

Re: Proposed FAQ in DocBook (Attn: tetex maintainer)

2005-08-04 Thread Jan Nieuwenhuizen
Igor Pechtchanski writes: > Probably, but a successful build of the Cygwin HTML documentation relies > on texi2html being present. Ah. > It would have been nice to at least announce that texi2html is no > longer packaged, and/or package it separately. I don't see that in > your tetex-3.0.0 anno

Re: Proposed FAQ in DocBook (Attn: tetex maintainer)

2005-08-04 Thread Igor Pechtchanski
On Thu, 4 Aug 2005, Jan Nieuwenhuizen wrote: > Igor Pechtchanski writes: > > > Probably, but a successful build of the Cygwin HTML documentation relies > > on texi2html being present. > > Ah. > > > It would have been nice to at least announce that texi2html is no > > longer packaged, and/or packag

Re: Trouble making .so (undefined symbols)

2005-08-04 Thread Warren Young
Warren Young wrote: I may have found the postings you refer to, but both include URLs to dead sites. Can you provide a direct link? Nevermind. I found another post by Gerrit showing how to make a shared library from a static one. For the archives: http://sourceware.org/ml/cygwin

Uninstall Cygwin

2005-08-04 Thread Gansta93
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, If, one day, I want to uninstall Cygwin. How can I do that? No icon in Add/remove programs list, no start menu icon... I know there are values in the registry, but I don't know what values, so I cannot delete thes values. Is there one or more c

pid confusion and pstree

2005-08-04 Thread Jason Pyeron
sorry if this wraps. what is my WINPID for the current bash? [EMAIL PROTECTED] mysql-4.1.13.new]$ ps -W | head -1 && ps -W | grep bash && pstree -Ahup PIDPPIDPGID WINPID TTY UIDSTIME COMMAND I2356 12356 2356 con 1003 Jul 31 /usr/bin/bash 260

Re: pid confusion and pstree

2005-08-04 Thread Igor Pechtchanski
On Thu, 4 Aug 2005, Jason Pyeron wrote: > sorry if this wraps. > > what is my WINPID for the current bash? > > [EMAIL PROTECTED] mysql-4.1.13.new]$ ps -W | head -1 && ps -W | grep bash && > pstree -Ahup > PIDPPIDPGID WINPID TTY UIDSTIME COMMAND > I2356 12356

Re: pid confusion and pstree

2005-08-04 Thread Jason Pyeron
On Thu, 4 Aug 2005, Igor Pechtchanski wrote: On Thu, 4 Aug 2005, Jason Pyeron wrote: sorry if this wraps. what is my WINPID for the current bash? [EMAIL PROTECTED] mysql-4.1.13.new]$ ps -W | head -1 && ps -W | grep bash && pstree -Ahup PIDPPIDPGID WINPID TTY UIDSTIME

Re: pid confusion and pstree

2005-08-04 Thread Igor Pechtchanski
On Thu, 4 Aug 2005, Jason Pyeron wrote: > On Thu, 4 Aug 2005, Igor Pechtchanski wrote: > > > On Thu, 4 Aug 2005, Jason Pyeron wrote: > > > > > sorry if this wraps. > > > > > > what is my WINPID for the current bash? > > > > > > [EMAIL PROTECTED] mysql-4.1.13.new]$ ps -W | head -1 && ps -W | grep b

Re: error compiling apache-1.3.33 with mod_perl and perl-5.8.7-1

2005-08-04 Thread Gerrit P. Haase
Harald Joerg wrote: IMO a bug in ExtUtils::Embed. I'd have said so - but this version of ExtUtils::Embed has been around for a while. That's why I have been looking for a solution - or a workaround - within the cygwin build. Nevertheless I'll try to file a bug report to perlbug. Having Ext

Re: pid confusion and pstree

2005-08-04 Thread Jason Pyeron
On Thu, 4 Aug 2005, Igor Pechtchanski wrote: On Thu, 4 Aug 2005, Jason Pyeron wrote: On Thu, 4 Aug 2005, Igor Pechtchanski wrote: On Thu, 4 Aug 2005, Jason Pyeron wrote: sorry if this wraps. what is my WINPID for the current bash? [EMAIL PROTECTED] mysql-4.1.13.new]$ ps -W | head -1 && p

Re: problem while connecting GDB to an ARM board

2005-08-04 Thread Larry Hall
At 10:43 AM 8/4/2005, you wrote: >I used to use linux to compile code for my ARM based board but I needed >windows and cygwin 1.5.8 to connect to the platform and debug via the ARM >Multi-ICE Server and the Multi-ICE gdb Server. >I now have to stop using linux so, I installed the GNUARM Tool Chai

Re: Uninstall Cygwin

2005-08-04 Thread Andrew DeFaria
Gansta93 wrote: If, one day, I want to uninstall Cygwin. How can I do that? No icon in Add/remove programs list, no start menu icon... I know there are values in the registry, but I don't know what values, so I cannot delete thes values. Is there one or more command to uninstall Cygwin? Else,

Re: pid confusion and pstree (Attn: User's Guide maintainer)

2005-08-04 Thread Igor Pechtchanski
On Thu, 4 Aug 2005, Jason Pyeron wrote: > On Thu, 4 Aug 2005, Igor Pechtchanski wrote: > > > On Thu, 4 Aug 2005, Jason Pyeron wrote: > > > > > On Thu, 4 Aug 2005, Igor Pechtchanski wrote: > > > > > > > On Thu, 4 Aug 2005, Jason Pyeron wrote: > > > > > > > > > sorry if this wraps. > > > > > > > > >

Re: pid confusion and pstree (Attn: User's Guide maintainer)

2005-08-04 Thread Jason Pyeron
On Thu, 4 Aug 2005, Igor Pechtchanski wrote: See "man ps" and . -W means "all Windows processes". IIRC, the "-a" is ignored when -W is specified. HTH, Igor P.S. Note to the UG maintainer: Joshua, there's a typo in the description

Re: Uninstall Cygwin

2005-08-04 Thread Joe Smith
If, one day, I want to uninstall Cygwin. How can I do that? No icon in Add/remove programs list, no start menu icon... I know there are values in the registry, but I don't know what values, so I cannot delete thes values. Is there one or more command to uninstall Cygwin? Else, what can I do? L

Re: Apache with mod_perl up and running

2005-08-04 Thread Gerrit P. Haase
Harald Joerg wrote: We already know that - for archeological reasons - mod_perl's DSO library happens to have the same file name as perl's, eh? Here's a place where this *really* bit me. Oh yeah, I cannot believe that they don't change the name. If someone has a nice workaround to a

RE: pid confusion and pstree (Attn: User's Guide maintainer)

2005-08-04 Thread Herb Martin
Jason Pyeron wrote> > I did read the man page for ps, first, before posting. > > I does not say that the cygwin pid will be changed to the > windows pid for cygwin processes. It does indicate for > windows processes the PID is the same as the WINPID and can > be used in kill -f. I am a Cygwin

Re: Proposed FAQ in DocBook (Attn: tetex maintainer)

2005-08-04 Thread Joshua Daniel Franklin
On 8/4/05, Igor Pechtchanski wrote: > I like the way the new FAQ looks. One question, however: is DocBook > easily installable on Cygwin? Can the FAQ be built with the default > settings of Cygwin's DocBook package? If so, this package should be > listed as a prerequisite for building the Cygwi

Re: Uninstall Cygwin

2005-08-04 Thread Brian Dessent
Gansta93 wrote: > If, one day, I want to uninstall Cygwin. How can I do that? > No icon in Add/remove programs list, no start menu icon... I know > there are values in the registry, but I don't know what values, so I > cannot delete thes values. > Is there one or more command to uninstall Cygwin?

Re: Proposed FAQ in DocBook

2005-08-04 Thread Larry Hall
At 11:13 AM 8/4/2005, you wrote: >On 8/4/05, Larry Hall wrote: >> At 01:15 AM 8/4/2005, you wrote: >> >You can link to named sections, for example >> >http://staff.washington.edu/joshuadf/cygwin/new-faq.html#faq.install.disk-space >> > >> Just one question. How does one determine what the names a

Re: Trouble making .so (undefined symbols)

2005-08-04 Thread Brian Dessent
Warren Young wrote: > Warren Young wrote: > > > > I may have found the postings you refer to, but both include URLs to > > dead sites. Can you provide a direct link? > > Nevermind. I found another post by Gerrit showing how to make a shared > library from a static one. For the archives: > >

Re: Does Cygwin support System V Message Queues?

2005-08-04 Thread Joe Smith
cygserver? Is it additional software we must install? Users Guide http://cygwin.com/cygwin-ug-net/cygwin-ug-net.html#using-cygserver Matt, Basically to use cygwin's XSI IPC Message Queues, XSI IPC Semaphores, or XSI IPC Shared Memory, you need to do a few simple things. (Assuming Windows

Re: bash is crashing

2005-08-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Cary Jamison on 8/4/2005 11:07 AM: > Ok, I should have sent it too. There is probably a better way to do > this, but here it is... > > #!/bin/bash > > # scp anything in the sync directory to the remote machine > # and then move it to th

Re: bash is crashing

2005-08-04 Thread Igor Pechtchanski
On Thu, 4 Aug 2005, Eric Blake wrote: > According to Cary Jamison on 8/4/2005 11:07 AM: > > Anyway, here are some parts you may care about : > > > > cygwin dll 1.5.18 > > bash 3.0-8 > ... > > Not Found: sh > > Found: C:\cygwin\bin\tar.exe > > Not good. You need /bin/sh to do lots of things in cyg

Re: Proposed FAQ in DocBook

2005-08-04 Thread Joshua Daniel Franklin
On 8/4/05, Larry Hall wrote: > At 11:13 AM 8/4/2005, you wrote: > >Yes, as noted they're in the HTML in tags..., converted from > >DocBook's id="..." There will of course be a Table of Contents with links so > >you don't have to look at the HTML to determine this. > > Ah, OK. That's what I was l

Re: pid confusion and pstree (Attn: User's Guide maintainer)

2005-08-04 Thread Joshua Daniel Franklin
On 8/4/05, Igor Pechtchanski wrote: > P.S. Note to the UG maintainer: Joshua, there's a typo in the description > of "ps" on the above referenced page: "synonomous" should be "synonymous". Nice catch, it will be in the next refresh. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp