Re: help on running c program on cygwin

2001-11-14 Thread Tim Prince
- Original Message - From: "Lily Tsai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 14, 2001 4:26 PM Subject: help on running c program on cygwin > > I just installed Cygwin on XP and tried running a simple helloworld in c. > After a good compilation using gcc,

RE: indent.exe strangeness

2001-11-14 Thread BMetzenthen
Bingo! That was the problem. Thanks. I was using /cygdrive/..., which are binmode. Mounting the win directories under the cygwin heirarchy in text mode solved that little problem. I operate cygwin the same way as I use Linux, ignoring binmode/textmode until it bites me (usually, this means ^

Re: Cygwin homepage has problems

2001-11-14 Thread Shayne Steele
> > Looks fine to me. > > Rob Yes, NOW it is fixed. -- Shayne Steele Graduate Student in Computer Science at FSU [EMAIL PROTECTED] http://www.cs.fsu.edu/~steele/ With great abilities come great responsibilities. -- Stan Lee -- Unsubscribe info: http://cygwin.com/ml/#unsubscrib

Re: Cygwin homepage has problems

2001-11-14 Thread Robert Collins
Looks fine to me. Rob - Original Message - From: "Shayne Steele" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 2:30 PM Subject: Cygwin homepage has problems > The cygwin homepage > http://sources.redhat.com/cygwin/ > is now just a 'Cygwin

Cygwin homepage has problems

2001-11-14 Thread Shayne Steele
The cygwin homepage http://sources.redhat.com/cygwin/ is now just a 'Cygwin Package List' Please fix this. -- Shayne Steele Graduate Student in Computer Science at FSU [EMAIL PROTECTED] http://www.cs.fsu.edu/~steele/ With great abilities come great responsi

Re: indent.exe strangeness

2001-11-14 Thread Robert Collins
- Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 2:08 PM Subject: Re: indent.exe strangeness > On Wed, Nov 14, 2001 at 10:05:14PM -0500, Kevin Schnitzius wrote: > >Are your source drives mounted as binary or t

Memory Size Query in Cygwin/gcc

2001-11-14 Thread Piyush Kumar
How can I query the size of the RAM of the system on which my code is running using gcc! I need something portable! Thanks, --Piyush -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com

Re: indent.exe strangeness

2001-11-14 Thread Christopher Faylor
On Wed, Nov 14, 2001 at 10:05:14PM -0500, Kevin Schnitzius wrote: >Are your source drives mounted as binary or text? Actually if you add /usr/lib/automode.o it might just cause this to be a non-issue. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

RE: indent.exe strangeness

2001-11-14 Thread Kevin Schnitzius
Are your source drives mounted as binary or text? Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 21:58 To: [EMAIL PROTECTED] Subject:indent.exe strangeness I've tried a few approaches with obtaining (or bu

indent.exe strangeness

2001-11-14 Thread BMetzenthen
I've tried a few approaches with obtaining (or building) indent.exe but the executable always seems to include extra ^M characters (usually following the whitespace which is inserted at the start of lines) to the beautified output. Does anyone know if this is: (a) a run-time configuration problem

Re: Win98se and using SSHD as a TRUE service

2001-11-14 Thread Gerald Villemure
The idea here is to have SSHD start as a true service in Win9x such that it will NOT dies when a user logs out. To do this the process must make the system call "RegisterServiceProcess" which only exist in Win95, Win98 and WinMe. James Coleman: I tryied adding the #include "windows.h" line but

problems with RSA authentication for multiple users using SSHD

2001-11-14 Thread N Wilson
Hello, Let me start with a simple question: can multiple users using RSA authentication log into a single Windows 2000 box running sshd? It seems like this is implied by the README files in /usr/doc. Assuming this is true then here is my problem: I am trying to log onto a Windows 2000 (sp2)

Re: perl mod Win32-API install problem with Cgywin 1.3.3

2001-11-14 Thread Gerrit P. Haase
Hallo Russell, Am 2001-11-15 um 01:37 schriebst du: > When I try to install the perl module > Win32-API I do this ... > $ perl Makefile.PL > ... > $ make > gcc -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -I/usr/local/include > -DUSEIMPORTLIB -O2 -DVERSION=\"0.20\" -DXS_VERSION=\"0.20\"

perl mod Win32-API install problem with Cgywin 1.3.3

2001-11-14 Thread Russell Cecala
Hi, When I try to install the perl module Win32-API I do this ... $ perl Makefile.PL ... $ make gcc -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -I/usr/local/include -DUSEIMPORTLIB -O2 -DVERSION=\"0.20\" -DXS_VERSION=\"0.20\" -I/usr/lib/perl5/5.6.1/cygwin-multi/CORE API.c In file incl

help on running c program on cygwin

2001-11-14 Thread Lily Tsai
I just installed Cygwin on XP and tried running a simple helloworld in c. After a good compilation using gcc, I get nothing when trying to run the outputfile. $gcc helloworld.c -o helloworld.exe $helloworld.exe nothing. When I double-click on the helloworld.exe icon on Windows Explorer, I ge

Re: no more package moratorium?

2001-11-14 Thread E
Robert Collins wrote: >I agree. They must also *At this point* agree to maintain the package do >upgrades feed patches to the vendor etc, and that they will announce >publicly if they decide to stop maintaining the package with as much >warning as possible. Packages with no maintainers are pulled

Re: Cygwin Perl and Module Math::BigInt

2001-11-14 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On 14-Nov-01 Gerrit P. Haase tried to scribble about: > Hallo Tels, > 2001-11-14 21:12:13, du schriebst: > >>> I tried to 'make test' on the the Convert:ASN1 and it kept fail at >>> place where the Math::BigInt always returns NaN. >>> >>> I cut out t

Re: setup.exe

2001-11-14 Thread Robert Collins
- Original Message - From: "Rakic Sasa" <[EMAIL PROTECTED]> > Hi there, > > Is it possible inside cygwin setup.exe implement option > of how long in Kb or bytes is installation that is available > for download: > Example: > CurrentNew Src? . >

setup.exe

2001-11-14 Thread Rakic Sasa
Hi there, Is it possible inside cygwin setup.exe implement option of how long in Kb or bytes is installation that is available for download: Example: CurrentNew Src? . ~ 1.3.3-2 1.3.5-3 105Kb O ...

Re: How do I debug a global object in a DLL??

2001-11-14 Thread Larry Hall (RFK Partners, Inc)
OK, that taps me out! ;-) Larry At 05:53 PM 11/14/2001, Mark Paulus wrote: >Yes, it is being exported. I have put a -Wl,-export-all-symbols in >the .dll link step, and when I look in the .def file (I have >also added a -Wl,-output-def= statement). > > > >On Wed, 14 Nov 2001 17:36:58 -0500, L

Re: new site for my ports is up

2001-11-14 Thread Charles Wilson
"Gerrit P. Haase" wrote: > > Another question: Why a separate site? Why not avoid the confusion and > > submit the packages to the main release? > > Okidoki, every package that gets in the dist will be removed from this site. > I think I will have to repack all of them, but that is no problem

Re: How do I debug a global object in a DLL??

2001-11-14 Thread Mark Paulus
Yes, it is being exported. I have put a -Wl,-export-all-symbols in the .dll link step, and when I look in the .def file (I have also added a -Wl,-output-def= statement). On Wed, 14 Nov 2001 17:36:58 -0500, Larry Hall \(RFK Partners, Inc\) wrote: >At 05:34 PM 11/14/2001, Mark Paulus wrote: >

Re: no more package moratorium?

2001-11-14 Thread Robert Collins
- Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> > > >I think we should either get a consensus from all the package > >maintainers, or perhaps, wait 3 days for objections. If no objections, > >then the package is allowed in. If there are objections, discuss until > >reso

Re: no more package moratorium?

2001-11-14 Thread Christopher Faylor
On Thu, Nov 15, 2001 at 09:08:08AM +1100, Robert Collins wrote: >- Original Message - >From: "Corinna Vinschen" <[EMAIL PROTECTED]> >> - cygwin-developers discusses if the package should become part of >> the distro and chooses a person from cygwin-developers as approver. > >Nope. I don'

Re: How do I debug a global object in a DLL??

2001-11-14 Thread Larry Hall (RFK Partners, Inc)
At 05:34 PM 11/14/2001, Mark Paulus wrote: >Hi, > >I have this problem where I am defining a global object >within a dll, but somehow that global definition is not >making it into the main executable. Everything works >fine if the program is statically bound, but I want to know >how to go about d

RE: Xvnc - Multiple replies

2001-11-14 Thread Tony Karakashian
> Bad assumption. From the VNC Docs > (http://www.uk.research.att.com/vnc/docs.html): > > WinVNC - The Windows NT VNC server Well, now, that's WinVNC. The limitations you described are also limited to that software. For example, I use a product from a company called "Applica". It's a PCI card

Re: new site for my ports is up

2001-11-14 Thread Robert Collins
- Original Message - From: "Gerrit P. Haase" <[EMAIL PROTECTED]> > BTW, is it possible to introduce a new path like '/opt' e.g. for Apache, or > should it better go in /usr/apache, /usr/mysql ...? IMO use the FSH from the LSB as your guidelines. Rob -- Unsubscribe info: http://cyg

How do I debug a global object in a DLL??

2001-11-14 Thread Mark Paulus
Hi, I have this problem where I am defining a global object within a dll, but somehow that global definition is not making it into the main executable. Everything works fine if the program is statically bound, but I want to know how to go about debugging the program initialization steps, to see

Re: no more package moratorium?

2001-11-14 Thread Robert Collins
- Original Message - From: "Robert Collins" <[EMAIL PROTECTED]> > > - When the approver thinks the package is ok, the contributor > > is (obligatory!) asked if s/he's willing to maintain the package > > in future and if s/he's willing to announce officially when > > s/he's not any

Re: How to "login/rlogin/su" to user accts with no password defined?

2001-11-14 Thread Mark Paulus
Well, I have a problem with this I have 2 machines (Actually I have 6, but only 2 w/MS Windows). One is running XP Home, with inetd running as a service, and one running XP Pro, with inetd running as a service. Neither one of them will allow me to telnet into the primary account, which has

Re: Actually 1.3.4; "mount" closes bash window after tape drive ops

2001-11-14 Thread Larry Hall (RFK Partners, Inc)
Since this is the first I've noted of this problem being reported to the list (did I miss some much earlier report(s)), I would say that one shouldn't expect that it would be addressed specifically in any recent release. Unless the problem turns out to be more generic, it's probably going to r

Re: no more package moratorium?

2001-11-14 Thread Robert Collins
- Original Message - From: "Corinna Vinschen" <[EMAIL PROTECTED]> > > > It does raise an interesting point: who, when, and how, do new packages > > get approved? > > That's a problem when getting lots of new packages. The forum for > discussion and the approval process is cygwin-apps. Ho

Re: new site for my ports is up

2001-11-14 Thread Gerrit P. Haase
Hallo Christopher, 2001-11-14 22:39:11, du schriebst: > On Wed, Nov 14, 2001 at 03:44:07PM -0500, Charles Wilson wrote: >>"Gerrit P. Haase" wrote: >> >>> I'm still uploading, at the end there will be all this stuff there: >> >>> cygwin/cygipc: >>> total 83 >>> -rwxrwxrwx1 544 83134 O

Re: It's official -- package moratorium lifted

2001-11-14 Thread Christopher Faylor
On Thu, Nov 15, 2001 at 08:37:07AM +1100, Robert Collins wrote: >Let me butt in here >- Original Message - >From: "Christopher Faylor" <[EMAIL PROTECTED]> > >>So, for a package submission, please send the name of the package, the >>rationale for including it, and a URL where we can ret

Re: Setup suggestions

2001-11-14 Thread Robert Collins
- Original Message - From: "Andrew DeFaria" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 8:33 AM Subject: Setup suggestions > I have a few suggestions for Cygwin's setup.exe: > > 1) Setup should be runnable by the command line with no dialog prompting ...

Re: It's official -- package moratorium lifted

2001-11-14 Thread Robert Collins
Let me butt in here - Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> > Robert has agreed. The moratorium is lifted. > > There was much rejoicing. Much!! :]. > So, for a package submission, please send the name of the package, the > rationale for including it, an

Setup suggestions

2001-11-14 Thread Andrew DeFaria
I have a few suggestions for Cygwin's setup.exe: 1) Setup should be runnable by the command line with no dialog prompting at all. This way one could envision an administrator rsh'ing to somebody else's machine and installing Cygwin in one command or setting up a cron job to periodically insure

It's official -- package moratorium lifted

2001-11-14 Thread Christopher Faylor
Robert has agreed. The moratorium is lifted. There was much rejoicing. Please send your proposals for new package submissions here, unless you already have access to sources.redhat.com and have gotten a "go ahead after the moratorium is lifted". The only person I can think of that this would a

Re: setup.exe suggestions

2001-11-14 Thread Robert Collins
Original Message - From: "Le Chat Noir" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 4:10 AM Subject: setup.exe suggestions > > Hi, > > firstly, forgive me for mentioning anything that's already been said, I don't read the mailing list, I just wanted to

Re: pthread_create -- no callback?

2001-11-14 Thread Evan Pollan
> > On linux it returns ESRCH = no such thread. Your problem is with the > > thread argument to pthread_join as shown below. > > > > Since you are not joining with the thread, the output might disappear... I'd missed your point earlier!!! I was calling pthread_join with the address of the threa

Re: new site for my ports is up

2001-11-14 Thread Christopher Faylor
On Wed, Nov 14, 2001 at 03:44:07PM -0500, Charles Wilson wrote: >"Gerrit P. Haase" wrote: > >> I'm still uploading, at the end there will be all this stuff there: > >> cygwin/cygipc: >> total 83 >> -rwxrwxrwx1 544 83134 Oct 10 14:45 cygipc-1.10-1.tar.bz2 >> -rwxrwxrwx1 544

Re: utime Bug?

2001-11-14 Thread Corinna Vinschen
On Wed, Nov 14, 2001 at 12:30:38PM -0800, chad fowler wrote: > #include > #include > #include > int main() > { > struct utimbuf s; > struct utimbuf s2; > struct stat info; > s.actime = 0; > s.modtime = 1; > utime ("./x", &s); > stat("./x",&info); > printf(" utime.file access ti

RE: Cygwin Perl and Module Math::BigInt

2001-11-14 Thread Heribert Dahms
Hi Tels, I don't speak Perl, but in C that would overflow the temporary expression calculated before it is passed as an argument to new()! Try: my $num = Math::BigInt->new(-1 * (1<<24)) * Math::BigInt->new(1<<24); Bye, Heribert ([EMAIL PROTECTED]) > -Original Message- > From: Tels [SMTP

Re: new site for my ports is up

2001-11-14 Thread Charles Wilson
"Gerrit P. Haase" wrote: > I'm still uploading, at the end there will be all this stuff there: > cygwin/cygipc: > total 83 > -rwxrwxrwx1 544 83134 Oct 10 14:45 cygipc-1.10-1.tar.bz2 > -rwxrwxrwx1 544 753 Nov 14 18:38 index.html > cygipc is GPL. Where's the source? 2

new site for my ports is up

2001-11-14 Thread Gerrit P. Haase
Hallo Cygwinners, I signed up for an account at topcities now, well theyt put an ad at every index page, but I hope this will last a little longer than at multimania. http://timtowtdi.topcities.com/ I'm still uploading, at the end there will be all this stuff there: $ ls -lRGn cygwin cygwin: to

Re: utime Bug?

2001-11-14 Thread chad fowler
> cf> When you use utime to set the actime to 0 (the > epoch), > cf> stat will show actime as being whatever modtime > is set > cf> to for that file. If you set it to anything > else (1, > cf> for example), actime is reflected accurately by > stat. > > cf> Am I off base? The same code on my Deb

Re: [ANNOUNCEMENT] Setup.exe Updated

2001-11-14 Thread Robert Collins
- Original Message - From: "Robert Mecklenburg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 3:45 AM Subject: Re: [ANNOUNCEMENT] Setup.exe Updated > RC> The long awaited setup.exe update has occured. > > Thank you for this excellent upgrade! A trivial o

Re: Proxy setting in Setup

2001-11-14 Thread Robert Collins
Carlos, setup does not have the ability to save the manual proxy information. If you setup IE with that proxy settings, then you can just choose "IE settings". I've added a wishlist item to save the manual proxy settings in setup.exe. Rob - Original Message - From: "Carlos de Sousa" <[E

Re: utime Bug?

2001-11-14 Thread egor duda
Hi! Wednesday, 14 November, 2001 chad fowler [EMAIL PROTECTED] wrote: cf> When you use utime to set the actime to 0 (the epoch), cf> stat will show actime as being whatever modtime is set cf> to for that file. If you set it to anything else (1, cf> for example), actime is reflected accurately b

Re: utime Bug?

2001-11-14 Thread Corinna Vinschen
On Wed, Nov 14, 2001 at 11:43:37AM -0800, chad fowler wrote: > I'm a new cygwin user and a fairly lame C programmer. > However, I think I've discovered a bug. When I find > things like this, I usually assume it's my fault. > But, this seems to be at least inconsistent with other > platforms. >

Re: pthread_create -- no callback?

2001-11-14 Thread Robert Collins
- Original Message - From: "Lassi A. Tuura" <[EMAIL PROTECTED]> To: "Evan Pollan" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 2:28 AM Subject: Re: pthread_create -- no callback? > > The sample I included did check the return value of pthread_join. > > No

Re: pthread_create -- no callback?

2001-11-14 Thread Lassi A. Tuura
> hmm i should sleep instead of posting - probably will look silly in the > morning... Yup :-) Fix the pthread_join usage first, then we'll talk about limitations in the cygwin implementation. LOL, //lat -- In God we Trust -- all others must submit an X.509 certificate. --Charles Forsy

utime Bug?

2001-11-14 Thread chad fowler
I'm a new cygwin user and a fairly lame C programmer. However, I think I've discovered a bug. When I find things like this, I usually assume it's my fault. But, this seems to be at least inconsistent with other platforms. When you use utime to set the actime to 0 (the epoch), stat will show ac

Actually 1.3.4; "mount" closes bash window after tape drive ops

2001-11-14 Thread Tim Scoggins
Double checking, I realize this problem is currently manifest in version 1.3.4 Unless 1.3.5 is actually expected to address this problem, I'm reluctant to touch anything, for fear of losing what tape functions I still cling to. Tim Scoggins wrote: > I posted this problem once, but I have now re

Re: [ANNOUNCEMENT] Setup.exe Updated

2001-11-14 Thread Brian Keener
Robert Mecklenburg wrote: > released!) and always unchecked these boxes, but setup doesn't seem to > remember my choice. I would swear that others in my organization That is the reason it keeps asking - setup is not currently designed to remember your response but bases its default on whether t

Cygwin Perl and Module Math::BigInt

2001-11-14 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, [sorry for the late reply, I don't read this list] "T.Phan" wrote on Fri, 10 Aug 2001 15:38:11 -0500: >Hi, > I tried to 'make test' on the the Convert:ASN1 and it kept fail at > place where the Math::BigInt always returns NaN. > > I cut out the seg

RE: your businesses for sale newsletter

2001-11-14 Thread businessesforsalenewsletter
Hi, Ever wonder where people buy and sell businesses? Right here, sign up to receive the #1 subscribed businesses for sale newsletter (just simply reply to this email) included in the newsletter: *** This Nation wide newsletter includes local businesses and national businesses for

setup.exe suggestions

2001-11-14 Thread Le Chat Noir
Hi, firstly, forgive me for mentioning anything that's already been said, I don't read the mailing list, I just wanted to give feedback/make a suggestion to the Cygwin dev team. With setup.exe, there are two small, obvious features missing which would streamline it even further: 1) Remember

Re: tcsh, gcc/g++ problem

2001-11-14 Thread Charles Wilson
Gareth Pearce wrote: > > >I updated my cygwin installation today to the most recent > >DLL and here are some problems I'm facing! Any ideas! > > > >1] tcsh complains that cygncurses5.dll is not present! > >I see a copy of cygncurses6.dll on my hard disk. Anyone > >knows what the problem is?? > >

256Mb Limit for g++

2001-11-14 Thread Piyush Kumar
Anyone knows how to circumvent the 256Mb Memory Allocation Limit for g++ on cygwin! I need to use larger arrays than 256Mb and dont want to write a wrapper around vector or implement a new allocator!! Any ideas, --Piyush -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug rep

[ANNOUNCEMENT] Updated: groff-1.17.1

2001-11-14 Thread Christopher Faylor
I've made a new version of groff available for download. This version is an update to the latest version available at ftp.gnu.org. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Once you've downlo

Re: AW: libxml2.dll, libxslt.dll, problems with executables linked to dll's

2001-11-14 Thread Gerrit P. Haase
Hallo Ralf, 2001-11-14 17:34:39, du schriebst: > Hi, > Do you have tried the already available win32 binaries at > http://www.fh-frankfurt.de/~igor/projects/libxml/ ? > I have downloaded it, copied the dlls into /usr/local/bin and made a chown a+w > /usr/local/bin/*.dll and called testDocbook.

Re: [ANNOUNCEMENT] Setup.exe Updated

2001-11-14 Thread Robert Mecklenburg
RC> The long awaited setup.exe update has occured. Thank you for this excellent upgrade! A trivial observation: when I got to the package selection dialog (I don't know it's official name) the text on the "View" button was corrupted (i.e., pixels scrambled). Clicking it refreshed properly and fi

Re: AW: libxml2.dll, libxslt.dll, problems with executables linked to dll's

2001-11-14 Thread Gerrit P. Haase
Hallo Ralf, 2001-11-14 17:16:34, du schriebst: > Hi, > Do you have tried the already available win32 binaries at > http://www.fh-frankfurt.de/~igor/projects/libxml/ ? No, I build them myself;) > I have downloaded it, copied the dlls into /usr/local/bin and made a chown a+w > /usr/local/bin/*.d

Re: ncurses problem with *line()

2001-11-14 Thread Kurt Roeckx
On Wed, Nov 14, 2001 at 10:55:23AM -0500, Norman Vine wrote: > > As a temporary fix you can > #define BROKEN_LINKER That would be: #define BROKEN_LINKER 1 It worked, thanks. Kurt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bug

Re: Please Trim!!!

2001-11-14 Thread Stipe Tolj
I agree to Earnie! It's really sometimes hard to read the posting, that's why I personaly do not respond as much as I "would" like. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-

Re: 1.3.3: Setenv man page missing

2001-11-14 Thread Dinogen
At 16.16 14/11/01 +0100, Pavel Tsekov wrote: >Dinogen wrote: > > > > Hi. > > The man page about C function "setenv" is missing. > > > >Do you have the newlib-man package installed ? Yes, I have, and is dated 20001118... Because of big number of mirrors, I often try a "random" mirror... But often

RE: ncurses problem with *line()

2001-11-14 Thread Norman Vine
Kurt Roeckx writes: > >I upgraded ncurses (and alot of other stuff) today, and it seems >to work just fine. > >The problem is when I try to link my program against ncurses. I >get a few "undefined reference to 'acs_map`". It seems >libncurses6 doesn't have this acs_map anymore. > >I also

cygwin 1.3.2-3; "mount" closes bash window after tape drive ops

2001-11-14 Thread Tim Scoggins
I posted this problem once, but I have now reproduced it several times, so I hope I can provide more helpful details. One three occasions, after various operations involving SCSI tape drives, particularly AIT2 drives, a situation was created where any mount command, including "mount" by itself, c

Proxy setting in Setup

2001-11-14 Thread Carlos de Sousa
Hi! I've tried the new setup 2.125.2.5 and it still doesn't save the proxy address setting. See http://sources.redhat.com/ml/cygwin/2001-10/msg01161.html Is my setup.ini corrupted or am I doing something wrong? /CdeS -- Carlos de Sousa(NA/EBC/BEES/TLX)Senior Systems Programmer Er

Re: pthread_create -- no callback?

2001-11-14 Thread Gareth Pearce
- Original Message - From: "Lassi A. Tuura" <[EMAIL PROTECTED]> To: "Evan Pollan" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 2:28 AM Subject: Re: pthread_create -- no callback? > > The sample I included did check the return value of pthread_join. > > N

Please Trim!!!

2001-11-14 Thread Earnie Boyd
When responding to mail please be kind and trim the parts your not responding to. When responding to mail with a cygcheck attached there is no need to leave it intact in the response. Please keep these considerations in mind for the health of the developers if nothing else. Thanks, Earnie.

Re: pthread_create -- no callback?

2001-11-14 Thread Lassi A. Tuura
> The sample I included did check the return value of pthread_join. Nope, you are still not printing pthread_join *return* value -- print the int returned by pthread_join as you did with pthread_create. On linux it returns ESRCH = no such thread. Your problem is with the thread argument to pthr

latest transfig+xfig working

2001-11-14 Thread Jochen Küpper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is simply a report that the latest transfig/xfig (3.2.3d) works essentially out of the box on Cygwin for me, using latest cygwin (yesterday) and cygwin-xfree as of Oct 12. Two changes were necessary, the first one should go into the transfig sou

Re: Xvnc - Multiple replies

2001-11-14 Thread Max Bowsher
> > What is it exactly that you want to do here? The native Windows VNC > server works great, and the native Windows > > VNC client works great also. With a bit more info, maybe someone can > help. > > Well, I'm assuming Xvnc works similarly on Windows as it does on Linux, > where I get a diffe

AW: cygwin vfork

2001-11-14 Thread Ralf Habacker
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von Christopher > Faylor > Gesendet am: Dienstag, 13. November 2001 19:15 > An: [EMAIL PROTECTED] > Betreff: Re: cygwin vfork > > On Tue, Nov 13, 2001 at 12:48:24PM +0100, Ralf Habacker wrote: > >>

Re: 1.3.3: Setenv man page missing

2001-11-14 Thread Pavel Tsekov
Dinogen wrote: > > Hi. > The man page about C function "setenv" is missing. > Do you have the newlib-man package installed ? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html

AW: libxml2.dll, libxslt.dll, problems with executables linked to dll's

2001-11-14 Thread Ralf Habacker
Hi, Do you have tried the already available win32 binaries at http://www.fh-frankfurt.de/~igor/projects/libxml/ ? I have downloaded it, copied the dlls into /usr/local/bin and made a chown a+w /usr/local/bin/*.dll and called testDocbook. It worked. If I remember right is dlltool able to generate

1.3.3: Setenv man page missing

2001-11-14 Thread Dinogen
Hi. The man page about C function "setenv" is missing. Cheers. Ciao!!__ Dinogen - Are you for a United World? I am! http://dinogen.tripod.com : http://siena.linux.it -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.

Re: pthread_create -- no callback?

2001-11-14 Thread David Starks-Browning
On Thursday 15 Nov 01, Gareth Pearce writes: > this time i remember to actually send to the list - that isnt exactly what I > said - the FAQ indicates that pthread_join is not implemented - however a > quick perusal of the source code suggests otherwise. - so I return you to > your guessing... - p

Re: pthread_create -- no callback?

2001-11-14 Thread Gareth Pearce
- Original Message - From: "Evan Pollan" <[EMAIL PROTECTED]> To: "Lassi A. Tuura" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 1:18 AM Subject: Re: pthread_create -- no callback? > Lassi-- > > The sample I included did check the return value of pthread_j

ncurses problem with *line()

2001-11-14 Thread Kurt Roeckx
I upgraded ncurses (and alot of other stuff) today, and it seems to work just fine. The problem is when I try to link my program against ncurses. I get a few "undefined reference to 'acs_map`". It seems libncurses6 doesn't have this acs_map anymore. I also get this warning, which I think is un

sshd.exe Entry Point Not Found

2001-11-14 Thread David Starks-Browning
(Tony, you should reply to the list.) On Wednesday 14 Nov 01, tony lay writes: > Thanks for your help, that helped me figure out what was going on. I am > running the latest dll...but I see it referred to twice (output > below). Huh? When I read that, it tells me that you *do* have two vers

Re: pthread_create -- no callback?

2001-11-14 Thread Evan Pollan
Lassi-- The sample I included did check the return value of pthread_join. I now have it also checking the return value of pthread_create. So, pthread_create returns sucessfully, the callback never gets invoked, and pthread_join indicates that the thread exited with an error. Gareth Pearce seem

Using rsync to download cygwin

2001-11-14 Thread Tony Arnold
Are there any issues or objections to using rsync to download the cygwin distribution from cygwin.com? I was thinking of setting up a cron job to update a local copy on a regular basis and then do installs from my local copy. I'm in the UK, but none of the current UK mirrors run an rsync service

libxml2.dll, libxslt.dll, problems with executables linked to dll's

2001-11-14 Thread Gerrit P. Haase
Hallo Cygwinners, I have build libxml2 with a shared lib at my homebox. I copied it to my officebox, now after unpacking, the included testprograms don't work. As I tested at home, there were no problems starting the testprogram, now I get an error from Windows stating: "The application failed t

Re: Win98se and using SSHD as a TRUE service

2001-11-14 Thread JAmes Coleman
What are your compile errors? The whole point of cygnus is (kindof) mixing windows & unix code. Perhaps adding #include would solve your problems? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://

Re: ssh as SOCKS server

2001-11-14 Thread GregHolmes
I wrote: >> I initiate the connection: >> >> ssh -vvv -D8000 localhost >> >> enter my passphrase, and successfully begin a session. >> >> Now I use a browser configured to use a SOCKS4 >> proxy at port 8000. I try to load a URL and get >> some repetitive blocks of debug messages, ... Shun-i

Re: Editing zipped files with VIM under cygwin

2001-11-14 Thread Corinna Vinschen
On Wed, Nov 14, 2001 at 01:25:53PM +0100, Strohhaecker, Bernd wrote: > > -Ursprüngliche Nachricht- > > Von:Corinna Vinschen [SMTP:[EMAIL PROTECTED]] > > Gesendet am:Dienstag, 13. November 2001 16:36 > > An: [EMAIL PROTECTED] > > Betreff:Re: Editing zipped files with VIM

Re: How to use cygwin to solve my problem?

2001-11-14 Thread JAmes Coleman
Hi, You might find looking at eCos documentation helpful, even if you don't use eCos. eCos uses cygwin development environment with gnu tools (equivalent to GNUPro tools). eCos also documents very well how to install cross compilers, how to set up your development environment, etc. http://s

Re: Emacs, tramp, ssh, cygwin, and what is a pseudo-terminal?

2001-11-14 Thread JAmes Coleman
To run cygwin shell as emacs shell try the following in your .emacs c:\.emacs default location, read ntemacs FAQ for full details Replace d:/cygwin with wherever cygwin is installed in your environment. ;# http://www.cs.washington.edu/homes/voelker/ntemacs.html ;How do I use a shell in Emacs? ;ht

Re: GDB error

2001-11-14 Thread Guy Harrison
On Wed, 14 Nov 2001 13:27:09 +1100, Mathew Boorman <[EMAIL PROTECTED]> wrote: >cgf said: >>This would also be one of those errors where if I can't duplicate it, I >>can't fix it. > >and in response to: > >>>My (pretty clean) 2000 machine at home gdb works fine. (1.3.3-2 I think) >>>My NT4SP6 mac

Re: Editing zipped files with VIM under cygwin

2001-11-14 Thread Strohhaecker, Bernd
> -Ursprüngliche Nachricht- > Von: Corinna Vinschen [SMTP:[EMAIL PROTECTED]] > Gesendet am: Dienstag, 13. November 2001 16:36 > An: [EMAIL PROTECTED] > Betreff: Re: Editing zipped files with VIM under cygwin > > ... > $ SHELL=cmd vim foo.gz > Error detected while processing fun

Reporting bugs in GCC: a question of procedure

2001-11-14 Thread Jesper Eskilson
I have a piece of code which causes g++ to loop: g++ -O2 -c gccloopbug.i By specifying -fno-rerun-cse-after-loop: g++ -O2 -fno-rerun-cse-after-loop -c gccloopbug.i the bug disappears and g++ works nicely. Also, if you specify -dt (dump debugging info after the CSE2-pass), the

Re: no more package moratorium?

2001-11-14 Thread Corinna Vinschen
On Wed, Nov 14, 2001 at 06:29:33PM +1100, Robert Collins wrote: > That seems a reasonable thing to me. Yeah, I think we will drop the package moratorium in the next days. > It does raise an interesting point: who, when, and how, do new packages > get approved? That's a problem when getting lots

sshd.exe Entry Point Not Found

2001-11-14 Thread David Starks-Browning
On Tuesday 13 Nov 01, tony lay writes: > Hey everybody, > > I updated to the latest version of cygwin from the website (1.3.5 I > believe). I generated blank keys and recieved the following error when I try > to "ssh localhost" (I'm using sshd kicked off in inetd in winNT 4.0 ... > > WINDOWS ER

Strange address glitch for this list

2001-11-14 Thread Fergus
Getting to this month's mail using http://www.cygwin.com/ml/cygwin/2001-11 worked until about 2 days ago and now just offers the first few mailings on the 12th. The "right" address seems to be just http://cygwin.com/ml/cygwin/2001-11 now. Fergus -- Unsubscribe info: http://cygwin.com/ml/#un

Re: 1.3.5: write(2) system call fails with 0 length

2001-11-14 Thread Pavel Tsekov
Shun-ichi GOTO wrote: > > > at Tue, 13 Nov 2001 21:58:32 -0600 > > Randy Reitz <[EMAIL PROTECTED]> said,> > > > Here is a test program > > It's strange test. > Do like this, and get result: "2nd write() failed: Bad address". > So you should give valid pointer as 2nd argument of 2nd

Re: tcsh, gcc/g++ problem

2001-11-14 Thread Gareth Pearce
>I updated my cygwin installation today to the most recent >DLL and here are some problems I'm facing! Any ideas! > >1] tcsh complains that cygncurses5.dll is not present! >I see a copy of cygncurses6.dll on my hard disk. Anyone >knows what the problem is?? if you read the archives you would kno

tcsh, gcc/g++ problem

2001-11-14 Thread Piyush Kumar
I updated my cygwin installation today to the most recent DLL and here are some problems I'm facing! Any ideas! 1] tcsh complains that cygncurses5.dll is not present! I see a copy of cygncurses6.dll on my hard disk. Anyone knows what the problem is?? 2] My g++ says out of memory when I reserve

  1   2   >