Re: script program

2005-01-27 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | Hello, | | I know this question has only been recently on this list, but I can't | seem to find the answer anymore, and the cygwin mail archive | is dead slow this morning, so here I go : | | In which package is the 'script'

Re: Cygwin Time Machine

2005-01-27 Thread Jon A. Lambert
Peter A. Castro wrote: Hmm... How complete is it? Did you pull all the source packages as well? Did you keep the setup.ini with it? What about the setup.exe itself? It's everything except the split downloads so 28.8k modem users will just have to bite the bullet. Oddly enough it comes with a

Make a Shared Library using Makefile

2005-01-27 Thread Pradip Jadav
Ok Guys , I had posted one mail few days ago ,but didn't got the reply.. ok no problem .. The problem may with the way, I was compiling. But here i m presenting a problem which is regarding To create a shared Library. As we know shared library created in Linux are in .SO extension. Here i m

RE: Make a Shared Library using Makefile

2005-01-27 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Pradip Jadav Sent: 27 January 2005 10:16 Ok Guys , I had posted one mail few days ago ,but didn't got the reply.. ok no problem .. The problem may with the way, I was compiling. But here i m presenting a problem which is

Re: Make a Shared Library using Makefile

2005-01-27 Thread Brian Dessent
Pradip Jadav wrote: I had posted one mail few days ago ,but didn't got the reply.. ok no Maybe because this is covered in the users guide and referenced in the FAQ? http://cygwin.com/cygwin-ug-net/dll.html CXX = g++ CXXFLAGS = -g -O2 -I../../include -I. -Wall -Wno-sign-compare

Re: Help! Need B.20.1 src

2005-01-27 Thread Corinna Vinschen
On Jan 26 23:51, John Mellor wrote: On Sun, 2005-23-01 at 16:03 +0100, Corinna Vinschen wrote: You have two choices: - Comply with the GPL in one way or the other, which always means your application is also GPLed and you have to open the source code to your customer. - Or,

Memory Problem

2005-01-27 Thread Rustam Khayrutdinov
- Dear Cygwin Developers, I have a problem with running code which require High RAM Memory, if I run this code in Windows Xp enviroment it runs, if I use regular Redhat Linux also, but if I use Cygwin it produce message: MapViewOfFileEx(0x728, in_h 0x728) failed, Win32 error 6 Code is in

Setup.exe problem: double-click selects wrong version

2005-01-27 Thread Bertalan Fodor
Hello, I've found that when a user double-clicks on a package, it is interpreted as two single clicks, so it is not the current version that gets selected, but the previous. Bert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Setup.exe problem: double-click selects wrong version

2005-01-27 Thread Max Bowsher
Bertalan Fodor wrote: Hello, I've found that when a user double-clicks on a package, it is interpreted as two single clicks, so it is not the current version that gets selected, but the previous. This is a bug in the user's understanding of the interface, I think. Max. -- Unsubscribe info:

cygwin ange-ftp...

2005-01-27 Thread Jason Fu
Hi there, I've found there's some problem with the ftpd of cygwin recentrly while using ange-ftp in xemacs. I could not list my home in a cygwin box but I have no problem at all in all other unix box. Please advise and thanks. Regards, Jason FU -- Unsubscribe info:

Re: Make a Shared Library using Makefile

2005-01-27 Thread Pradip Jadav
Ok first ,thanx for ur reply.. You haven't said whether what you have tried is working or not. You haven't explained exactly how it is failing and what errors you are getting if it is not working. If you want help you need to be more specific. Here i m going to explain u what actually i

cygwin ping

2005-01-27 Thread Jason Fu
Hi there, After I updated the cygwin ping, I have this whenver I try to ping: ping: recvfrom: Invalid argument ping: recvfrom: Invalid argument ping: recvfrom: Invalid argument ping: recvfrom: Invalid argument ping: recvfrom: Invalid argument ping: recvfrom: Invalid argument ping: recvfrom:

Re: Help Needed!!!

2005-01-27 Thread Igor Pechtchanski
On Thu, 27 Jan 2005, Amit dattatraya Bhandar wrote: Hello, I am running cygwin on a Win2k machine. I have a C program that I am compiling using gcc. Upon execution from the prompt, the program just exits without any output. When I run gdb on the executable,I set the first breakpoint at

Re: cygwin ping

2005-01-27 Thread Christopher Faylor
On Thu, Jan 27, 2005 at 10:04:07PM +0800, Jason Fu wrote: After I updated the cygwin ping, I have this whenver I try to ping: ping: recvfrom: Invalid argument ping: recvfrom: Invalid argument ping: recvfrom: Invalid argument ping: recvfrom: Invalid argument ping: recvfrom: Invalid argument ping:

Re: Setup.exe problem: double-click selects wrong version

2005-01-27 Thread Bertalan Fodor
I think double-click should work as one single click in this case, because the user gets no feedback that he've done something other than he wanted to. This is a bug in the user's understanding of the interface, I think. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Make a Shared Library using Makefile

2005-01-27 Thread Igor Pechtchanski
On Thu, 27 Jan 2005, Brian Dessent wrote: Pradip Jadav wrote: example.dll : example.c ${CXX} $ ${CXXFLAGS} -shared -fPIC -L. -lexample -Wl,-soname,$@ -o $@ You shouldn't use -fPIC or -Wl,soname as far as I know. -fPIC is ignored (and there's a warning about it), and -Wl,soname

Re: Make a Shared Library using Makefile

2005-01-27 Thread Igor Pechtchanski
On Thu, 27 Jan 2005, Igor Pechtchanski wrote: On Thu, 27 Jan 2005, Brian Dessent wrote: Pradip Jadav wrote: example.dll : example.c ${CXX} $ ${CXXFLAGS} -shared -fPIC -L. -lexample -Wl,-soname,$@ -o $@ You shouldn't use -fPIC or -Wl,soname as far as I know. -fPIC is

Re: cygwin ange-ftp...

2005-01-27 Thread Andrew DeFaria
Jason Fu wrote: Hi there, I've found there's some problem with the ftpd of cygwin recentrly while using ange-ftp in xemacs. I could not list my home in a cygwin box but I have no problem at all in all other unix box. Describe how you list my home in ange-ftp in xemacs. WAG: You are using the

Re: Setup.exe problem: double-click selects wrong version

2005-01-27 Thread Fred Kulack
I think double-click should work as one single click in this case, because the user gets no feedback that he've done something other than he wanted to. I think that's a perfectly reasonable argument to have. If its important to the maintainers, we'll get indication of that now that it has

Re: Setup.exe problem: double-click selects wrong version

2005-01-27 Thread Max Bowsher
Fred Kulack wrote: I think double-click should work as one single click in this case, because the user gets no feedback that he've done something other than he wanted to. I think that's a perfectly reasonable argument to have. If its important to the maintainers, we'll get indication of that now

RE: Setup.exe problem: double-click selects wrong version

2005-01-27 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Bertalan Fodor Sent: 27 January 2005 14:33 I think double-click should work as one single click in this case, because the user gets no feedback that he've done something other than he wanted to. But what did you *want* to do

Re: Setup.exe problem: double-click selects wrong version

2005-01-27 Thread Fred Kulack
On 01/27/2005 at 10:32:51 AM, Max Bowsher wrote: Why should setup be any different from other applications? Can anyone quote any existing single-clickable UI components that de-duplicate double clicks? --- end of excerpt --- The first ones that come to mind are pretty obvious: Windows desktop

Re: Cygwin Time Machine

2005-01-27 Thread Peter A. Castro
On Wed, 26 Jan 2005, Larry Hall wrote: At 11:05 PM 1/26/2005, you wrote: Peter A. Castro wrote: might find it useful or interesting. Unfortinately, it only goes back to April of 2002, though I actually have package versions going back further, but not the setup.ini to go with them. You

Bug in glib-1.2.10-2: gmodule cannot open dynamic link modul libraries

2005-01-27 Thread Dr. Volker Zell
Hi The following patch extracted from o http://cygnome.sourceforge.net/steven.obrien/libs/patches/glib-1.2.10-cygwin.patch seems to be missing from latest glib-1.2.10. Otherwise gmodule cannot open dynamic link modul libraries under cygwin. See also

Re: Memory Problem

2005-01-27 Thread Larry Hall
At 07:27 AM 1/27/2005, you wrote: - Dear Cygwin Developers, I have a problem with running code which require High RAM Memory, if I run this code in Windows Xp enviroment it runs, if I use regular Redhat Linux also, but if I use Cygwin it produce message: MapViewOfFileEx(0x728, in_h 0x728)

Re: odd behavior of symlinks on Win XP

2005-01-27 Thread Jan Hlavacek
Hi, I am not on the list, but I hope this will get through. I came across this discussion while I was searching for an answer to similar problem. Maybe describing my experience will help you figure out what is going on. Unfortunately, I have absolutely no experience with windows programming,

How to (easily) install multiple versions of the same package (from a repository)?

2005-01-27 Thread Adam Heinz
Greetings! I manage the company standard Cygwin installation process, which is simple: 1. I populate a Cygwin repository on one of our internal servers (using setup.exe). 2. Users install everything from that server (using setup.exe). This installs the most recent versions of all packages on

Re: problems with tmpnan naming using octave.

2005-01-27 Thread Shankar Unni
Eran wrote: i think the problem comes becuse of the \ or / direction. tmpnam() gives: c:\cygwin\tmp/oct-22fb00.0 That's not an illegal Windows path. Try it out sometime yourself in a native app that goes directly to the Win32 API. Please follow the instructions in http://cygwin.com/problems.html

Re: How to (easily) install multiple versions of the same package (from a repository)?

2005-01-27 Thread Peter A. Castro
On Thu, 27 Jan 2005, Adam Heinz wrote: Greetings! Hi Adam, I manage the company standard Cygwin installation process, which is simple: 1. I populate a Cygwin repository on one of our internal servers (using setup.exe). 2. Users install everything from that server (using setup.exe). This

GCC linking problem

2005-01-27 Thread Base64
I have just installed cygwin along with make,crypt, libcrypt, openssh, openssl-devel and gcc. When compiling code that is known to work with cygwin, the linker says it cannot find -lssh. I have googled to the end of the results for 2 days now, and any help would be much appreciated. Here is the

Re: Cygwin Time Machine

2005-01-27 Thread Warren Young
Peter A. Castro wrote: Hmm... How complete is it? Did you pull all the source packages as well? Did you keep the setup.ini with it? What about the setup.exe itself? I don't remember when setup.exe came into being, but it was after b20. At that time, you had the option if downloading one of two

Re: How to (easily) install multiple versions of the same package (from a repository)?

2005-01-27 Thread Brian Dessent
Adam Heinz wrote: When you ask the Cygwin setup program to install a different version of an installed package, it uninstalls the installed version, so our current installation process will not support multiple versions. I'm looking into automated install options, but haven't found any

Re: GCC linking problem

2005-01-27 Thread Brian Dessent
Base64 wrote: I have just installed cygwin along with make,crypt, libcrypt, openssh, openssl-devel and gcc. When compiling code that is known to work with cygwin, the linker says it cannot find -lssh. I have googled to the end of the results for 2 days now, and any help would be much

Compiling GNU sed

2005-01-27 Thread www.mail
Hi, I have just updated my Cygwin, and I'm trying to compile the latest GNU sed (4.1.3) with the command: CC=gcc -mno-cygwin ./configure --disable-nls It compiles OK. But when I run make, I get several errors stating undefined reference to `_wcrtomb'. If I compile it without the -mno-cygwin

Hang in application using cygwin1.dll 1.5.12

2005-01-27 Thread Greg Smith
I work on an application that hangs when using cygwin1.dll 1.5.12 but not using cygwin1.dll 1.5.9. Actually, I only know of two win xp machines that the application hangs on when using 1.5.12; on hundreds, possibly thousands, of others, the hang does not occur. A user has graciously lent me his

Re: cygwin ange-ftp...

2005-01-27 Thread Jason Fu
Mister, Sorry that I had no problem at using the same cygwin xemacs accessing other UNIX boxes like Solaris and Linux in listing the homes there. So the problem is the ftpd of cygwin and no other, isn't it? Regards, Jason Jason Fu wrote: Hi there, I've found there's some

port of linux code: linker does not find .a

2005-01-27 Thread Mirko
Hi, I am trying to compile a c code that has been developed on linux (monte-carlo plasma simulation). (Ahem, keep in mind that I am not a master programmer or linux user, so I may be going a bit over my head) The code consists of two utilities, xgrafix and xdp1. xgrafix creates a library

Re: Hang in application using cygwin1.dll 1.5.12

2005-01-27 Thread Greg Smith
I will attempt to build a current cvs snapshot and see if the problem occurs there Sorry to reply to my own post. I have tried the current snapshot and the problem does not seem to occur. This is cool ... thanks guys !! Greg Smith -- Unsubscribe info:

Re: Compiling GNU sed

2005-01-27 Thread Christopher Faylor
On Fri, Jan 28, 2005 at 12:13:53AM +, www.mail wrote: I have just updated my Cygwin, and I'm trying to compile the latest GNU sed (4.1.3) with the command: CC=gcc -mno-cygwin ./configure --disable-nls It compiles OK. But when I run make, I get several errors stating undefined reference to

Re: Cygwin Time Machine

2005-01-27 Thread Peter A. Castro
On Thu, 27 Jan 2005, Warren Young wrote: Peter A. Castro wrote: Hmm... How complete is it? Did you pull all the source packages as well? Did you keep the setup.ini with it? What about the setup.exe itself? I don't remember when setup.exe came into being, but it was after b20. At that

Re: Problem uninstalling/deleting cygwin

2005-01-27 Thread Joshua Daniel Franklin
Larry Hall wrote: At 02:10 PM 1/26/2005, you wrote: I will be adding doc to the webpage talking about the perils of downgrading, but in truth this subject should be noted in the normal FAQ concerning reverting to the previous version as well. The Cygwin FAQ doesn't seem to be the right

Re: Cygwin Time Machine

2005-01-27 Thread Jon A. Lambert
Peter A. Castro wrote: I'd still like to archive it. If you can stabalize your ftp host I'll pull it. Alternatively, I can setup an incoming dir on my machine if you'd prefer to push from your end. Well three people have pulled it off in the last 10 hours and it looked like it took them 15 to

Re: cygwin ping

2005-01-27 Thread Jason FU
Christopher Faylor cgf-no-personal-reply-please at cygwin.com writes: On Thu, Jan 27, 2005 at 10:04:07PM +0800, Jason Fu wrote: After I updated the cygwin ping, I have this whenver I try to ping: ping: recvfrom: Invalid argument ping: recvfrom: Invalid argument We're going to need the

Re: cygwin ping

2005-01-27 Thread Christopher Faylor
On Fri, Jan 28, 2005 at 01:19:21AM +, Jason FU wrote: Christopher Faylor cgf-no-personal-reply-please at cygwin.com writes: On Thu, Jan 27, 2005 at 10:04:07PM +0800, Jason Fu wrote: After I updated the cygwin ping, I have this whenver I try to ping: ping: recvfrom: Invalid argument

1.0-1: ping problem

2005-01-27 Thread Jason FU
$ ping www.cygwin.com PING www.cygwin.com (12.107.209.250): 56 data bytes sendto: Operation not permitted ping: wrote www.cygwin.com 64 chars, ret=-1 ping: recvfrom: Invalid argument ping: recvfrom: Invalid argument ... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Two instances of same cygwin1.dll

2005-01-27 Thread jurgen . defurne
Hello, What I have here is not a problem, but maybe an optimalisation for us. We are running the WindRiver Tornado compiler, and found out that replacing their delivered cygwin DLL with the 1.5.11 DLL reduces/eliminates compiler crashes and gives us double the performance. However, when I look

Re: Apache/PHP maintainership

2005-01-27 Thread Christopher Faylor
On Thu, Jan 27, 2005 at 01:37:40AM +0100, Stipe Tolj wrote: Corinna Vinschen wrote: On Jan 24 23:55, Brian Dessent wrote: So, unfortunately I throw in the towel on this one. I think I've posted the patches to this list that I had made, which would be a starting point if anyone else feels up to

Re: Setup: hardlinks percentages. (+patches)

2005-01-27 Thread Max Bowsher
Bas van Gompel wrote: 2005-01-07 Bas van Gompel [EMAIL PROTECTED] * archive.cc (archive::extract_file): Use prefixPath for linktarget on hardlinks. --- setup/archive.cc 25 Dec 2004 23:05:56 - 2.10 +++ setup/archive.cc 7 Jan 2005 20:39:42 - @@ -161,7 +161,7 @@ archive::extract_file

wget postinstall and setup

2005-01-27 Thread Pierre A. Humblet
The wget postinstall is doing a cp. As discussed earlier, a cp does not preserve the ACL and any cp done in a postinstall script must be accompanied by a touch to create the new file before copying unto it (see e.g. as in man.sh), or a chmod to set reasonable permissions after the copying (e.g.

Re: wget postinstall and setup

2005-01-27 Thread Christopher Faylor
On Thu, Jan 27, 2005 at 01:31:01PM -0500, Pierre A. Humblet wrote: The wget postinstall is doing a cp. As discussed earlier, a cp does not preserve the ACL and any cp done in a postinstall script must be accompanied by a touch to create the new file before copying unto it (see e.g. as in

Re: wget postinstall and setup

2005-01-27 Thread Reini Urban
Pierre A. Humblet schrieb: The wget postinstall is doing a cp. As discussed earlier, a cp does not preserve the ACL and any cp done in a postinstall script must be accompanied by a touch to create the new file before copying unto it (see e.g. as in man.sh), or a chmod to set reasonable

Re: wget postinstall and setup

2005-01-27 Thread Pierre A. Humblet
Christopher Faylor wrote: On Thu, Jan 27, 2005 at 01:31:01PM -0500, Pierre A. Humblet wrote: The wget postinstall is doing a cp. As discussed earlier, a cp does not preserve the ACL and any cp done in a postinstall script must be accompanied by a touch to create the new file before

Re: wget postinstall and setup (MAXB please take note)

2005-01-27 Thread Christopher Faylor
On Thu, Jan 27, 2005 at 02:07:13PM -0500, Pierre A. Humblet wrote: Christopher Faylor wrote: On Thu, Jan 27, 2005 at 01:31:01PM -0500, Pierre A. Humblet wrote: The wget postinstall is doing a cp. As discussed earlier, a cp does not preserve the ACL and any cp done in a postinstall script

Re: wget postinstall and setup (MAXB please take note)

2005-01-27 Thread Max Bowsher
Christopher Faylor wrote: On Thu, Jan 27, 2005 at 02:07:13PM -0500, Pierre A. Humblet wrote: There is no drawback using nontsec because that's how all other files were installed in the first place. maxb -- can we consider this a needed urgent fix? This is a long-standing problem which is causing

Re: wget postinstall and setup (MAXB please take note)

2005-01-27 Thread Christopher Faylor
On Thu, Jan 27, 2005 at 07:40:28PM -, Max Bowsher wrote: Do I wait a few days to allow the maintainers to check/change their postinstalls, or do I release a new setup tonight? It doesn't sound like there's any reason to wait. BTW, the permissions on setup.exe on sourceware are such that

Re: wget postinstall and setup (MAXB please take note)

2005-01-27 Thread Jean-Sebastien Trottier
Hi guys, Sorry for busting in... Wouldn't putenv(CYGWIN=nontsec) possibly override a user's own CYGWIN environment variable (I always set mine under HKLM) Wouldn't it be preferable to check the existence of the CYGWIN environment variable and simply append nontsec in this case? my 2 cents.

Re: wget postinstall and setup (MAXB please take note)

2005-01-27 Thread Max Bowsher
Christopher Faylor wrote: On Thu, Jan 27, 2005 at 07:40:28PM -, Max Bowsher wrote: Do I wait a few days to allow the maintainers to check/change their postinstalls, or do I release a new setup tonight? It doesn't sound like there's any reason to wait. BTW, the permissions on setup.exe on

Re: wget postinstall and setup (MAXB please take note)

2005-01-27 Thread Max Bowsher
Jean-Sebastien Trottier wrote: Hi guys, Sorry for busting in... Wouldn't putenv(CYGWIN=nontsec) possibly override a user's own CYGWIN environment variable (I always set mine under HKLM) Wouldn't it be preferable to check the existence of the CYGWIN environment variable and simply append nontsec in

Re: wget postinstall and setup (MAXB please take note)

2005-01-27 Thread Christopher Faylor
On Thu, Jan 27, 2005 at 09:25:31PM -, Max Bowsher wrote: Christopher Faylor wrote: On Thu, Jan 27, 2005 at 07:40:28PM -, Max Bowsher wrote: Do I wait a few days to allow the maintainers to check/change their postinstalls, or do I release a new setup tonight? It doesn't sound like there's

Re: wget postinstall and setup (MAXB please take note)

2005-01-27 Thread Max Bowsher
Christopher Faylor wrote: On Thu, Jan 27, 2005 at 09:25:31PM -, Max Bowsher wrote: Christopher Faylor wrote: On Thu, Jan 27, 2005 at 07:40:28PM -, Max Bowsher wrote: Do I wait a few days to allow the maintainers to check/change their postinstalls, or do I release a new setup tonight? It

Re: Setup: hardlinks percentages. (+patches)

2005-01-27 Thread Bas van Gompel
Op Thu, 27 Jan 2005 15:06:08 - schreef Max Bowsher in [EMAIL PROTECTED]: : Bas van Gompel wrote: : 2005-01-07 Bas van Gompel [EMAIL PROTECTED] : : * archive.cc (archive::extract_file): Use prefixPath for linktarget : on hardlinks. : : : --- setup/archive.cc 25 Dec 2004 23:05:56 -

src/winsup/w32api ChangeLog include/winbase.h

2005-01-27 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2005-01-27 21:04:18 Modified files: winsup/w32api : ChangeLog winsup/w32api/include: winbase.h Log message: 2005-01-27 Oliver Stoeneberg [EMAIL PROTECTED] *

winsup/cygwin pinfo.cc

2005-01-27 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2005-01-28 05:53:23 Modified files: cygwin : pinfo.cc Log message: . Patches:

[Patch]: fs_info::update

2005-01-27 Thread Pierre A. Humblet
When a user has no read access to the root of a drive, GetVolumeInformation fails and has_acls is left unset. Consequently ntsec is off on that drive. If a user chmod -r the root of a drive, ntsec is turned off and chmod +r has no effect. The patch does its best to set has_acls even in case of

Updated: perl-5.8.6-2

2005-01-27 Thread Gerrit P. Haase
Perl has been updated to 5.8.6-4 NEWS - This is a bugfix release. There were problems with embedding perl due to a leading whitespace in an array which is expanded by split(). - There was no 5.8.6-3 release. OLD NEWS This is a bugfix release, it should work with Win98 now. Cygwin