Re: ncftp's lls requiring /bin/more

2002-09-30 Thread Greg Matheson
On Sun, 29 Sep 2002, Michael A Chase wrote: Perhaps the pager variable in ncftp is overriding $PAGER and it is set to '/bin/more' in your system. Use the ncftp 'set' command to change it: set pager less That did the trick. Actually I see there is some value in more being less because I

telnetd doesn't give login: prompt

2002-09-30 Thread Thomas Mellman
I (still) can't use telnet for my NT box. The test I'm stuck on is when I try to run telnetd (i.e. without using inetd). In one window I run: $ /usr/sbin/in.telnetd -debug and in another I run: $ telnet $(uname -n) I get the following: Trying 139.21.89.82... Connected to [EMAIL

Re: n00b to Unix

2002-09-30 Thread Thomas Mellman
WRT [EMAIL PROTECTED], there is one, simple answer to this question that we should all have as a pavlovian reaction: O'Reilly http://www.oreilly.com/ If there's one commercial enterprise that the interests of the free software movement in its heart, it's O'Reilly. -- 

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Thomas Mellman
20020926063518 dot GA1292 at raphael dot oninet dot pt The Cygwin list seems to do fine, though a beginners list would be nice. I would definitely appreciate a beginner's list, one where we could ask questions like Hey, I'm not even sure if this is a Cygwin question or a specific

Re: where is ipc.h and msg.?

2002-09-30 Thread Gerrit P. Haase
Nick schrieb: Thanks for your help on my previous installation problem of cygwin. Now my problem is that /usr/include/sys does not contain ipc.h or msg.h. Need these to compile a concurrent message passing program. Any tips on this problem? There is an extern package available: cygipc,

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Lisi
OK, let me clarify - I guess what I would really like is a Cygwin-specific *Unix* beginner's list. My desire is not to get rid of stupid questions, since I think all my questions are probably stupid, but rather the questions that are just over my head and make me feel like I will never be at

Path to dynamic libraries

2002-09-30 Thread Pierre Habraken
Hello, I installed the full Cygwin distribution but apparently it does not include the command 'ldd'. Is there another command which can be used to get the list of dynamic libraries (and their path) that a given executable depends on ? Does it make sense to use the environment variable

Re: Question for perl gurus: what creates /bin/{HEAD|GET|POST}?

2002-09-30 Thread Gerrit P. Haase
Max schrieb: Max Bowsher wrote: I have found the problem! If an alternate perl library directory is passed like so: $ perl Makefile.PL LIB=/opt/perl5lib Then LWP's Makefile.PL fails to ask the questions. So the answer is to fix Makefile.PL. The following 1 line patch fixes the

Fwd: Fw: [Mingw-users] Whats the latest on libtool and the stub dlllibraries?

2002-09-30 Thread Jason Tishler
Norman, Please post instead of sending private email. On Fri, Sep 27, 2002 at 10:53:26PM -0400, Norman Vine wrote: Is it the -mdll flag that is causing our dll relocation problems with the extension modules that are built with setup.py ??? No. IMO, the above is not relevant to the Cygwin

Re: Open bash at the current explorer directory?

2002-09-30 Thread Gerrit P. Haase
Gunnar schrieb: It still works if I choose a folder, byt not a drive! Wow, what a thread... I missed it. I have a package online to deal with this (drives folders, including a little setup script), this version is for 'bash only', but can be customized:

RE: Path to dynamic libraries

2002-09-30 Thread Vince Hoffman
erk umm s/actual/actualy s/pasth od/path of -Original Message- From: Vince Hoffman [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 13:58 To: 'Pierre Habraken'; [EMAIL PROTECTED] Subject: RE: Path to dynamic libraries I believe Matt Swift wrote a script to do this but his link isnt

Re: Path to dynamic libraries

2002-09-30 Thread Gerrit P. Haase
Pierre schrieb: I installed the full Cygwin distribution but apparently it does not include the command 'ldd'. Is there another command which can be used to get the list of dynamic libraries (and their path) that a given executable depends on ? cd bin cygcheck cygwin1.dll Does it make

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Christopher Faylor
On Mon, Sep 30, 2002 at 02:31:35PM +0200, Lisi wrote: Maybe I should just join a Unix newbie list, any suggestions are appreciated. The standard suggestion, use google: http://www.google.com/search?q=unix+newbie cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Re: Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Christopher Faylor
On Mon, Sep 30, 2002 at 01:54:54PM +0200, Thomas Mellman wrote: The only thing I'm missing is a nice way to directly reference an entry that I read on the maillist server so that I get merged into the thread. As it is, I'm switching to raw-text, grabbing the Referenced-Mail (or whatever it's

Re: [Proposal] Moving user mount information to HKLM

2002-09-30 Thread Joshua Daniel Franklin
This is in reply to Christopher Faylor's post http://cygwin.com/ml/cygwin/2002-09/msg01430.html With this in mind I will like you to consider publishing in the Cygwin FAQ the guidlines one should use for distributing an (open source) application outside the official net release. I believe

Re: [Proposal] Moving user mount information to HKLM

2002-09-30 Thread Christopher Faylor
On Mon, Sep 30, 2002 at 06:50:28AM -0700, Joshua Daniel Franklin wrote: This is in reply to Christopher Faylor's post http://cygwin.com/ml/cygwin/2002-09/msg01430.html With this in mind I will like you to consider publishing in the Cygwin FAQ the guidlines one should use for distributing an

RE: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Zieg, Mark
OK, let me clarify - I guess what I would really like is a Cygwin-specific *Unix* beginner's list. My desire is not to get rid of stupid questions, since I think all my questions are probably stupid, but rather the questions that are just over my head and make me feel like I will never be

RE: Open bash at the current explorer directory?

2002-09-30 Thread Gunnar Boström
Actually this was what I started with, but I had some trouble with the installation. Later on I found the idea to use an environment varable instead of writing to a temp-file. :-) -Original Message- From: Gerrit P. Haase [mailto:[EMAIL PROTECTED]] Sent: den 30 september 2002 14:50

Re: Open bash at the current explorer directory?

2002-09-30 Thread Christopher Faylor
On Mon, Sep 30, 2002 at 04:27:48PM +0200, Gunnar Bostr?m wrote: Actually this was what I started with, but I had some trouble with the installation. Later on I found the idea to use an environment varable instead of writing to a temp-file. :-) Is there any way that we can STOP discussing this

RE: Cygwin: name of an lwp-request script (HEAD) clashes with /bin/head

2002-09-30 Thread McEvoy, Peter
Can you not use the lwp-request wrapper script? Pete -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]] Sent: 27 September 2002 23:32 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Cygwin: name of an lwp-request script (HEAD) clashes with /bin/head

wordexp function

2002-09-30 Thread Franck Leray
Hi alls, Is the unix wordexp function included in a cygwin package ? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: How does cygwin map / to c:/cygwin?

2002-09-30 Thread John Carlyle- Clarke
-Original Message- From: Jeff Perry [mailto:[EMAIL PROTECTED]] Sent: 27 September 2002 23:44 To: [EMAIL PROTECTED] Subject: How does cygwin map / to c:/cygwin? When I type gvim /etc/passwd from bash, gvim comes up with an empty file called passwd in c:/etc (which doesn't

Re: wordexp function

2002-09-30 Thread Michael A Chase
On Mon, 30 Sep 2002 18:12:06 +0200 Franck Leray [EMAIL PROTECTED] wrote: Is the unix wordexp function included in a cygwin package ? Visit http://cygwin.com and follow the Setup Package Search link. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Ask

Re: Path to dynamic libraries

2002-09-30 Thread Pierre Habraken
Thanks to everyone who replied to my question. The actual problem I am faced to is that I compiled (and tested) a program (ddd) under Cygwin installed as H:\Cygwin and then distributed the binaries to students who are supposed to install it on their own box. The problem is that the program does

Re: Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Philippe Bastiani
Hi, Either actually read the mailing list via email as intended or read it via news. We can read/write messages via news.gmane.org server... But, IMHO, a group of discussion would be very useful: for the beginners, for 'repeat' questions and problems, ..., for any debat concerning Cygwin!

Bug in rxvt 2.7.2: shift-pageup/pagedown ignored with -sk option

2002-09-30 Thread Francis Litterio
Cygwin version: 1.3.12-2 Application: rxvt 2.7.2 If I invoke rxvt as follows: rxvt -sk and then fill the window with lots of output, such as from the command ls -l c:/winnt then the shift-pageup and shift-pagedown keypresses fail to scroll the window (except for the very

Re: Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Eduardo Chappa
*** Philippe Bastiani ([EMAIL PROTECTED]) wrote today: :) Either actually read the mailing list via email as intended or read :) it via news. :) :) We can read/write messages via news.gmane.org server... :) :) But, IMHO, a group of discussion would be very useful: for the :) beginners, for

Re: Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Lisi
Yes, your question made me wonder if it wouldn't be nice to have a cygwin-unix-questions mailing list, but then it occurred to me that then we'd have endless and indignant discussions of whether something is cygwin or unix-specific. That's the point of a cygwin-unix list, questions can be

Sýnýrsýz içerik vjex

2002-09-30 Thread K Vedder
Ensest siteler - En son videolar - Yüksek kalite resimler Sýnýrsýz porno arþivi yenilendi: Onlarca film ve fotoðraf Normal internet baðlantýnýzdan 10 kat hýzlý bir baðlantýyla, videolarý kendi bilgisayarýnýzdan izlediðiniz gibi izlemek veya aklýnýza gelebilecek her kategoride binlerce

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Michael A Chase
On Mon, 30 Sep 2002 10:48:42 -0700 (PDT) Eduardo Chappa [EMAIL PROTECTED] wrote: For these reasons, I completely support the idea of creating an independent newsgroup. So file the proposal. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Ask Smarter:

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Eduardo Chappa
*** Michael A Chase ([EMAIL PROTECTED]) wrote today: :) On Mon, 30 Sep 2002 10:48:42 -0700 (PDT) Eduardo Chappa :) [EMAIL PROTECTED] wrote: :) :) For these reasons, I completely support the idea of creating an :) independent newsgroup. :) :) So file the proposal. Sure, I can do that, but what

1.3.12 bug: st_mode of file changes to directory after unlink?

2002-09-30 Thread Mark Moraes
Hi. If I open a file for read/write and then unlink it (the old Unix idiom for temporary files), fstat() on the file's fd shows that st_mode has changed from regular file to directory. Regards, Mark. : ASHOKA ; ./xx /tmp/bt.XX before unlink: mode 0x81a4 fmt 0x8000 size 0 after unlink:

Help with Cygwin SSH

2002-09-30 Thread Steve Landry
I'm new to cygwin but not to Linux, and I'm new to your list. I'm hoping someone can help me figuring why port forwarding is not working properly for me. Here's the SSH command: ssh -l myID -L 1234:localhost:21 ftp.myserver.com I connect and login, NP. When I try to ftp from a windows FTP

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Christopher Faylor
On Mon, Sep 30, 2002 at 11:54:56AM -0700, Eduardo Chappa wrote: *** Michael A Chase ([EMAIL PROTECTED]) wrote today: :) On Mon, 30 Sep 2002 10:48:42 -0700 (PDT) Eduardo Chappa :) [EMAIL PROTECTED] wrote: :) :) For these reasons, I completely support the idea of creating an :) independent

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Christopher Faylor
On Mon, Sep 30, 2002 at 04:02:39PM -0400, Christopher Faylor wrote: On Mon, Sep 30, 2002 at 11:54:56AM -0700, Eduardo Chappa wrote: *** Michael A Chase ([EMAIL PROTECTED]) wrote today: :) On Mon, 30 Sep 2002 10:48:42 -0700 (PDT) Eduardo Chappa :) [EMAIL PROTECTED] wrote: :) :) For these

enscript broken pipe:

2002-09-30 Thread Aldi Kraja
Hi, I am trying to use enscript: Here is what I get when using it: $ enscript -dlj2 -G enscript.cfg lpr: can't open 'lj2' for writing lpr: The printer name is invalid. Broken pipe The printer lj2 is a network printer. Thanks for any suggestions, Aldi -- -- Unsubscribe info:

Re: Help with Cygwin SSH

2002-09-30 Thread David Rothenberger
The command below is forwarding only the command channel for ftp. The fact that you were able to login indicates that the tunnel is operating correctly. Successfully tunnelling normal FTP is difficult and normally requires that you can configure either your client or your server so that you can

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Eduardo Chappa
*** Christopher Faylor ([EMAIL PROTECTED]) wrote today: :) On Mon, Sep 30, 2002 at 11:54:56AM -0700, Eduardo Chappa wrote: :) *** Michael A Chase ([EMAIL PROTECTED]) wrote today: :) :) :) On Mon, 30 Sep 2002 10:48:42 -0700 (PDT) Eduardo Chappa :) :) [EMAIL PROTECTED] wrote: :) :) :) :) For

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread raphael
On Mon, Sep 30, 2002 at 04:02:39PM -0400, Christopher Faylor wrote: On Mon, Sep 30, 2002 at 11:54:56AM -0700, Eduardo Chappa wrote: *** Michael A Chase ([EMAIL PROTECTED]) wrote today: :) On Mon, 30 Sep 2002 10:48:42 -0700 (PDT) Eduardo Chappa :) [EMAIL PROTECTED] wrote: :) :) For these

ftp with mc

2002-09-30 Thread darryl
Hi, Just a few days with Cygwin and I'm doing fine, thanks to all contributors Problem is with ftp in mc. When link times out (I'm editing php and then come back to upload the changes) I get an empty directory and error:'ftpfs: failed; nowhere to fall back to' In the mc list archives as

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Jeremy Hetzler
At 10:48 AM 9/30/2002 -0700, Eduardo Chappa wrote: Finally, one of the advantages about a separate newsgroup is that people would feel more confortable asking a question. The cygwin mailing list tries very hard to have people not to ask questions (search the FAQs first, look for a better mailing

Pb connecting to cygwin

2002-09-30 Thread valcauda Stéphane
I have installed cygwin without problem (I'm under W2000). My Window user's account (Administrator's one) is Stéphane (from french, so with accent = :( on the cygwin shell ). I have installed cygwin to try Postgresql. I have installed postgresql without problem. But since I have ended this

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Eduardo Chappa
*** Jeremy Hetzler ([EMAIL PROTECTED]) wrote today: :) A group that does all the work to answer anyone's question, no matter :) how obvious the answer or easy to find it is elsewhere, no matter that :) it is the hundredth time it has been asked that week? Yes, that sounds :) like a wonderful

Cygwin and NetHack - strncasecmp compile error

2002-09-30 Thread Brian Rowe
I am trying to compile nethack on cygwin. If it done let me know, and I will quite, but I haven't found it. In /usr/include/string.h the function strncasecmp is defined. This conflicts with line 688 in extern.h in the cygwin files. I want to resolve that, conflict, My C is rusty, like 5 years

Re: Bug in rxvt 2.7.2: shift-pageup/pagedown ignored with -sk option

2002-09-30 Thread Rui Carmo
Hum... I can not only confirm this one, but also get a reproducible crash if I press Ctrl+Left at the end of a line. rxvt just vanishes, no error message, nothing. Makes it a pain to use bash and long command lines... Rui Carmo -- Unsubscribe info:

Re: ncftp's lls requiring /bin/more

2002-09-30 Thread Hack Kampbjørn
Brandon Saxe wrote: fyi: more comes with the latest cygwin setup. brandon saxe - Original Message - From: Greg Matheson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 28, 2002 11:29 PM Subject: ncftp's lls requiring /bin/more Another ncftp peculiarity is

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Christopher Faylor
On Mon, Sep 30, 2002 at 03:28:00PM -0700, Eduardo Chappa wrote: Let me tell you how I see this. When I've supported Pine, I haven't looked at the content of the question as much as I've looked at the value of the answer. Just to give you an example, someone once asked me if Pine supported

Login command

2002-09-30 Thread valcauda Stéphane
When I try login command with any of my windows NT account / password, it doesn't work. even after MkPasswd. Is it a problem of passwd or something else ? I read the FAQ on SU problem, but I don't find answers to solve this login problem. Thanks for help, --- Stéphane

Re: newer bintuils

2002-09-30 Thread Nicholas Wourms
--- Alan Hourihane [EMAIL PROTECTED] wrote: Nicholas Wourms wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... --- Alan Hourihane wrote: Alan Hourihane wrote in message amnb7e$7k5$[EMAIL PROTECTED]">news:amnb7e$7k5$[EMAIL PROTECTED]... Anyone know when the new

Re: ftp and ncftp hangs: any ideas?

2002-09-30 Thread Hack Kampbjørn
Rob Anderson wrote: Newest version installed off the web today, previous version 6 mos ago did not have the problem. Symptom: ftp hangs after ls, or get, or put. It hangs AFTER completing the operation. (overrun?) Systems: Win 98 (cygwin) talking to Linux. Other: I thought it

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Eduardo Chappa
*** Christopher Faylor ([EMAIL PROTECTED]) wrote today: :) [some comments deleted] :) :) However, this really side steps the issue. Five hundred How do I get :) to the previous command in bash? questions are not going to lead to new :) insight about cygwin. That's what we're talking about. I

Nethack and Cygwin - Compils, Installs and doesn't work :)

2002-09-30 Thread Brian Rowe
I got past some challenges, but am a little confused on where to go next with Cygwin and debugging this. Nethack compiled, no errors. It installed in the /usr/games directory where it put nethack.exe I run nethack.exe and it just sits there, no error nothing. Any ideas, on what I could try or has

Re: Nethack and Cygwin - Compils, Installs and doesn't work :)

2002-09-30 Thread Robert Collins
On Tue, 2002-10-01 at 10:31, Brian Rowe wrote: I got past some challenges, but am a little confused on where to go next with Cygwin and debugging this. Nethack compiled, no errors. It installed in the /usr/games directory where it put nethack.exe I run nethack.exe and it just sits there, no

Re: Moving cygwin discussions to Usenet? (e.g., alt.os.cygwin)

2002-09-30 Thread Christopher Faylor
On Mon, Sep 30, 2002 at 05:16:53PM -0700, Eduardo Chappa wrote: *** Christopher Faylor ([EMAIL PROTECTED]) wrote today: It's basically a situation in which you don't want to be involved, and that's fine, but why complain about it, if it's not going to affect you in any way. I don't see the

Re: Nethack and Cygwin - Compils, Installs and doesn't work :)

2002-09-30 Thread Robert Collins
On Tue, 2002-10-01 at 11:17, Brian Rowe wrote: Any idea where they are now? When I looked at the list of support applications nethack was not on there. In nethack 3.3 almost all of the cygwin compile statements have been removed. The cursor just flashes around the screen, and I have to

sourceware.cygnus.com going away

2002-09-30 Thread Christopher Faylor
I'm going to pull the plug on the old host name sourceware.cygnus.com soon. sources.redhat.com and its alias cygwin.com will continue to work as always. If you are referring to sourceware.cygnus.com for cvs scripts or in bookmarks, however, you'll have to change this if you want to continue to

libxslt 1.0.13-1 stability problems

2002-09-30 Thread Mike Bresnahan
I've experiencing stability problems with libxslt 1.0.13-1. I'm frequently receiving segmentation faults when running xsltproc as follows: xsltproc --catalogs --output foo.html /home/administrator/DocBook/docbook-xsl-1.55.0/xhtml/chunk.xsl book.xml So far I've been able to work around each

Re: libxslt 1.0.13-1 stability problems

2002-09-30 Thread Robert Collins
On Tue, 2002-10-01 at 12:35, Mike Bresnahan wrote: I've experiencing stability problems with libxslt 1.0.13-1. I'm frequently receiving segmentation faults when running xsltproc as follows: I'm hoping someone has already walked this path and can save me the time it will take to debug this

RE: Cygwin: name of an lwp-request script (HEAD) clashes with/bin/head

2002-09-30 Thread Igor Pechtchanski
I don't. However, some other perl packages that I used were dependent on LWP, and the scripts got installed along with it. For some reason I wasn't asked whether those should be created. Igor On Mon, 30 Sep 2002, McEvoy, Peter wrote: Can you not use the lwp-request wrapper script?

man : List of all commands in a section

2002-09-30 Thread Alex Vinokur
= Windows 2000 CYGWIN_NT-5.0 = Is it possible to get list of * all section * all commands in some section ? == Alex Vinokur mailto:[EMAIL PROTECTED] http://up.to/alexvn == -- Unsubscribe info:

Rbash

2002-09-30 Thread Chris K Ellsworth
Has anyone had sucess in useing Rbash to restrict locations remote users can access/ or do? Chris K Ellsworth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: enscript broken pipe:

2002-09-30 Thread Gerrit P. Haase
Hallo Aldi, Am Montag, 30. September 2002 um 22:27 schriebst du: Hi, I am trying to use enscript: Here is what I get when using it: $ enscript -dlj2 -G enscript.cfg lpr: can't open 'lj2' for writing lpr: The printer name is invalid. Broken pipe The printer lj2 is a network printer.

Pending packages status

2002-09-30 Thread Pavel Tsekov
1. doxygen version: 1.2.18-1 status : reviewed, fixed package is available for review reviews: http://cygwin.com/ml/cygwin-apps/2002-09/msg00107.html votes : 4 (Joshua, Lapo, Nicholas and Robert) url:

RE: Pending packages status

2002-09-30 Thread Morrison, John
(sorry Pavel, ment to sent to list!) From: Pavel Tsekov [mailto:[EMAIL PROTECTED]] 1. doxygen version: 1.2.18-1 status : reviewed, fixed package is available for review reviews: http://cygwin.com/ml/cygwin-apps/2002-09/msg00107.html votes : 4 (Joshua, Lapo, Nicholas and Robert) You

RE: Pending packages status

2002-09-30 Thread Pavel Tsekov
On Mon, 30 Sep 2002, Morrison, John wrote: 1. doxygen version: 1.2.18-1 votes : 4 (Joshua, Lapo, Nicholas and Robert) You can add me to this :) I think it doesn't need more PRO votes, but I'll add you anyway :)

Can't export etext

2002-09-30 Thread kelly wood
Hello, When porting a compiler which is ported from Pro64 from linux to cygwin, I encountered some problem. Could you please help me? Thanks! Now, I have past the compiling part and got all *.o files, but an error occured in the linking part when I tried to make a be.so. The error message is:

Re: Shared memory?

2002-09-30 Thread Harold L Hunt II
Jean-Claude, Yes, but you have to run some service that supports the SHM model (I forget the package name or whether it was ever rolled into a Cygwin setup package that is in the primary distribution, and for anyone about to jog my memory: I don't care either). Go look at the KDE on Cygwin

new subscriber

2002-09-30 Thread Lane, Frank L
Hi List, My first post. I tried to get the faq and list info and the listbot told me they weren't available. I have a couple of questions, hopefully they aren't asked to much. One: On my installation I didn't get vim. And I'm not finding it out on the net anywhere. What can I do about this?

Re: new subscriber

2002-09-30 Thread Harold L Hunt II
Frank, Cygwin/XFree86 is a subproject of the Cygwin project that is focused on the XFree86 (a free X Window System implementation) port to Cygwin. If you install Cygwin/XFree86, then you have by definition installed Cygwin. You can select the Cygwin/XFree86 packages under the XFree86

Re: new subscriber

2002-09-30 Thread Christopher Faylor
On Mon, Sep 30, 2002 at 03:36:47PM -0500, Lane, Frank L wrote: My first post. I tried to get the faq and list info and the listbot told me they weren't available. I'm sorry but I don't know what this means. What told you that the FAQ was unavailable? Links for the FAQ and list information for

RE: new subscriber

2002-09-30 Thread WSzumera
Christopher, I think because the mailbot gives this bit of information when you sign up: Send mail to the following for info and FAQ for this list: [EMAIL PROTECTED] [EMAIL PROTECTED] If you try it you get: Hi! This is the ezmlm program. I'm managing the [EMAIL PROTECTED] mailing list.

Re: new subscriber

2002-09-30 Thread Christopher Faylor
On Mon, Sep 30, 2002 at 11:29:22PM -0400, [EMAIL PROTECTED] wrote: Christopher, I think because the mailbot gives this bit of information when you sign up: Send mail to the following for info and FAQ for this list: [EMAIL PROTECTED] [EMAIL PROTECTED] If you try it you get: Hi! This is

bedava seks

2002-09-30 Thread webmaster
Title: PETEK DINCOZ TRKIYEDE ILK DEFA PETEK D. UN CIPLAK POZLARINI YAYINLIYORUZ.EGER MERAK EDIYORSAN TIKLA PROGRAMI DOWNLOAD ET CALISTIR PETEK D. VE DAHA BIR COK UNLUNUN HARIKA FOTOLARINA ULAS TAMAMEN BEDAVA GIRMEK ICIN HEMEN

src/winsup/cygwin ChangeLog thread.cc thread.h

2002-09-30 Thread rbcollins
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED]2002-09-30 04:43:44 Modified files: winsup/cygwin : ChangeLog thread.cc thread.h Log message: 2002-09-30 Robert Collins [EMAIL PROTECTED] * thread.cc (pthread_mutex::initMutex):

winsup/cygwin ChangeLog exceptions.cc

2002-09-30 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2002-09-30 07:18:43 Modified files: cygwin : ChangeLog exceptions.cc Log message: * exceptions.cc (unused_sig_wrapper): Still need additional level of indirection when

winsup/cygwin ChangeLog thread.cc

2002-09-30 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2002-09-30 08:00:53 Modified files: cygwin : ChangeLog thread.cc Log message: * thread.cc (pthread_key::keys): Do not copy on fork. (pthread_mutex::mutexInitializationLock):

winsup/cygwin ChangeLog thread.cc

2002-09-30 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2002-09-30 08:05:00 Modified files: cygwin : ChangeLog thread.cc Log message: * thread.cc (pthread::precreate): Use explicit no inherit option when creating mutex.

winsup/cygwin ChangeLog thread.cc

2002-09-30 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2002-09-30 08:11:55 Modified files: cygwin : ChangeLog thread.cc Log message: * thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal. Patches:

winsup/cygwin cygserver_shm.cc dcrt0.cc fhandl ...

2002-09-30 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2002-09-30 08:17:45 Modified files: cygwin : cygserver_shm.cc dcrt0.cc fhandler_proc.cc fhandler_socket.cc grp.cc passwd.cc select.cc tty.cc

src/winsup/cygwin ChangeLog cygserver_transpor ...

2002-09-30 Thread scottc
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2002-09-30 11:31:56 Modified files: winsup/cygwin : ChangeLog cygserver_transport_pipes.cc Log message: * cygserver_transport_pipes.cc (transport_layer_pipes::accept): Remove trailing

src/winsup/cygwin ChangeLog thread.cc

2002-09-30 Thread rbcollins
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED]2002-09-30 14:06:06 Modified files: winsup/cygwin : ChangeLog thread.cc Log message: 2002-10-01 Robert Collins [EMAIL PROTECTED] * thread.cc (pthread_key::keys): Copy on fork.