GCC-3.1 Build Time

2002-05-07 Thread Dr. Wayne Keen
In follow up to some recent emails on gcc build time, I used the time command this morning to monitor the time needed to build gcc-3.1 on a 2 GHz Dual Xeon machine at the office. Here is the breakdown: configure took 3 minutes, 14 seconds make bootstrap took 44 minutes, 28 seconds m

1.3.10: CRLF problem introduced in upgrade

2002-05-07 Thread Daryl Spartz
I have the following in my .bashrc: export DISPLAY=`ipconfig | grep 'IP Address' | awk '{ split( $0, line, ": " ); print line[ 2 ] }'`":0" which after upgrading from 1.3.2 produces the following: $ echo $DISPLAY :02.168.2.23 A carriage return character is present overlaying the printed output.

Re: Visual Studio using cygwin1.dll

2002-05-07 Thread Larry Hall (RFK Partners, Inc)
At 12:44 PM 5/7/2002, Scott Fell 1-0546 wrote: >I want to use cygwin1.dll with Visual Studio. It doesn't know how to >handle cygwin1.dll without cygwin1.lib and cygwin1.def. > >I have not seen these files, and attempts to do stuff like >dumpbin /exports cygwin1.dll > >gives me errors like: DUMPB

Re: cygwin setup freezes

2002-05-07 Thread Jack Tan
At 09:59 AM 5/7/2002, Sander Timmermans wrote: >I tried to use the KDE sourceforge ftp with the latest cygwin setup.exe, but >it messed up my Cygwin install. >So I must reinstall cygwin but setup.exe freezes everytime. >I tried with the setup.exe that comes with local packages and the normal >inte

Visual Studio using cygwin1.dll

2002-05-07 Thread Scott Fell 1-0546
I want to use cygwin1.dll with Visual Studio. It doesn't know how to handle cygwin1.dll without cygwin1.lib and cygwin1.def. I have not seen these files, and attempts to do stuff like dumpbin /exports cygwin1.dll gives me errors like: DUMPBIN : error : internal error during DumpSections Do I

Fork problem

2002-05-07 Thread David E Euresti
Hello, I slapped on some tools on my fork/Select problem and figured out what was happening. If you need a refresher this is that calling socketpair and then forking and then closing one end of the socket pair on the child doesn't mean that the handle has been closed. Basically a

Re: cygwin setup freezes

2002-05-07 Thread Larry Hall (RFK Partners, Inc)
At 09:59 AM 5/7/2002, Sander Timmermans wrote: >I tried to use the KDE sourceforge ftp with the latest cygwin setup.exe, but >it messed up my Cygwin install. >So I must reinstall cygwin but setup.exe freezes everytime. >I tried with the setup.exe that comes with local packages and the normal >inte

Re: SETUP mirrors

2002-05-07 Thread Christopher Faylor
On Tue, May 07, 2002 at 03:05:33PM +0200, Igor Bujna wrote: >i wana ask you where is files from sources.redhat.com/cygwin. Go to the cygwin web site and stare at it until you see the word "Mirror Sites". Then click on that link. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

Re: ftp / inetd problem

2002-05-07 Thread Christopher Faylor
On Tue, May 07, 2002 at 10:36:41AM +0200, Craveiro, Marco wrote: >sorry to post a "me too" but i have been having lots of permission >problems with ftp and inetd (see "possible permissions bug" a few days >ago). unfortunately no one replied to my posts... when you are at the >console of the mach

Re: A proposal for a Cygnus naming convention

2002-05-07 Thread Christopher Faylor
On Tue, May 07, 2002 at 09:32:00AM +0200, Mellman Thomas wrote: >Given the registry name: > > >HKLM\software\Cygnus solutions\cygwin\mounts v2\/ > > >May I suggest that the blank in the name is superfluous and problematic >for processing by Unix-type tools - even in the registry. Bill may >feel v

Re: Mount point not visible in ls

2002-05-07 Thread Mark Himsley
It might be that the directory /usr/bin has been deleted (or never existed) but the mount point still exists. I think this type of thing was discussed in the last week regarding the mounting of /proc and /proc/registry. You should be able to check whether the /usr/bin directory exists using Windo

RE: problem starting inetd as NT service

2002-05-07 Thread Larry Hall (RFK Partners, Inc)
At 08:38 AM 5/7/2002, Mellman Thomas wrote: > >>-Original Message- > >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > >>Sent: Tuesday, May 07, 2002 1:50 PM > >>To: [EMAIL PROTECTED] > >>Cc: [EMAIL PROTECTED] > >>Subject: Re: problem starting inetd as NT service > >> > >> > >> (I

Re: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin

2002-05-07 Thread Jarkko Hietaniemi
On Mon, May 06, 2002 at 01:58:48PM -0700, Michael A Chase wrote: > A recent exchange of email in [EMAIL PROTECTED] (below) indicated that > File::Spec::Unix::canonpath() has changed for Perl 5.7.3. Part of the > change removes a Cygwin specific hack that prevented canonpath() from > combining run

Re: Syntax error: "(" unexpected

2002-05-07 Thread Larry Hall (RFK Partners, Inc)
At 09:32 AM 5/7/2002, Yi Xiong wrote: >When I run executable files in cygwin, I encountered the following >error: > >Note: "a.out" is a executable file, which can be run in redhat, > >$ ./a.out >./a.out: 1: Syntax error: "(" unexpected If this executable can be run with Red Hat Linux (I'm assumi

Re: setup and rsync

2002-05-07 Thread Christopher Faylor
On Tue, May 07, 2002 at 12:18:55AM -0700, Matt Wilkie wrote: >With setup 2.194.2.26 I notice there are 2 rsync entries at the bottom >of the mirrors list. How does one use them? rsync isn't available under setup. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug report

Re: regtool problem

2002-05-07 Thread Christopher Faylor
On Tue, May 07, 2002 at 09:26:18AM +0200, Mellman Thomas wrote: >>>-Original Message- >>>From: [EMAIL PROTECTED] >>>[mailto:[EMAIL PROTECTED]] >>>Sent: Tuesday, May 07, 2002 8:19 AM >>>To: [EMAIL PROTECTED] >>>Subject: Re: regtool problem >>> >>> >>>On 7 May, To: [EMAIL PROTECTED] wrote:

problem encountered when installing pgi in cygwin

2002-05-07 Thread Yi Xiong
I tried to install pgi in cygwin. the problem is that after installing, I find that all files that supposed to be executable files(such as pgf90, pgf77...) are not executable in cygwin. And in cygwin, I can not change the permission attribute of files at all. how to solve the problem? thanks.

RE: Mount point not visible in ls

2002-05-07 Thread Mellman Thomas
>>-Original Message- >>From: Conrad Scott [mailto:[EMAIL PROTECTED]] >>Sent: Monday, May 06, 2002 5:54 PM >>To: [EMAIL PROTECTED] >>Subject: Mount point not visible in ls >> >> >>I'm befuddled and I can't find anything on any of the cygwin >>mailing lists >>to help me, so I hope someone h

Tar 1.13.19 bug reading DLT4 tape

2002-05-07 Thread Paul McNally
Using the 1.3.10 CYGWIN and tar 1.13.19 installed via setup. We had a DLT4 tape with a gzipped tar archive of 2271527848 bytes. Using the tar command to list the contents of the tape we got the following result: $ tar -tvf /dev/st0 -rw-r--r-- sdbadm/dba 2023709448 2002-05-01 14:51:16 {file name

cygwin setup freezes

2002-05-07 Thread Sander Timmermans
I tried to use the KDE sourceforge ftp with the latest cygwin setup.exe, but it messed up my Cygwin install. So I must reinstall cygwin but setup.exe freezes everytime. I tried with the setup.exe that comes with local packages and the normal internet install setup.exe. I am desperate ! I cannot co

Fwd: Re: Mount point not visible in ls

2002-05-07 Thread john
Forwarded message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: 7 May 2002 13:41:58 - Subject: Re: Mount point not visible in ls Hi, I noticed the same problem exactly, and acording to cygwin, the directory could not be created because it already existed. I then dr

Re: Syntax error: "(" unexpected

2002-05-07 Thread john
Hi, You're question shows a basic misunderstanding of cygwin. You can run DOS and Windows programs using cygwin. The Cygwin DLL allows you to **compile** many unix/linux programs without change into windows programs that will then run on DOS or windows. It is **not** an emulator like vmw

Syntax error: "(" unexpected

2002-05-07 Thread Yi Xiong
When I run executable files in cygwin, I encountered the following error: Note: "a.out" is a executable file, which can be run in redhat, $ ./a.out ./a.out: 1: Syntax error: "(" unexpected _ Get your FREE download of MSN Explo

Mount point not visible in ls

2002-05-07 Thread Conrad Scott
I'm befuddled and I can't find anything on any of the cygwin mailing lists to help me, so I hope someone here can spot my mistake. My system has been working fine for a long time but just recently I noticed that when I do an `ls' of `/usr' or `echo /usr/*', `/usr/bin' doesn't show up. It's there

Re: gcc 2.95.3-5 inline patch [FAQ alert]

2002-05-07 Thread David Starks-Browning
On Monday 6 May 02, Christopher Faylor writes: > I'm not going to be issuing any new gcc releases until sometime after > 3.1. > > I guess this needs to be a FAQ or something. OK. David (Cygwin FAQ maintainer) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

SETUP mirrors

2002-05-07 Thread Igor Bujna
Hello, i wana ask you where is files from sources.redhat.com/cygwin. Thnx -- 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: 1.3.10:Problem Building Object Files of modules,Eggdrop 1.6.10

2002-05-07 Thread Max Yang
Eggdrop 1.6.10 already includes Cygwin support, as I said before it sounds like Cygwin isn't been detected properly on your system. Could you paste output of your config.log ? or at least the response to system type and system release sections of configure ? ok,Here is the config.log /*---

RE: problem starting inetd as NT service

2002-05-07 Thread Mellman Thomas
>>-Original Message- >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, May 07, 2002 1:50 PM >>To: [EMAIL PROTECTED] >>Cc: [EMAIL PROTECTED] >>Subject: Re: problem starting inetd as NT service >> >> >> (I assume you read the README file >>I mentioned earlier). Also i

rsync: problem accessing files on mapped network drive

2002-05-07 Thread Philip Flip Kromer
Hello, I am using rsync 2.5.5 protocol version 26 with cygwin 1.3.10-1. When I connect to a directory that resides on the computer, everything works great. When I connect to a directory that is a mapped UNC drive, rsync cannot find any files: tick:~/foo/bar$ net use 'y:' '\\tick\chairfac

Re: 1.3.10:Problem Building Object Files of modules,Eggdrop 1.6.10

2002-05-07 Thread Travis Howell
From: "Max Yang" <[EMAIL PROTECTED]> > For some reasons,I wanna port by myself > Such as:Localize,Add more modules what not came with Eggdrop source > ,"Maybe" add my own modules in the further future.etc > Since there are windows binaries > Means this problem is solvable > What else I can do?

Re: 1.3.10:Problem Building Object Files of modules,Eggdrop 1.6.10

2002-05-07 Thread Max Yang
From: "Travis Howell" <[EMAIL PROTECTED]> To: "Max Yang" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: Re: 1.3.10:Problem Building Object Files of modules,Eggdrop 1.6.10 Date: Tue, 7 May 2002 21:36:35 +1000 From: "Max Yang" <[EMAIL PROTECTED]> > I've tried to port eggdrop1.6.10 via Cygwin

Re: problem starting inetd as NT service

2002-05-07 Thread john
Make sure the cygwin1.ddl is in a directory that is specified in the PATH environment variable that is used when the service is started. (I assume you read the README file I mentioned earlier). Also if you're using the NTFS file system, you may also need to set the CYGWIN environment variable

Re: 1.3.10:Problem Building Object Files of modules,Eggdrop 1.6.10

2002-05-07 Thread Travis Howell
From: "Max Yang" <[EMAIL PROTECTED]> > I've tried to port eggdrop1.6.10 via Cygwin 1.3.10 > In case of "Make" > I got error messages as shown > /*--- > make[1]: Entering directory `/cygdrive/f/windrop/src/mod' > ',needed by `modules'. Stop.arget

Re: Requst for updated Ip helper API imp lib

2002-05-07 Thread Earnie Boyd
Asking me privately for such things is not going to get you very far. I've forwarded your post back to the list and redirected responses there. Earnie. Niranjan Chadalapaka wrote: > Hi, > > I need to use CreateProxyArpEntry, from the > IphlpApi.h/lib in cygwin. > > Please provide me the import

1.3.10:Problem Building Object Files of modules,Eggdrop 1.6.10

2002-05-07 Thread Max Yang
I've tried to port eggdrop1.6.10 via Cygwin 1.3.10 In case of "Make" I got error messages as shown /*--- make[1]: Entering directory `/cygdrive/f/windrop/src/mod' ',needed by `modules'. Stop.arget `assoc.mod_so make[1]: Leaving directory `/cygdr

Re: problem starting inetd as NT service

2002-05-07 Thread Yuri Leikind
On 7 May 2002 10:32:44 - [EMAIL PROTECTED] wrote: > If you look at the FAQ and documentation for inetd > you'll see that you don't use cygrunsrv to install > inetd. You run it with a special argument and it > installs itself (something like inetd --install-as-service) > if I remember right. I

RE: inetd failure

2002-05-07 Thread Rafael Botejara Cepeda
Hallo: I've had the same problem with cygwin.dll 1.3.9 and 1.3.10 Now I'm working with cygwin 1.3.6 I hope it helps! Thanx -Mensaje original- De: Yuri Leikind [SMTP:[EMAIL PROTECTED]] Enviado el: martes, 07 de mayo de 2002 12:37 Para: [EMAIL PROTECTED] Asunto: inetd failure

inetd failure

2002-05-07 Thread Yuri Leikind
Hello , After I install inetd as service and run it : cygrunsrv --install inetd --path /usr/sbin/inetd.exe cygrunsrv --start inetd I try to telnet to the host, and I get Trying 192.168.102.79... telnet: Unable to connect to remote host: Connection refused and the service stops.

problem starting inetd as NT service

2002-05-07 Thread john
If you look at the FAQ and documentation for inetd you'll see that you don't use cygrunsrv to install inetd. You run it with a special argument and it installs itself (something like inetd --install-as-service) if I remember right. If you've got the Cygwin files installed, look at /usr/doc/Cy

Re: [ANN] updated: apache-1.3.24-4

2002-05-07 Thread Stipe Tolj
Paul Stodghill wrote: > > I just ran setup and picked up apache-1.3.24-4 and I noticed that it clobbered my >/etc/apache/httpd.conf! :-/ > > Perhaps you could provide /etc/apache/httpd.conf and >/etc/apache/httpd.conf.package., with httpd.conf.package always being updated, but >httpd.conf onl

RE: regtool problem

2002-05-07 Thread Schaible, Jorg
>But I discovered on the way that regtool doesn't appear to work if the >key name has slashes in it. E.g. while you can use cygpath -w to >determine the install directory for cygwin, you don't seem to be able >to do it with regtool. I tried what seemed the right way: > >regtool -p list "\HKLM\so

RE: ftp / inetd problem

2002-05-07 Thread Craveiro, Marco
Hello Robert, sorry to post a "me too" but i have been having lots of permission problems with ftp and inetd (see "possible permissions bug" a few days ago). unfortunately no one replied to my posts... when you are at the console of the machine, does chmod work properly? marco > -Original M

Re: [ANNOUNCEMENT] Updated: libpng-1.0.13-2, libpng10-1.0.13-2, libpng10-devel-1.0.13-2

2002-05-07 Thread 渡辺 正 / Tadashi Watanabe
> In <[EMAIL PROTECTED]> > Charles Wilson <[EMAIL PROTECTED]> wrote: > The symlinks I mentioned earlier: >in /usr/lib/pkgconfig: libpng.pc--> libpng10.pc > I've implemented this symlink creation as part of the postinstall > script. The postinstall script creates symlink lib

RE: regtool problem

2002-05-07 Thread luke . kendall
On 7 May, Mellman Thomas wrote: > The way I do this is export the registry using regedit and then use > reasonable (i.e. text) tools on it. I don't see how to do that in a script - if I run even "regedit /?", it pops up a GUI and requires interaction. Not useful inside an automated script!

RE: setup fails: "Can't open (null) for reading: No such file"

2002-05-07 Thread Robert Collins
Download from internet and install from internet share the same cache. Rob > -Original Message- > From: Matt Wilkie [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 07, 2002 4:57 PM > To: [EMAIL PROTECTED] > Subject: Re: setup fails: "Can't open (null) for reading: No > such file" > >

Re: setup fails: "Can't open (null) for reading: No such file"

2002-05-07 Thread Matt Wilkie
>>>Are you aware that 'install from internet' also makes the install >>>sets available? >> >>When I read the instructions a month ago, I got the impression that >>'install from internet' would not save the downloaded packages after >>installing them. Perhaps the documentation (and/or the behavio

setup and rsync

2002-05-07 Thread Matt Wilkie
Hi, With setup 2.194.2.26 I notice there are 2 rsync entries at the bottom of the mirrors list. How does one use them? When I try I get: "Can't open /cygwin/setup.ini for reading: No such file or directory" followed by: "Unable to get setup.ini from rsync://archive.progeny.com/cygwin" I tr

Trying to start a server using Cygwin.

2002-05-07 Thread Aaron Rickert
Im relatively new to cygwin and to unix, so please be easy. I've got cygwin installed under Windows 98 SE, learned to compile under it, and how to launch a MUD. But, now I'm having trouble creating a server, so other coders/builders can log on to the shell, compile and execute the mud. I've gon

A proposal for a Cygnus naming convention

2002-05-07 Thread Mellman Thomas
Given the registry name: HKLM\software\Cygnus solutions\cygwin\mounts v2\/ May I suggest that the blank in the name is superfluous and problematic for processing by Unix-type tools - even in the registry. Bill may feel vindicated that *his* OS tolerates blanks, but does it really add signif

RE: regtool problem

2002-05-07 Thread Mellman Thomas
>>-Original Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, May 07, 2002 8:19 AM >>To: [EMAIL PROTECTED] >>Subject: Re: regtool problem >> >> >>On 7 May, To: [EMAIL PROTECTED] wrote: >>> What I really want, actually, is grepreg, so I can say: >>> >>>

[ANNOUNCEMENT] New on sourceware: libbz2_1-1.0.2-2

2002-05-07 Thread Charles Wilson
The libbz2_1-1.0.2-2 package has added to the cygwin distribution. It contains the bzip2 DLL "cygbz2-1.dll" which corresponds to the bzip2-1.0.2-2 package. See the bzip2-1.0.2-2 announcement for more information. -- Chuck Wilson To update your installation, click on the "Install Cygwin now" lin