Linking dlls

2001-12-21 Thread Matthew Brett

Hello again,

I made an error in my earlier question, so please forgive the repost. 

My question is: is there a way that I can link a dll function 'foo' to
a routine in code called 'bar'.

So, I have a dll, extdll.dll, which exports a routine 'foo'.  I don't
have the source for the dll.

I also have a very large body of code, in which the routine 'foo' is
called many times.  However, in the code, the routine, which is
actually 'foo', is always called with the name 'bar'.  For reasons it
is not worth going into, I can't change the code.

I need to link the code, so that calls to 'bar' generate calls to
'foo' in mydll.dll.  Is there any way I can do this?  I had a go with
linker scripts, but didn't get far.

I have had a look at dlltool, which can do aliasing of function names
in a dll, but I think this only works by modifying the compilation of
the dll, which is not open to me, as I do not have the source.

Many thanks for any help, 

Matthew 


--
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/




Augusto Deoliveira/SVL/SC/PHILIPS is out of the office.

2001-12-21 Thread augusto . deoliveira

I will be out of the office starting  12/17/2001 and will not return until 01/08/2002.

I am in Brasil. If you need to reach me, please contact my Admin Melinda Riddle.


--
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: Updated: cron-3.0.1-5

2001-12-21 Thread Corinna Vinschen

On Thu, Dec 20, 2001 at 06:05:10PM -0800, [EMAIL PROTECTED] wrote:
> Just downloaded cygwin 1.3.6 but I don't see 'cron' or 'bc' etc., as listed on 
>http://cygwin.com/packages/
> Am I missing something?

Yes, you didn't look through the mailing list archive where this
question has been answered alot.

Please don't cc me.  I'm subscribed to this list anyway.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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/




Virtual memory Exhaust problem onWin98

2001-12-21 Thread Arati Dikey



Hi !
 
The sh-elf-gcc built from GCC 3.0.1 gives error "Virtual memory
exhausted : Invalid argument"  while compiling any small C program on
Win 98 system.

The toolchain has been built in cygwin 1.3.2 environment.
 
This was tested on two systems with following configurations.
 
System1 - Win98 running on Pentium MMX system with 128 MB RAM and 500 MB
free disk space.
System2 - Win98 running on Pentium IV system with 128 MB RAM and 19.5 GB
free disk space.

The toolchain works fine on WinNT and Win2000.

Is this problem related to Cygwin or GCC-3.0.1 ?

Using Cygwin's gdb I found that the error is coming when init_ggc()
function calls
alloc_anon() function and #ifdef HAVE_MMAP_ANON condition is satisfied.

Any help will be appreciated.

Regards,
Arati Dikey.
 
 
 


--
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/




[ANNOUNCEMENT] New on sourceware: units-1.77-1

2001-12-21 Thread Morrison, John

I've uploaded units-1.77-1 to the Cygwin net distribution.

The 'units' program converts quantities expressed in various
scales to their  equivalents in  other  scales.  The 'units'
program can handle multiplicative scale changes as well as
nonlinear conversions such as Fahrenheit to Celsius.

For example:

units -v 16.5kg oz
  16.5kg = 582.02037 oz
  16.5kg = (1 / 0.0017181529) oz

units -v 15.432miles kilometers
  15.432miles = 24.835397 kilometers
  15.432miles = (1 / 0.040265111) kilometers

To update your installation, click on the "Install Cygwin now" link on
the http://sources.redhat.com/cygwin web page.  This downloads setup.exe
to your system.  The, run setup and answer all of the questions.

Note that we do not allow downloads from sources.redhat.com (aka
cygwin.com) due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.

In the US, ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/ is a
reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/ is
usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package then
you can either wait for the site to be updated or find another mirror.

If you have questions or comments, please send them to the Cygwin
mailing list at:  [EMAIL PROTECTED] .  I would appreciate
if you would use this mailing list rather than emailing me directly.
This includes ideas and comments about the setup utility or Cygwin
in general.

If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe to the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

-- 

J.

Please, send mails regarding Cygwin to
mailto:[EMAIL PROTECTED]

An age is called Dark not because the light fails to shine, but because
people refuse to see it.
-- James Michener, "Space"


===
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF


--
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: Virtual memory Exhaust problem onWin98

2001-12-21 Thread Corinna Vinschen

On Fri, Dec 21, 2001 at 02:46:08PM +0530, Arati Dikey wrote:
> 
> 
> Hi !
>  
> The sh-elf-gcc built from GCC 3.0.1 gives error "Virtual memory
> exhausted : Invalid argument"  while compiling any small C program on
> Win 98 system.
> 
> The toolchain has been built in cygwin 1.3.2 environment.
>  
> This was tested on two systems with following configurations.
>  
> System1 - Win98 running on Pentium MMX system with 128 MB RAM and 500 MB
> free disk space.
> System2 - Win98 running on Pentium IV system with 128 MB RAM and 19.5 GB
> free disk space.
> 
> The toolchain works fine on WinNT and Win2000.
> 
> Is this problem related to Cygwin or GCC-3.0.1 ?
> 
> Using Cygwin's gdb I found that the error is coming when init_ggc()
> function calls
> alloc_anon() function and #ifdef HAVE_MMAP_ANON condition is satisfied.
> 
> Any help will be appreciated.

Please try the latest Cygwin 1.3.6-6 first.  I remember various
fixes to the mmap() code.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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: GPL Violation - VCDImager

2001-12-21 Thread Andrew Markebo

Isn't a link to cygwin.com enough?? Not much mentioned around it, but
I saw it on the html-pages :-) Ahh under platforms.. 

/Andy

/ Corinna Vinschen <[EMAIL PROTECTED]> wrote:
| On Thu, Dec 20, 2001 at 02:23:23PM -0500, Christopher Faylor wrote:
| > On Thu, Dec 20, 2001 at 08:47:46PM +1100, Robert Collins wrote:
| > >My 2c. bring RMS in on this.
| > 
| > Lets give them one more try?  Corinna could you contact these two people
| > again?
| 
| The vcdimager site offers the sources of the used Cygwin versions
| under ftp://ftp.vcdimager.org/pub/cygwin/.  I just don't see any
| hint on the web page.
| 
| Corinna
| 
| -- 
| Corinna Vinschen  Please, send mails regarding Cygwin to
| Cygwin Developermailto:[EMAIL PROTECTED]
| Red Hat, Inc.
| 
| --
| 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/
| 
| 

-- 
 The eye of the beholder rests on the beauty!

--
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: GPL Violation - VCDImager

2001-12-21 Thread Corinna Vinschen

On Fri, Dec 21, 2001 at 10:26:46AM +0100, Andrew Markebo wrote:
> Isn't a link to cygwin.com enough?? Not much mentioned around it, but
> I saw it on the html-pages :-) Ahh under platforms.. 

No, it's not enough.  The license is clear.  If you provide a binary
Cygwin you'll have to provide the sources for that exact version on
your distribution medium, too.  If somebody packages something up
with a binary Cygwin 1.1.8, where should the user get the sources
for that version?  Not on our web or ftp pages, at least.  That's the
reason the sources have to be packed up, too.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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: bash/cmd CTRL-C problem...

2001-12-21 Thread Michael Rumpf

Am I the only one having problems with this, or is this simply the wrong
list to ask a question about the Cygwin bash... ??

Michael

- Original Message -
From: "Michael Rumpf" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 20, 2001 10:11 AM
Subject: Re: bash/cmd CTRL-C problem...


> Hi,
>
> sorry for following up myself, but I found out that Cygwin equally handles
> CTRL-BREAK and CTRL-C by sending a SIGINT to the process.
> See http://groups.yahoo.com/group/gnu-win32/message/27643 (last sentence).
> This seems to be the source of the problem.
> CTRL-BREAK under the cmd shell terminates the process after handling the
> signal without further executing any code. The bad thing is that under
bash
> the same behaviour follows from pressing CTRL-BREAK  _and_ CTRL-C !!
>
> If this is a design issue, can someone please explain what the reasons
> are...
>
> We have an application that forks other processes. The main thread is
> waiting for the signal handler to return in order to cleanly stop the
child
> processes. By just stopping the parent process the child processes keep
> running and I have to kill them manually each time I press CTRL-C. The
same
> application is working fine under windows cmd shell and bash under Linux ,
> HP-UX 10/11, AIX4.x, and SunOS 2.5+...
>
> Please help, I don't want to use the stupid windows cmd shell ;-)
>
> Michael
>
> - Original Message -
> From: "Michael Rumpf" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, December 20, 2001 7:47 AM
> Subject: bash/cmd CTRL-C problem...
>
>
> > Hi,
> >
> > I'm new to the list and I don't know if this problem is already solved,
> but
> > I couldn't find a hint neither on the archives nor on the FAQ or
somewhere
> > else on the net.
> >
> > My problem is related to bash/cmd and signal handling.
> > In my app I installed a signal handler for SIGINT. The app is going into
a
> > wait loop and waiting for the exit flag from the signal handler to be
set.
> >
> > When pressing CTRL-C in the windows cmd shell the application continues
> > normally after the signal handler has been caught. Under bash the signal
> > handler is also correctly called, but after that the app is exiting
> > immediatly, i.e. not continuing with the code.
> > Here is the source:
> >
> >
>

> > /
> > #include 
> > #include 
> > #include 
> >
> > bool loop = true;
> >
> > extern "C" void signalHandler(int sig)
> > {
> >switch( sig )
> >{
> >   case SIGINT:  // == 2
> >  printf("SIGINT=%d\n",sig);
> >  break;
> >   default:
> >  printf("default=%d\n",sig);
> >  break;
> >};
> >loop=false;
> > }
> >
> > int main(int argc, char* argv[])
> > {
> >if (signal( SIGINT , signalHandler ) == SIG_ERR)
> >   return -1;
> >printf("### ctrlbreak: Waiting now...\n");
> >while(loop)
> >  Sleep ((DWORD) 1000) ;
> >printf("### ctrlbreak: Finished waiting now...\n");
> >return 0;
> > }
> >
>

> > /
> >
> > Here the the output of the app under Win2K/bash:
> > // bash2.05a-2
> > $ ./ctrlbreak.exe
> > ### ctrlbreak: Waiting now...
> > SIGINT=2
> >
> >
> > // GNU bash, version 2.02.1(2)-release (i586-pc-cygwin32) B20.1
> > bash-2.02$ ./ctrlbreak
> > ### ctrlbreak: Waiting now...
> > SIGINT=2
> >
> > // cmd.exe Win2k SP2
> > ### ctrlbreak: Waiting now...
> > SIGINT=2
> > ### ctrlbreak: Finished waiting now...
> >
> >
> > You can see that under the cmd shell the text "Finished waiting now..."
is
> > printed which does not come out under the bash. The app is not linked
> > against any cygwin library. It is a plain VC++ console application. But
> when
> > I compile with gcc from the cygwin package I have the same result.
> > Any hint would be greatly appreciated...
> >
> > Michael
> >
> > PS: I just downloaded the latest stable version 1.3.6 today...
> >
> >
> >
> > --
> > 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/
> >
> >
>
>
> --
> 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/
>


--
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/




talk(1) on WinXP -- perplexing behavior

2001-12-21 Thread Dr. Andrew Mayer

Subject: talk(1) on WinXP -- perplexing behavior

Hi folks,

I'm having lots of trouble getting talk(1) to work correctly.  I've
read the documentation, man pages, mailing-list archives etc but to no
avail.

My Cygwin system is set up on a WinXP Box running ICF/ICS (Microsoft's
Internet Connection Firewall and Internet Connection Sharing).  The
Local Area Connection (1) to the external Internet is setting its own
external IP address as the "machine hosting this service on my
network," and it is permitting UDF 518 (ntalk) to pass thru.

This machine also has a second Local Area Connection (2) which
connects it to the rest of my LAN, and thru which my other machines
reach the outside world.

The behavior of talk(1) is puzzling me. There are four cases I have
identified:

1) When I disable Local Area Connection (2)

   a) If I receive a talk request on this system from a remote system,
   everything seems to work fine.  I can reply as specified, and talk.

   b) If I initiate a talk request on this system to a remote system,
   the remote user sees my request. I see:

  [No connection yet]
  [Waiting for your party to respond]
  [Ringing your party again]

   When he tries to reply to my request he gets the error:

  [No connection yet]
  [Unable to connect with initiator : Address already in use (48)]

   so, we seem to miss eachother.  


2) When I enable Local Area Connection (2)  [THE DESIRED STATE]

   a) If I receive a talk request on this system from a remote system,
   I see the request.  When I try to reply I get the messages:

  [No connection yet]
  [Checking for invitation on caller's machine]
  [Checking for invitation on caller's machine]
  ...

   and he sees:

  [Ringing your party again]
  [Ringing your party again]
  [Ringing your party again]
  ...

   so, again we seem to miss eachother.  

   b) If I send a talk request on this system to a remote system, I
   see:

  [No connection yet]
  [Checking for invitation on caller's machine]
  [Checking for invitation on caller's machine]
  ...

   and he sees nothing, and has no idea I'm trying to talk to him, and
   yes, he is 'mesg y'


   Any ideas?  Thanks in advance,

   Andrew


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
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/




Fw: cygwin Digest 18 Dec 2001 13:12:55 -0000 Issue 1641

2001-12-21 Thread Thomas V. Fischer

Hey All,

I am having a weird problem with cygwin (1.3.6) and Internet Explorer 6.0
when running a bash shell.

Internet explorer runs fine and I can surf the web, etc. However when I
close the last IE window, IE crashes with no real apparent error. This does
not occur when cygwin is running.

 Anyone got any ideas?



Thomas Fischer, CCNA, MCSE
mailto:[EMAIL PROTECTED]
Systems, Networks & Security Consultant
mailto:[EMAIL PROTECTED]
 ICQ# 46284714
mailto:[EMAIL PROTECTED]


--
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: problem running ssh and crons

2001-12-21 Thread Sommer, Thorsten

Hola, Ziad ...

> 2. the cygrunsrv can not start the sshd, 
> cygrunsrv: error starting a service : QueryServiceStatus: 
> Win32 error 1062: The service has nto been started. 

Please provide further information (I have been through this
for the last weeks and hope I can help you a bit :-))

- How did you setup the ssh(d)?
  Which setup description did you follow?
- Is your environment variable CYGWIN="binmode tty ntsec"?
- Under which account do you want to start the daemon?

How do you say "Der Einaeugige ist Koenig unter den Blinden"
in English? (The one-eyed is king amongst the blind?)

Greetinx from snowy Wolfsburg, Germany,
Th.

-- 
Thorsten Sommer

Any technology distinguishable from magic is insufficiently advanced.



--
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/




inetd -- service wont start at boottime on Win XP (add me to the pile)

2001-12-21 Thread Dr. Andrew Mayer

Subject: inetd -- service wont start at boottime on Win XP (add me to
the pile)

Like many others, I can't seem to get inetd started at boottime as a
service.  Without much effort I can get it to setup as a service set to
'automatic,' but it wont start on its own.  After I boot and login I
have to start it manually.  

System is WinXP with latest Cygwin

I've tried all the ideas I've seen from
inetutils-1.3.2.README, e.g., 
--install-as-service
cygwin1.dll in path
this mailing list, e.g., 
Mark Himsley's add a dependency idea
 http://sources.redhat.com/ml/cygwin/2001-11/msg01905.html
 Shawn Behrens' add a Description idea
 http://sources.redhat.com/ml/cygwin/2001-11/msg01891.html

erdelynet.com 


So far, nothing seems to work :(


Here are my associated log entries from the "System" log (the error
messages
about inetd failing to start) and the the 'Application' log, showing me
successfully starting it by hand.

It turns out that I can't get sshd to boot-start either, probably for
the same unknown reasons.  That's also fine as a hand started service
invoked with cygrunsrv.

Ideas anyone?

Thanks,
Andrew
-

Event Type: Error
Event Source:   Service Control Manager
Event Category: None
Event ID:   7009
Date:   12/19/2001
Time:   11:56:46 PM
User:   N/A
Computer:   
Description:
Timeout (3 milliseconds) waiting for the CYGWIN inetd service to
connect.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


Event Type: Error
Event Source:   Service Control Manager
Event Category: None
Event ID:   7000
Date:   12/19/2001
Time:   11:56:46 PM
User:   N/A
Computer:   
Description:
The CYGWIN inetd service failed to start due to the following error: 
The service did not respond to the start or control request in a timely
fashion. 

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

-

Event Type: Information
Event Source:   inetd
Event Category: None
Event ID:   0
Date:   12/19/2001
Time:   11:57:18 PM
User:   NT AUTHORITY\SYSTEM
Computer:   
Description:
The description for Event ID ( 0 ) in Source ( inetd ) cannot be found.
The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be
able to use the /AUXSOURCE= flag to retrieve this description; see Help
and Support for details. The following information is part of the event:
inetd : Win32 Process Id = 0x370 : Cygwin Process Id = 0x370 : `inetd'
service started



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
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: Compiling openldap 2.0.18...

2001-12-21 Thread Jason Tishler

Kent,

On Thu, Dec 20, 2001 at 04:16:18PM -0600, Kent Perrier wrote:
> On 12/20/2001 4:07 PM, Christopher Faylor wrote:
> >On Thu, Dec 20, 2001 at 03:14:55PM -0600, Perrier,Kent - PLANO wrote:
> >>Telling configure where the regex library with the LIBS= line from 
> >>above worked fine.
> >
> >Jason was pointing you to a potential solution that does not require
> >you to use LIBS=whatever.
> 
> Yeah.  But I am past that part now. :)

Understood, but:

On Tue, Dec 18, 2001 at 03:09:58PM -0600, Kent Perrier wrote:
> I am supprised that openLDAP does not have a configure.ac to provide
> any platform specific configuration information to configure. Perhaps
> my questions/offensive comments should be directed the openLDAP
> developers.

On Thu, Dec 20, 2001 at 03:14:55PM -0600, Kent Perrier wrote:
> I get openldap to compile fine, but make test fails. I have posted
> the issue to the openldap list so I am waiting to see if anyone can
> give me a clue as to the problem.

The above imply that you may have set in motion the efforts of OpenLDAP
developers to attempt to rectify a problem that no longer exists.
Common courteous suggests that you should try a snapshot with the built-in
regex to see if it solves your problem.  And if so, inform the OpenLDAP
developers of this fact, so that they can drop this issue and spend
their time more productively.

Thanks,
Jason

--
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: Virtual memory Exhaust problem onWin98

2001-12-21 Thread Arati Dikey


Thanks a million Corinna !
It did solve my problem.

How essential is it for me to *build* the tool chain with the latest
Cygwin 1.3.6-6 ?


Regards,
Arati Dikey


> On Fri, Dec 21, 2001 at 02:46:08PM +0530, Arati Dikey wrote:
> 
> 
> Hi !
>  
> The sh-elf-gcc built from GCC 3.0.1 gives error "Virtual memory
> exhausted : Invalid argument"  while compiling any small C program on
> Win 98 system.
> 
> The toolchain has been built in cygwin 1.3.2 environment.
>  
> This was tested on two systems with following configurations.
>  
> System1 - Win98 running on Pentium MMX system with 128 MB RAM and 500
MB
> free disk space.
> System2 - Win98 running on Pentium IV system with 128 MB RAM and 19.5
GB
> free disk space.
> 
> The toolchain works fine on WinNT and Win2000.
> 
> Is this problem related to Cygwin or GCC-3.0.1 ?
> 
> Using Cygwin's gdb I found that the error is coming when init_ggc()
> function calls
> alloc_anon() function and #ifdef HAVE_MMAP_ANON condition is
satisfied.
> 
> Any help will be appreciated.

> Please try the latest Cygwin 1.3.6-6 first.  I remember various
> fixes to the mmap() code.

> Corinna


~~~
 Free download and free European support of GNU tool 
 chain (GNUSH v0101) for Hitachi's SH Series
Read more at http://www.kpit.com/products/support.htm 
~~~
 


--
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: unable to remap problem in Perl/Tk

2001-12-21 Thread Jason Tishler

Chuck,

On Thu, Dec 20, 2001 at 04:14:44PM -0500, [EMAIL PROTECTED] wrote:
> Perl/Tk apps have stopped working. The error message is typically something
> like:
> 
> C:\cygwin\bin\perl.exe: *** unable to remap C:
> \cygwin\lib\perl5\site_perl\5.6.1\cygwin-multi\auto\Tk\Listbox\Listbox.dll
> to same address as parent -- 0x42
> 
> Is there a way to fix this?

Yes, I believe that you are being bitten by the same DLL/fork() problem
that affects Python too.  Please try the following:

http://sources.redhat.com/ml/cygwin/2001-12/msg00894.html

and report back to the list.  Of course, you need to rebase the Perl
DLLs instead of (or in addition to) the Python ones.  I would be very
interested to see if my rebase solution solves your problem too.

Thanks,
Jason

--
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: Virtual memory Exhaust problem onWin98

2001-12-21 Thread Corinna Vinschen

On Fri, Dec 21, 2001 at 05:40:45PM +0530, Arati Dikey wrote:
> 
> Thanks a million Corinna !
> It did solve my problem.
> 
> How essential is it for me to *build* the tool chain with the latest
> Cygwin 1.3.6-6 ?

Only if you want to have an advantage of new API calls.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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: cygwin fork() rebase solution (was Re: dll_list::load_after_fork() blues ...)

2001-12-21 Thread Jason Tishler

Chris,

On Tue, Dec 18, 2001 at 10:28:13PM -0500, Christopher Faylor wrote:
> On Wed, Dec 19, 2001 at 08:33:50AM +1100, Robert Collins wrote:
> >Your results are enough for me Jason - I'm happy to include this in
> >setup in some form.
> 
> Nice job, Jason.  Thanks for following this through.

You are very welcome.  I still have more following through to do:

1. formal contribution of the tool (most likely to binutils)
2. integration with setup.exe

Jason

--
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: cygwin.bat hangs under .net server

2001-12-21 Thread Heuckeroth Gunter

Hello there,

I have the same problem as Ni Ning: after starting cygwin.bat  it will hang.

Machine: Compaq with WinNT 4.0 SP6, installed .Net Beta 2

But I found out:
If you delete the registry entries in "HKEY_CURRENT_USER\Software\Cygnus
Solutions\Cygwin\mounts v2"
then the program will start, but has no default mappings (especially tmp!).

Does someone know how to (perhaps manually) set the mappings?

Thanks,
Gunter
Dipl. Ing. Gunter Heuckeroth
Elster GmbH
Steinern Str. 19-21
55252 Mainz-Kastel
Tel.:++49 6134 605-329
Email: [EMAIL PROTECTED]



--
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: inetd -- service wont start at boottime on Win XP (add me to the pile)

2001-12-21 Thread Habermann, David (DA)

I, too, could not make this work (in my case to start SSHD as a service),
even after an exhaustive search of this list archive.  What I ended up with
was using the "Scheduled Tasks" control panel to schedule a "cygrunsrv"
task.  This task is scheduled to run "At system startup" and uses the
command

C:\cygwin\bin\cygrunsrv.exe -S sshd

This apparently delays startup sufficiently that all of the necessary
resources are available.  I've heard a rumor (which I've not be able to
substantiate but does fit my experience) that the portion of the OS that
allows services to be started "dependent on Tcpip" has been "underdeveloped"
(see http://www.queso.com/autoFrontier.htm).

David Habermann


-Original Message-
From: Dr. Andrew Mayer [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 21, 2001 5:31 AM
To: [EMAIL PROTECTED]
Subject: inetd -- service wont start at boottime on Win XP (add me to
the pile)


Subject: inetd -- service wont start at boottime on Win XP (add me to
the pile)

Like many others, I can't seem to get inetd started at boottime as a
service.  Without much effort I can get it to setup as a service set to
'automatic,' but it wont start on its own.  After I boot and login I
have to start it manually.  

System is WinXP with latest Cygwin

I've tried all the ideas I've seen from
inetutils-1.3.2.README, e.g., 
--install-as-service
cygwin1.dll in path
this mailing list, e.g., 
Mark Himsley's add a dependency idea
 http://sources.redhat.com/ml/cygwin/2001-11/msg01905.html
 Shawn Behrens' add a Description idea
 http://sources.redhat.com/ml/cygwin/2001-11/msg01891.html

erdelynet.com 


So far, nothing seems to work :(


Here are my associated log entries from the "System" log (the error
messages
about inetd failing to start) and the the 'Application' log, showing me
successfully starting it by hand.

It turns out that I can't get sshd to boot-start either, probably for
the same unknown reasons.  That's also fine as a hand started service
invoked with cygrunsrv.

Ideas anyone?

Thanks,
Andrew
-

Event Type: Error
Event Source:   Service Control Manager
Event Category: None
Event ID:   7009
Date:   12/19/2001
Time:   11:56:46 PM
User:   N/A
Computer:   
Description:
Timeout (3 milliseconds) waiting for the CYGWIN inetd service to
connect.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


Event Type: Error
Event Source:   Service Control Manager
Event Category: None
Event ID:   7000
Date:   12/19/2001
Time:   11:56:46 PM
User:   N/A
Computer:   
Description:
The CYGWIN inetd service failed to start due to the following error: 
The service did not respond to the start or control request in a timely
fashion. 

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

-

Event Type: Information
Event Source:   inetd
Event Category: None
Event ID:   0
Date:   12/19/2001
Time:   11:57:18 PM
User:   NT AUTHORITY\SYSTEM
Computer:   
Description:
The description for Event ID ( 0 ) in Source ( inetd ) cannot be found.
The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be
able to use the /AUXSOURCE= flag to retrieve this description; see Help
and Support for details. The following information is part of the event:
inetd : Win32 Process Id = 0x370 : Cygwin Process Id = 0x370 : `inetd'
service started



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
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/

--
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: Distribution

2001-12-21 Thread Bernard Dautrevaux

> -Original Message-
> From: Christopher Faylor [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 19, 2001 4:21 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: Distribution
> 
> 
> On Tue, Dec 18, 2001 at 06:34:10PM +0100, Lapo Luchini wrote:
> >> In reality I really only need the cygwin and bash base 
> with devel and editor
> >> components (in order to teach C Language on win-tel 
> platforms), the others
> >> are simply gravy.  Thanks again for your assistance!
> >
> >I'm a profane of legal issues but I bet that as long as you 
> include full sources
> >and the url of cygwin's homepage theer's no problem, as it 
> is GPL software after
> >all.
> >
> >Correct me if I'm wrong...
> 
> You're wrong!  You don't need the URL.  :-)
> 
> But it would be appreciated.
> 
> What I was trying to find out was just how much reading of the license
> agreement was actually done.  You've clarified the subject for Michael
> but I was kinda hoping that if he was seriously thinking 
> about including
> the binaries that he'd seriously read the license agreement.
> 
> However, since none of us is actually a lawyer here, lately I 
> have been
> advising people that if they really want to be 100% sure of their
> distribution they should check with their own lawyer.  I get 
> asked a lot
> for what amounts to a lot of free legal advice and it has 
> occurred to me
> that I would rather not be seen as an official last word for anything.
> 
> If you are in compliance with the licensing of each of the 
> packages that
> you will be releasing (including the cygwin DLL) then you 
> should be ok.
> I can only speak in a semi-official capacity for cygwin.  The 
> other packages
> have their own licensing terms.  I assume that adhering to 
> the GPL should
> satisfy all of the licensing terms but I don't know for sure.
> 
> If you want to be 100% sure of that fact, then you should contact a
> lawyer.


Note that if you put full sources with the binaries, you provide your user
with everything that RedHat provides with the binary; so either you are
compliant or RedHat is not :-)

Just my .02euro

Bernard


Bernard Dautrevaux
Microprocess Ingenierie
97 bis, rue de Colombes
92400 COURBEVOIE
FRANCE
Tel:+33 (0) 1 47 68 80 80
Fax:+33 (0) 1 47 88 97 85
e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
 

--
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/




Problems using AR utility

2001-12-21 Thread Ignasi Villagrasa

I'm new using Cygwin and have a problem using AR.EXE utility.

I have a makefile that builds a program without problems. When I try to 
add some of the .obj files to a .lib file, instead of using the .obj's 
in the makefile, I get several undefined symbols. But these symbols are 
into the library (I can see them running nm) and link fine when I attach 
the .obj's directly from makefile.

Could anyone give me a hint ?

Thanks in advance. Ignasi Villagrasa.



--
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: why doesn't setup.exe install everything?

2001-12-21 Thread Bernard Dautrevaux

> -Original Message-
> From: David Starks-Browning [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 19, 2001 12:54 PM
> To: dean gaudet
> Cc: [EMAIL PROTECTED]
> Subject: why doesn't setup.exe install everything?
> 
> 
> On Tuesday 18 Dec 01, dean gaudet writes:
> > in the past it was trivial to do a full install.  now it 
> appears to be a
> > royal pain in the ass -- i have to click every package and 
> guess what
> > version i should be installing (the UI doesn't really make 
> it obvious what
> > versions i should be installing).
> 
> Click the upper right button to get the "full" view and you don't have
> to muck around with the categories.  Then simply scroll down and click
> all "skip" icons twice to install the current version (the version
> will be displayed).  

The only pitfall in this is that you must not ALWAYS click twice, but
sometimes only ONCE. I don't remember which package was concerned but it was
related to the abscence of a source package (either because the package you
want to install IS a source package itself or because there is no sense in
one source package, because it does not contain anything but redirections).

> Indeed, a PITA, but only a lot of clicking the
> first time you run setup.  Thereafter, in full view, you just have to
> look for "skips" from new packages.  The ones that are currently
> installed will be updated by default from now on.

OK but its VERY simple to miss a "Skip" in a bunch of "Keep"s ;-(

> 
> > could someone please update the FAQ?  and/or fix setup.exe?
> 
> I'll do the former, but the latter is already underway.  If the latter
> doesn't happen fast enough for your taste, you could help.
> 
> Regards,
> David
> (Cygwin FAQ maintainer)
> 


Bernard Dautrevaux
Microprocess Ingenierie
97 bis, rue de Colombes
92400 COURBEVOIE
FRANCE
Tel:+33 (0) 1 47 68 80 80
Fax:+33 (0) 1 47 88 97 85
e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
 

--
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/




scrollable console window in Windows 98

2001-12-21 Thread Robert White

Hi

Slightly off topic this, but I am sure someone else will have come
across this.
I use cygwin on several diffent machines, some of them NT, and one Win
98 laptop.

One of the features I miss on Win98 is the abiliity to be able to scroll
back in the command window. This doesn't seem to be possible in Win98,
does anyone else know differently, or know of an alternative command
window that can be used?

Thanks

Rob


--
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: bash/cmd CTRL-C problem...

2001-12-21 Thread Corinna Vinschen

On Fri, Dec 21, 2001 at 11:09:05AM +0100, Michael Rumpf wrote:
> Am I the only one having problems with this, or is this simply the wrong
> list to ask a question about the Cygwin bash... ??

Nah, this is the right list.  Nobody has an answer, though.

Did you try `CYGWIN=... tty ...' setting?

Corinna

> 
> Michael
> 
> - Original Message -
> From: "Michael Rumpf" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, December 20, 2001 10:11 AM
> Subject: Re: bash/cmd CTRL-C problem...
> 
> 
> > Hi,
> >
> > sorry for following up myself, but I found out that Cygwin equally handles
> > CTRL-BREAK and CTRL-C by sending a SIGINT to the process.
> > See http://groups.yahoo.com/group/gnu-win32/message/27643 (last sentence).
> > This seems to be the source of the problem.
> > CTRL-BREAK under the cmd shell terminates the process after handling the
> > signal without further executing any code. The bad thing is that under
> bash
> > the same behaviour follows from pressing CTRL-BREAK  _and_ CTRL-C !!
> >
> > If this is a design issue, can someone please explain what the reasons
> > are...
> >
> > We have an application that forks other processes. The main thread is
> > waiting for the signal handler to return in order to cleanly stop the
> child
> > processes. By just stopping the parent process the child processes keep
> > running and I have to kill them manually each time I press CTRL-C. The
> same
> > application is working fine under windows cmd shell and bash under Linux ,
> > HP-UX 10/11, AIX4.x, and SunOS 2.5+...
> >
> > Please help, I don't want to use the stupid windows cmd shell ;-)
> >
> > Michael
> >
> > - Original Message -
> > From: "Michael Rumpf" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, December 20, 2001 7:47 AM
> > Subject: bash/cmd CTRL-C problem...
> >
> >
> > > Hi,
> > >
> > > I'm new to the list and I don't know if this problem is already solved,
> > but
> > > I couldn't find a hint neither on the archives nor on the FAQ or
> somewhere
> > > else on the net.
> > >
> > > My problem is related to bash/cmd and signal handling.
> > > In my app I installed a signal handler for SIGINT. The app is going into
> a
> > > wait loop and waiting for the exit flag from the signal handler to be
> set.
> > >
> > > When pressing CTRL-C in the windows cmd shell the application continues
> > > normally after the signal handler has been caught. Under bash the signal
> > > handler is also correctly called, but after that the app is exiting
> > > immediatly, i.e. not continuing with the code.
> > > Here is the source:
> > >
> > >
> >
> 
> > > /
> > > #include 
> > > #include 
> > > #include 
> > >
> > > bool loop = true;
> > >
> > > extern "C" void signalHandler(int sig)
> > > {
> > >switch( sig )
> > >{
> > >   case SIGINT:  // == 2
> > >  printf("SIGINT=%d\n",sig);
> > >  break;
> > >   default:
> > >  printf("default=%d\n",sig);
> > >  break;
> > >};
> > >loop=false;
> > > }
> > >
> > > int main(int argc, char* argv[])
> > > {
> > >if (signal( SIGINT , signalHandler ) == SIG_ERR)
> > >   return -1;
> > >printf("### ctrlbreak: Waiting now...\n");
> > >while(loop)
> > >  Sleep ((DWORD) 1000) ;
> > >printf("### ctrlbreak: Finished waiting now...\n");
> > >return 0;
> > > }
> > >
> >
> 
> > > /
> > >
> > > Here the the output of the app under Win2K/bash:
> > > // bash2.05a-2
> > > $ ./ctrlbreak.exe
> > > ### ctrlbreak: Waiting now...
> > > SIGINT=2
> > >
> > >
> > > // GNU bash, version 2.02.1(2)-release (i586-pc-cygwin32) B20.1
> > > bash-2.02$ ./ctrlbreak
> > > ### ctrlbreak: Waiting now...
> > > SIGINT=2
> > >
> > > // cmd.exe Win2k SP2
> > > ### ctrlbreak: Waiting now...
> > > SIGINT=2
> > > ### ctrlbreak: Finished waiting now...
> > >
> > >
> > > You can see that under the cmd shell the text "Finished waiting now..."
> is
> > > printed which does not come out under the bash. The app is not linked
> > > against any cygwin library. It is a plain VC++ console application. But
> > when
> > > I compile with gcc from the cygwin package I have the same result.
> > > Any hint would be greatly appreciated...
> > >
> > > Michael
> > >
> > > PS: I just downloaded the latest stable version 1.3.6 today...
> > >
> > >
> > >
> > > --
> > > 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/
> > >
> > >
> >
> >
> > --
> > Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> > Bug reporting: http://cygwin.com/bugs.html
> > Documentation: http://cygwin.com/docs.html
> > FAQ:   

Re: Problems using AR utility

2001-12-21 Thread Corinna Vinschen

On Fri, Dec 21, 2001 at 01:52:23PM +, Ignasi Villagrasa wrote:
> I'm new using Cygwin and have a problem using AR.EXE utility.
> 
> I have a makefile that builds a program without problems. When I try to 
> add some of the .obj files to a .lib file, instead of using the .obj's 
> in the makefile, I get several undefined symbols. But these symbols are 
> into the library (I can see them running nm) and link fine when I attach 
> the .obj's directly from makefile.

.obj? .lib?  Are you trying to us ar with VC?  I'm not sure if that's
supposed to work...

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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/




AW: scrollable console window in Windows 98

2001-12-21 Thread KRISTOF . DOFFING

Probably the RXVT will give you, what you expext.
See "Re: Font size and color for rxvt" also...

Bye

Kristof Doffing
Lufthansa Systems
Airline Services GmbH, FRA AS/S
FAC, Hugo-Eckener-Ring A.8.02
60549 Frankfurt/Main
Tel.: +49 69 / 696 92630
Fax : +49 69 / 696 92062


-Ursprüngliche Nachricht-
Von: Robert White [mailto:[EMAIL PROTECTED]]
Gesendet am: Freitag, 21. Dezember 2001 15:58
An: [EMAIL PROTECTED]
Betreff: scrollable console window in Windows 98

Hi

Slightly off topic this, but I am sure someone else will have come
across this.
I use cygwin on several diffent machines, some of them NT, and one Win
98 laptop.

One of the features I miss on Win98 is the abiliity to be able to scroll
back in the command window. This doesn't seem to be possible in Win98,
does anyone else know differently, or know of an alternative command
window that can be used?

Thanks

Rob


--
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/

--
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: Problems using AR utility

2001-12-21 Thread Ignasi Villagrasa

No. I'm not using VC. I'm using Cygwin. But I mantain .obj and .lib 
names because I'm migrating these programs from Watcom to Cygwin, and 
the original names were .obj and .lib. Aditionally, I want to migrate 
them to Linux, too. So I want to distinguish the program version using 
different extensions, .obj and .lib for WNT and .o and .a for Linux.

Ignasi Villagrasa.



--
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: GPL Violation - VCDImager

2001-12-21 Thread Christopher Faylor

On Fri, Dec 21, 2001 at 10:26:46AM +0100, Andrew Markebo wrote:
>Isn't a link to cygwin.com enough??

No.  What happens if cygwin.com goes away?  Then how do people get their
source code?

You don't rely on other people to satisfy the GPL obligation of providing
source code for binaries that you distribute.

This is a very common misconception, though.  It is so common that it is
brought up nearly every single time, I contact someone about a GPL
violation.

cgf

--
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: bash/cmd CTRL-C problem...

2001-12-21 Thread Michael Rumpf

Hi Corinna,

thanks for the answer. No I haven't tried such an option as I must admit
that I don't know about it.
I will search for it in the docs and try to play around with it...

Michael


On Fri, 2001-12-21 at 16:24, Corinna Vinschen wrote:
> On Fri, Dec 21, 2001 at 11:09:05AM +0100, Michael Rumpf wrote:
> > Am I the only one having problems with this, or is this simply the wrong
> > list to ask a question about the Cygwin bash... ??
> 
> Nah, this is the right list.  Nobody has an answer, though.
> 
> Did you try `CYGWIN=... tty ...' setting?
> 
> Corinna
> 
> > 
> > Michael
> > 
> > - Original Message -
> > From: "Michael Rumpf" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, December 20, 2001 10:11 AM
> > Subject: Re: bash/cmd CTRL-C problem...
> > 
> > 
> > > Hi,
> > >
> > > sorry for following up myself, but I found out that Cygwin equally handles
> > > CTRL-BREAK and CTRL-C by sending a SIGINT to the process.
> > > See http://groups.yahoo.com/group/gnu-win32/message/27643 (last sentence).
> > > This seems to be the source of the problem.
> > > CTRL-BREAK under the cmd shell terminates the process after handling the
> > > signal without further executing any code. The bad thing is that under
> > bash
> > > the same behaviour follows from pressing CTRL-BREAK  _and_ CTRL-C !!
> > >
> > > If this is a design issue, can someone please explain what the reasons
> > > are...
> > >
> > > We have an application that forks other processes. The main thread is
> > > waiting for the signal handler to return in order to cleanly stop the
> > child
> > > processes. By just stopping the parent process the child processes keep
> > > running and I have to kill them manually each time I press CTRL-C. The
> > same
> > > application is working fine under windows cmd shell and bash under Linux ,
> > > HP-UX 10/11, AIX4.x, and SunOS 2.5+...
> > >
> > > Please help, I don't want to use the stupid windows cmd shell ;-)
> > >
> > > Michael
> > >
> > > - Original Message -
> > > From: "Michael Rumpf" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Thursday, December 20, 2001 7:47 AM
> > > Subject: bash/cmd CTRL-C problem...
> > >
> > >
> > > > Hi,
> > > >
> > > > I'm new to the list and I don't know if this problem is already solved,
> > > but
> > > > I couldn't find a hint neither on the archives nor on the FAQ or
> > somewhere
> > > > else on the net.
> > > >
> > > > My problem is related to bash/cmd and signal handling.
> > > > In my app I installed a signal handler for SIGINT. The app is going into
> > a
> > > > wait loop and waiting for the exit flag from the signal handler to be
> > set.
> > > >
> > > > When pressing CTRL-C in the windows cmd shell the application continues
> > > > normally after the signal handler has been caught. Under bash the signal
> > > > handler is also correctly called, but after that the app is exiting
> > > > immediatly, i.e. not continuing with the code.
> > > > Here is the source:
> > > >
> > > >
> > >
> > 
> > > > /
> > > > #include 
> > > > #include 
> > > > #include 
> > > >
> > > > bool loop = true;
> > > >
> > > > extern "C" void signalHandler(int sig)
> > > > {
> > > >switch( sig )
> > > >{
> > > >   case SIGINT:  // == 2
> > > >  printf("SIGINT=%d\n",sig);
> > > >  break;
> > > >   default:
> > > >  printf("default=%d\n",sig);
> > > >  break;
> > > >};
> > > >loop=false;
> > > > }
> > > >
> > > > int main(int argc, char* argv[])
> > > > {
> > > >if (signal( SIGINT , signalHandler ) == SIG_ERR)
> > > >   return -1;
> > > >printf("### ctrlbreak: Waiting now...\n");
> > > >while(loop)
> > > >  Sleep ((DWORD) 1000) ;
> > > >printf("### ctrlbreak: Finished waiting now...\n");
> > > >return 0;
> > > > }
> > > >
> > >
> > 
> > > > /
> > > >
> > > > Here the the output of the app under Win2K/bash:
> > > > // bash2.05a-2
> > > > $ ./ctrlbreak.exe
> > > > ### ctrlbreak: Waiting now...
> > > > SIGINT=2
> > > >
> > > >
> > > > // GNU bash, version 2.02.1(2)-release (i586-pc-cygwin32) B20.1
> > > > bash-2.02$ ./ctrlbreak
> > > > ### ctrlbreak: Waiting now...
> > > > SIGINT=2
> > > >
> > > > // cmd.exe Win2k SP2
> > > > ### ctrlbreak: Waiting now...
> > > > SIGINT=2
> > > > ### ctrlbreak: Finished waiting now...
> > > >
> > > >
> > > > You can see that under the cmd shell the text "Finished waiting now..."
> > is
> > > > printed which does not come out under the bash. The app is not linked
> > > > against any cygwin library. It is a plain VC++ console application. But
> > > when
> > > > I compile with gcc from the cygwin package I have the same result.
> > > > Any hint would be greatly appreciated...
> > > >
> > > > Michael
> > > >
> > > > PS: I just downloaded the

Building m68k cross binutils

2001-12-21 Thread Charles Krug

List:

I'm attempting to build binutils 2.11.2 cross for m68k-aout.

After configuring (no complaints), make yields this message:

/e/binutils-2.11.2/binutils/readelf.c:860: undefined reference to
`elf_avr_reloc
_type'
collect2: ld returned 1 exit status

During the compilation pass, this (I'm assuming) typedef is warned as
"undefined"

Am I missing something in my setup?

I'll look over the setup options for all things Elf related in the
insane hope I'll discover what I'm missing.  This is my first cross tool
build under Cygwin.  Wish me Providence.


Charles

-- 
Charles Krug, Jr.
Systems Engineer
Pentek Corp
1 Park Way
Upper Saddle River, NJ 07458

--
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: Distribution

2001-12-21 Thread Christopher Faylor

On Fri, Dec 21, 2001 at 02:38:57PM +0100, Bernard Dautrevaux wrote:
>>If you are in compliance with the licensing of each of the packages
>>that you will be releasing (including the cygwin DLL) then you should
>>be ok.  I can only speak in a semi-official capacity for cygwin.  The
>>other packages have their own licensing terms.  I assume that adhering
>>to the GPL should satisfy all of the licensing terms but I don't know
>>for sure.
>>
>>If you want to be 100% sure of that fact, then you should contact a
>>lawyer.
>
>
>Note that if you put full sources with the binaries, you provide your
>user with everything that RedHat provides with the binary; so either
>you are compliant or RedHat is not :-)
>
>Just my .02euro

Your .02euro is worth exactly as much as mine.  Neither of us is a
lawyer.  If someone is asking for advice on how to be legally correct
then they should seek appropriate counsel.

cgf

--
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: Distribution

2001-12-21 Thread Christopher Faylor

On Fri, Dec 21, 2001 at 11:47:42AM -0500, Christopher Faylor wrote:
>On Fri, Dec 21, 2001 at 02:38:57PM +0100, Bernard Dautrevaux wrote:
>>>If you are in compliance with the licensing of each of the packages
>>>that you will be releasing (including the cygwin DLL) then you should
>>>be ok.  I can only speak in a semi-official capacity for cygwin.  The
>>>other packages have their own licensing terms.  I assume that adhering
>>>to the GPL should satisfy all of the licensing terms but I don't know
>>>for sure.
>>>
>>>If you want to be 100% sure of that fact, then you should contact a
>>>lawyer.
>>
>>
>>Note that if you put full sources with the binaries, you provide your
>>user with everything that RedHat provides with the binary; so either
>>you are compliant or RedHat is not :-)
>>
>>Just my .02euro
>
>Your .02euro is worth exactly as much as mine.  Neither of us is a
>lawyer.  If someone is asking for advice on how to be legally correct
>then they should seek appropriate counsel.

And, just an added note -- for the cygwin DLL, we own the license so we
can do what we want with it.  You can't just emulate Red Hat and assume
that you're ok.

cgf

--
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: bootstrap/5149: gcc-20011217 reads beyond EOF on cygwin

2001-12-21 Thread Christopher Faylor

On Fri, Dec 21, 2001 at 03:42:14PM +0100, Werner Tuchan wrote:
>> Weird.  The bytes after EOF are a mixture of NULs and 0xc0.  Is 0xc0
>> of special significance in Windows?  Is your version of cygwin the
>> latest?  I recall some talk about mmap bugs in cygwin.
>
>The cygwin version is pretty recent. Two weeks old or so. The data after EOF
>is only garbage. I've seen different values than 0x0 or 0xc0 in the error
>messages. Windows propably doesn't clear the page before mapping the file
>onto it. There is likely a different behaviour here between Windows ME and
>NT.

Can I ask why we'd be reading beyond EOF?  Is it guaranteed that bytes beyond
EOF will be zero on UNIX?

cgf

--
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: bootstrap/5149: gcc-20011217 reads beyond EOF on cygwin

2001-12-21 Thread Neil Booth

Christopher Faylor wrote:-

> Can I ask why we'd be reading beyond EOF?  Is it guaranteed that bytes beyond
> EOF will be zero on UNIX?

This was discussed in September (see thread in gcc@ entitled "Bumming
cycles out of parse_identifier").  It was decided that all known
current Unix implementations have zeros until the next page boundary.
Assuming EOF is indicated by a NUL is used as a lexer optimization.

Neil.

--
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/




cygwin and XP

2001-12-21 Thread Matthew Cary


Is cygwin known to have troubles with XP?

Here is my issue: I run setup.exe from cygwin.com, all my packages are
downloaded, I get a message that says mount completed successfully, and
then setup disappears.  If I re-run setup and try to install from my hard
drive (using the packages that were all downloaded, apparently
successfully), the same thing happens: mount completes successfully, and
then everything quits.

Also, is there a quick way to select all packages from setup?  It gets 
tedious switching off all the "Skip" lines, especially when I'm installing 
from my hard drive.

If there were a way of installing things manually, but not individually, 
that would be fine too.


Thanks

Matt


--
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: bootstrap/5149: gcc-20011217 reads beyond EOF on cygwin

2001-12-21 Thread Polley Christopher W


> -Original Message-
> From: Christopher Faylor [SMTP:[EMAIL PROTECTED]]
> On Fri, Dec 21, 2001 at 03:42:14PM +0100, Werner Tuchan wrote:
> >> Weird.  The bytes after EOF are a mixture of NULs and 0xc0.  Is 0xc0
> >> of special significance in Windows?  Is your version of cygwin the
AFAIR, I once read in the book "Code Complete..." by Steve McConnell (a MS
programmer from the pre-windows days) a recommendation to set uninitialized
pointers and memory to a known value (I think he used 0x for
pointers and C0 for buffers) to aid in finding bugs of using unitinialized
data areas.  My limited experience with the MS debugger leads me to believe
that this is a practice [at least some of] the MS kernel developers follow.
(BTW, he also advocated setting allocated blocks to another known value
immediately before freeing them, for a similar reason)

Warm Regards,
Chris




--
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/




Can't spawn shell for authenticated user in SSHD

2001-12-21 Thread John Fishbeck

Hi,

I want merely the ability to do limited remote WINNT command prompt sys administration 
tasks without exposing myself to the plain text and implementation vulnerabilities of 
telent server; i.e., I want to launch /winnt/system32/cmd.exe upon logging in via a 
SSH client to SSHD on an NT 4.0, SP 6 system.

To that end I used the cygwin setup program to download and install from the Internet 
the openssh package. This process apparently worked correctly, as I can get 
components, including sshd, running. In fact, launching sshd in debug mode, I can use 
a ssh client on another machine and successfully (apparently, from the debug trace) 
authenticate to sshd. However, it looks as though when sshd proceeds to spawn my 
shell, there is some sort of a process launch/communication failure, with the 
following debug text emitted from sshd:

Accepted password for Administrator from 35.10.77.61 port 1540 ssh2
debug1: Entering interactive session for SSH2.
debug1: server_init_dispatch_20
debug1: server_input_channel_open: ctype session rchan 0 win 8192 max 8192
debug1: input_session_request
debug1: channel 0: new [server-session]
debug1: session_new: init
debug1: session_new: session 0
debug1: session_open: channel 0
debug1: session_open: session 0: link with channel 0
debug1: server_input_channel_open: confirm session
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 channel 0 request pty-req reply 0
debug1: Allocating pty.
debug1: session_pty_req: session 0 alloc /dev/tty0
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 channel 0 request shell reply 0
  0 [main] sshd 290 sync_with_child: child 300(0x148) died before initialization 
with status code 0x80
304 [main] sshd 290 sync_with_child: *** child state waiting for longjmp
Disconnecting: fork failed: Resource temporarily unavailable
debug1: Calling cleanup 0x414188(0x43e794)
debug1: session_pty_cleanup: session 0 release /dev/tty0
debug1: Calling cleanup 0x41eb24(0x0)
debug1: channel_free: channel 0: server-session, nchannels 1
debug1: Calling cleanup 0x4169cc(0x0)

The /etc/passwd entry for the user I'm logging in as looks like this:

  Administrator:/c:/c/winnt/system32/cmd.exe

and my mount environment looks like:

  C:\cygwin\bin on /usr/bin type system (textmode)
  C:\cygwin\lib on /usr/lib type system (textmode)
  C:\cygwin on / type system (textmode)
  c: on /c type system (textmode)

It appears to me from the debug output that the cmd.exe process does get launched, but 
then something goes awry, and I have been unsuccessful in resolving this.

Can anyone help me with this? I did try to search the archives for references to this 
problem, but found nothing that seemed to be an exact match to this scenario.

Regards,
John Fishbeck



--
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/




bash dos

2001-12-21 Thread Fractal A.

Hi,

Is there a way to run cygwin from a regular dos prompt?  Must I log in to the
bash shell in order to use the stuff (like g++ flex bison) in cygwin?  

I think that if I run things directly under the c:\cygwin\bin or other
directories within c:\cygwin, then certain things work.  I noticed that make
works under some directories and not others.  

I have a bunch of bison and flex files in the directory c:\bfeg . 
I'd like to run bison and flex on these files.  What is a good way to do this? 
With or without the bash shell, please help me understand how to run cygwin
most effectively to accomplish my goals.  Thank you.

=
Fractal A.[EMAIL PROTECTED]

__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

--
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: bash dos

2001-12-21 Thread Andrew Markebo

/ "Fractal A." <[EMAIL PROTECTED]> wrote:
| Hi,
| 
| Is there a way to run cygwin from a regular dos prompt?  Must I log in to the
| bash shell in order to use the stuff (like g++ flex bison) in cygwin?  

No you don't need to, just put c:\cygwin\bin or wherever you can find
the binaries, in your global path.

A small but though, you need to be careful when you throw paths at the
tools, they want unix-paths, separated by /, not \, and they probably
don't understand drive-letters.

/Andy

-- 
 The eye of the beholder rests on the beauty!

--
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: Fw: cygwin Digest 18 Dec 2001 13:12:55 -0000 Issue 1641

2001-12-21 Thread Larry Hall (RFK Partners, Inc)

At 05:26 AM 12/21/2001, Thomas V. Fischer wrote:
>Hey All,
>
>I am having a weird problem with cygwin (1.3.6) and Internet Explorer 6.0
>when running a bash shell.
>
>Internet explorer runs fine and I can surf the web, etc. However when I
>close the last IE window, IE crashes with no real apparent error. This does
>not occur when cygwin is running.
>
>  Anyone got any ideas?



Unfortunately, no.

Is this evidence that MS is now dependent on Cygwin?  If so, can we
force them to comply with the GNU license for their OS? ;-)



Larry Hall  [EMAIL PROTECTED]
RFK Partners, Inc.  http://www.rfk.com
838 Washington Street   (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX


--
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: bash dos

2001-12-21 Thread Larry Hall (RFK Partners, Inc)

At 03:19 PM 12/21/2001, Fractal A. wrote:
>Hi,
>
>Is there a way to run cygwin from a regular dos prompt?  Must I log in to the
>bash shell in order to use the stuff (like g++ flex bison) in cygwin?  
>
>I think that if I run things directly under the c:\cygwin\bin or other
>directories within c:\cygwin, then certain things work.  I noticed that make
>works under some directories and not others.  
>
>I have a bunch of bison and flex files in the directory c:\bfeg . 
>I'd like to run bison and flex on these files.  What is a good way to do this? 
>With or without the bash shell, please help me understand how to run cygwin
>most effectively to accomplish my goals.  Thank you.


Most people with any UNIX/Linux background prefer the more powerful 
environment of a GNU shell.  If you don't want to use it though, don't
(your loss! ;-) )  If you're going to use make with DOS-style paths,
you may need to set the MAKE_MODE environment variable to WIN32.  
Otherwise, the ":" for drive specifications won't be interpreted correctly.
Cygwin, really, is just a DLL with POSIX emulation.  While all the tools
that come with the distribution depend on this DLL, you're not constrained
to use them in any particular shell.

  

Larry


--
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: bash dos

2001-12-21 Thread Larry Hall (RFK Partners, Inc)

At 03:32 PM 12/21/2001, Andrew Markebo wrote:
>A small but though, you need to be careful when you throw paths at the
>tools, they want unix-paths, separated by /, not \, and they probably
>don't understand drive-letters.

Generally, no.  With the possible exception of additional configuration 
for 'make', which I noted in my response to this thread, Cygwin-enabled
tools understand DOS-style paths just fine.  Any that don't would be 
considered buggy at this point.  



Larry Hall  [EMAIL PROTECTED]
RFK Partners, Inc.  http://www.rfk.com
838 Washington Street   (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX


--
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: cygwin and XP

2001-12-21 Thread Larry Hall (RFK Partners, Inc)

At 02:00 PM 12/21/2001, Matthew Cary wrote:

>Is cygwin known to have troubles with XP?


You can check the mail archives but I think you'll find the answer to 
that question to be "no".


>Here is my issue: I run setup.exe from cygwin.com, all my packages are
>downloaded, I get a message that says mount completed successfully, and
>then setup disappears.  If I re-run setup and try to install from my hard
>drive (using the packages that were all downloaded, apparently
>successfully), the same thing happens: mount completes successfully, and
>then everything quits.


I've heard this report once before.  Was it you?  In any case, it's a 
very uncommon problem.  I don't know what's causing it or a solution.
You may need to try to debug it.


>Also, is there a quick way to select all packages from setup?  It gets 
>tedious switching off all the "Skip" lines, especially when I'm installing 
>from my hard drive.


Asked and answered in the mail archives.  You wouldn't have to look back
more than a week to find this issue (asked and answered) at any particular
time (or so it seems).  Short answer?  No, not currently.  Jump in to 
help add the support if you can't wait.


>If there were a way of installing things manually, but not individually, 
>that would be fine too.


There *are* other ways to install.  But setup.exe is the only one that's
supported by this list.  Sorry.



Larry Hall  [EMAIL PROTECTED]
RFK Partners, Inc.  http://www.rfk.com
838 Washington Street   (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX


--
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: cygwin.bat hangs under .net server

2001-12-21 Thread Larry Hall (RFK Partners, Inc)

At 08:00 AM 12/21/2001, Heuckeroth Gunter wrote:
>Hello there,
>
>I have the same problem as Ni Ning: after starting cygwin.bat  it will hang.
>
>Machine: Compaq with WinNT 4.0 SP6, installed .Net Beta 2
>
>But I found out:
>If you delete the registry entries in "HKEY_CURRENT_USER\Software\Cygnus
>Solutions\Cygwin\mounts v2"
>then the program will start, but has no default mappings (especially tmp!).
>
>Does someone know how to (perhaps manually) set the mappings?
>


Sure.  Use 'mount'.  Type 'mount --help' for more details.


Larry Hall  [EMAIL PROTECTED]
RFK Partners, Inc.  http://www.rfk.com
838 Washington Street   (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX


--
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.1.3: mmap() returns unusable memory segments: segm fault

2001-12-21 Thread Lothar Linhard

Hi Corinna,

please ignore my prev message.  After adding another
500MB swap space on my NT4.0, it worked (don't know
why my old swap settings min=150MB max=500MB weren't
enough for my application that mmaps ~390MB total).

I detected another problem with mmap from real files
(above, I used MAP_ANON) - now I get crashes where
it worked before.  I'll recontact you when I can
be more specific.

For now: Merry Christmas and all the best for
the new Year.

Lothar.

On Thu, 20 Dec 2001, Lothar Linhard wrote:

> Hi Corinna,
>
> With cygwin's mmap.cc I guess, I cannot map more than 197 MB ?!
> Is that correct?
>
> In my application I always call mmap(NULL,size,PROT_RW,...)
> here is what I get:
> mmap segment[0]: 0x202d...0x202d = 64 kB
> mmap segment[1]: 0x202e...0x202e = 64 kB
> mmap segment[2]: 0x202f...0x2030 = 128 kB
> mmap segment[3]: 0x2031...0x2034 = 256 kB
> mmap segment[4]: 0x2035...0x203c = 512 kB
> mmap segment[5]: 0x209d...0x20ac = 1024 kB
> mmap segment[6]: 0x20ad...0x20cc = 2048 kB
> mmap segment[7]: 0x20cd...0x210c = 4096 kB
> mmap segment[8]: 0x210d...0x218c = 8192 kB
> mmap segment[9]: 0x218d...0x228c = 16384 kB
> mmap segment[10]: 0x228d...0x248c = 32768 kB
> mmap segment[11]: 0x248d...0x288c = 65536 kB
> mmap segment[12]: 0x288d...0x2c8c = 65536 kB
>
> Then, when I try to map another 16384 kB or more, I get
> "Permission denied".
>
> I tried cygwin.dll 1.3.4-2 and 1.3.6-6.
> Just in case you don't konw or if you want to comment it.
>
> Lothar.
> 
> Lothar Linhard   |  Tel.:  +49-761-47094-12
> Concept Engineering, Bötzinger Str. 29,  |  Fax.:  +49-761-47094-29
> 79111 Freiburg, Germany. |  Email: [EMAIL PROTECTED]
> 
>


--
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: inetd -- service wont start at boottime on Win XP (add me to the pile)

2001-12-21 Thread Larry Hall (RFK Partners, Inc)

At 05:31 AM 12/21/2001, Dr. Andrew Mayer wrote:
>Subject: inetd -- service wont start at boottime on Win XP (add me to
>the pile)
>
>Like many others, I can't seem to get inetd started at boottime as a
>service.  Without much effort I can get it to setup as a service set to
>'automatic,' but it wont start on its own.  After I boot and login I
>have to start it manually.  
>
>System is WinXP with latest Cygwin
>
>I've tried all the ideas I've seen from
> inetutils-1.3.2.README, e.g., 
> --install-as-service
> cygwin1.dll in path
> this mailing list, e.g., 
> Mark Himsley's add a dependency idea
>  http://sources.redhat.com/ml/cygwin/2001-11/msg01905.html
>  Shawn Behrens' add a Description idea
>  http://sources.redhat.com/ml/cygwin/2001-11/msg01891.html
>
> erdelynet.com 
>
>
>So far, nothing seems to work :(
>
>
>Here are my associated log entries from the "System" log (the error
>messages
>about inetd failing to start) and the the 'Application' log, showing me
>successfully starting it by hand.
>
>It turns out that I can't get sshd to boot-start either, probably for
>the same unknown reasons.  That's also fine as a hand started service
>invoked with cygrunsrv.
>
>Ideas anyone?

Sounds like there is another dependency that you're not getting 
implicitly on your system.  I have no idea what that dependency might
be though.  Sorry.


Larry Hall  [EMAIL PROTECTED]
RFK Partners, Inc.  http://www.rfk.com
838 Washington Street   (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX


--
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: cygwin and XP

2001-12-21 Thread Bruce Dobrin

I don't have a solution,  but I have seen this before on both Win2k and NT4.
I was installing onto  machines that were on wireless networks and I
attributed it to dropping connections/ slow net interface.  It seemed to
download a few things and then bug out with the error you mentioned.   I
later burned our local cygwin install build to a CD and it worked fine,
this probably isn't a good solution,  but perhaps it will help illuminate
the problem.

(PS,  the new "setup" drives me nuts too,  especially 'cause it often seems
to punt cygncurses5.dll unless you specifically tell it to re-install)

Bruce Dobrin

- Original Message -
From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]>
To: "Matthew Cary" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, December 21, 2001 12:50 PM
Subject: Re: cygwin and XP


> At 02:00 PM 12/21/2001, Matthew Cary wrote:
>
> >Is cygwin known to have troubles with XP?
>
>
> You can check the mail archives but I think you'll find the answer to
> that question to be "no".
>
>
> >Here is my issue: I run setup.exe from cygwin.com, all my packages are
> >downloaded, I get a message that says mount completed successfully, and
> >then setup disappears.  If I re-run setup and try to install from my hard
> >drive (using the packages that were all downloaded, apparently
> >successfully), the same thing happens: mount completes successfully, and
> >then everything quits.
>
>
> I've heard this report once before.  Was it you?  In any case, it's a
> very uncommon problem.  I don't know what's causing it or a solution.
> You may need to try to debug it.
>
>
> >Also, is there a quick way to select all packages from setup?  It gets
> >tedious switching off all the "Skip" lines, especially when I'm
installing
> >from my hard drive.
>
>
> Asked and answered in the mail archives.  You wouldn't have to look back
> more than a week to find this issue (asked and answered) at any particular
> time (or so it seems).  Short answer?  No, not currently.  Jump in to
> help add the support if you can't wait.
>
>
> >If there were a way of installing things manually, but not individually,
> >that would be fine too.
>
>
> There *are* other ways to install.  But setup.exe is the only one that's
> supported by this list.  Sorry.
>
>
>
> Larry Hall  [EMAIL PROTECTED]
> RFK Partners, Inc.  http://www.rfk.com
> 838 Washington Street   (508) 893-9779 - RFK Office
> Holliston, MA 01746 (508) 893-9889 - FAX
>
>
> --
> 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/
>


--
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/




Cygwin and PostgreSQL Install Instructions

2001-12-21 Thread David W. Johnson

Here are instructions for setting up Cygwin and PostgreSQL:

http://www.ejip.net/faq/postgresql_win_setup_faq.jsp

--
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/




CVS and CR, LF

2001-12-21 Thread David Koski

Hello,

I have been using CVS successfully to maintain source code on a Linux based CVS
server.  The files have been edited with DOS applications and have CR, LF record
terminators.  The local source is on a Linux Samba share so it has been easy to
use the Linux client CVS to commit, update with.  So far so good.  But, one of
our programmers does not have Linux, so cygwin seemed natural.  However, "cvs
diff" thinks the whole files have changed, except for any file not "touched". 
After a "cvs update" or "cvs checkout", there is no problem.  However, even
after only a "touch" without modification (only modification time changed), cvs
fails.  

I have tried many remedies found in Usenet archives without success.  Any
insight will be appreciated.

Regards,
David Koski
[EMAIL PROTECTED]

--
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/




Proper "$HOME" setup? (/home or My Documents)

2001-12-21 Thread Chris Bailey

I checked the FAQ but didn't see anything on this (and did some mailing list
searches, but didn't find it, hopefully it hasn't been covered already, or
if so, point me to those if you please)...

I have cygwin installed on a Windows 2000 machines.  When I fire up bash, it
has $HOME set to the "My Documents" folder for my user.  But, /etc/passwd
shows my home as /home/crb.  And, when I use ssh, it says it can't create
/home/crb/.ssh.  There is no /home in my cygwin setup.  So, my question is,
should I create that, and move my .bashrc from My Documents into /home/crb,
and then set a Win2k environment variable HOME to /home/crb?  Or, is ok to
use My Documents and I just tweak /etc/passwd, or  What is the "ideal"
setup?


Chris Baileymailto:[EMAIL PROTECTED]
Code Intensity  http://www.codeintensity.com


--
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: cygwin and XP

2001-12-21 Thread Robert Collins

Bruce, you might like to try one of the recent setup snapshots. We're
approaching feature freeze for a new release, and all feedback is
useful.

Rob
===
- Original Message -
From: "Bruce Dobrin" <[EMAIL PROTECTED]>
To: "Matthew Cary" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, December 22, 2001 8:10 AM
Subject: Re: cygwin and XP


> I don't have a solution,  but I have seen this before on both Win2k
and NT4.
> I was installing onto  machines that were on wireless networks and I
> attributed it to dropping connections/ slow net interface.  It seemed
to
> download a few things and then bug out with the error you mentioned.
I
> later burned our local cygwin install build to a CD and it worked
fine,
> this probably isn't a good solution,  but perhaps it will help
illuminate
> the problem.
>
> (PS,  the new "setup" drives me nuts too,  especially 'cause it often
seems
> to punt cygncurses5.dll unless you specifically tell it to re-install)
>
...


--
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: Fw: cygwin Digest 18 Dec 2001 13:12:55 -0000 Issue 1641

2001-12-21 Thread Stipe Tolj

> I am having a weird problem with cygwin (1.3.6) and Internet Explorer 6.0
> when running a bash shell.
> 
> Internet explorer runs fine and I can surf the web, etc. However when I
> close the last IE window, IE crashes with no real apparent error. This does
> not occur when cygwin is running.

So we may introduce Cygwin's new slogan "We make even IE more stable!"
:))

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are

--
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: Fw: cygwin Digest 18 Dec 2001 13:12:55 -0000 Issue 1641

2001-12-21 Thread Christopher Faylor

On Sat, Dec 22, 2001 at 01:55:17AM +0100, Stipe Tolj wrote:
>>I am having a weird problem with cygwin (1.3.6) and Internet Explorer
>>6.0 when running a bash shell.
>>
>>Internet explorer runs fine and I can surf the web, etc.  However when
>>I close the last IE window, IE crashes with no real apparent error.
>>This does not occur when cygwin is running.
>
>So we may introduce Cygwin's new slogan "We make even IE more stable!"
>:))

Hmm.  I am going to need something new for the top of the cygwin web
page since the company name Cygnus is supposed to be phased out by early
January.  Maybe I'll use that.

Maybe we can start transitioning away from this UNIX compatibility scam
and into the place where there's some real money...

cgf

--
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/




Reincarnation of "Permission denied running programs in other directories"

2001-12-21 Thread Aaron J. Outhier

Dear Cygwin:
  I have a rather odd problem when I try to run as.exe from
the makefile for zip/unzip (I'm trying to add encryption
support as per the instructions in the link given elseware
on your web site). I keep getting a "permission denied"
error. I also noticed the same error while trying to run
zipinfo from anywhere - even the containing directory!

Also, I dug up the following mailing-list submission (I'm
including the top portion only, to conserve space). You may
wish to x-ref with it.

Re: Permission denied running programs in other directories
From: "Paul G."  
To: cygwin at cygwin dot com 
Date: Sun, 16 Dec 2001 15:46:52 -0800 
Subject: Re: Permission denied running programs in other
directories 
Organization: Paul G. 
Reply-to: pgarceau at qwest dot net 

  Unlike Paul, I am running Cygwin natively on Win98-SE.

Here is the output from make:
gcc -c -O2 -Wall -DWIN32 -DASM_CRC  -I. -ozip.o zip.c
gcc: installation problem, cannot exec
`/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/as.exe':
Permission denied
make: *** [zip.o] Error 1

and here is the output from cygcheck -s -v -r:

Cygnus Win95/NT Configuration Diagnostics
Current System Time: Fri Dec 21 17:19:34 2001

Windows 98 SE Ver 4.10 Build  

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
c:\PROGRA~1\WIN98RK
c:\PROGRA~1\DOSARCRS\ZIP
c:\PROGRA~1\DOSARCRS\GZIP
c:\PROGRA~1\DOSARCRS\ARJ32
c:\PROGRA~1\DOSARCRS\ZOO
c:\PROGRA~1\DOSARCRS\LHA
c:\PROGRA~1\DOSARCRS\JAR
c:\PROGRA~1\DOSARCRS\ARC
.

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

HOME = `C:\cygwin\home\Aaron J. Outhier'
MAKE_MODE = `unix'
PWD = `/'
USER = `Aaron J. Outhier'

BLASTER = `A220 I5 D1 H5 P330 T6 E620'
CMDLINE = `bash --login -i'
COMSPEC = `C:\COMMAND.COM'
DIRCMD = `/O:GEN /A'
GZIP = `-9vN'
OLDPWD = `/home/Aaron J. Outhier'
PROMPT = `$p$g $a'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
SHLVL = `1'
TEMP = `c:\WINDOWS\TEMP'
TERM = `cygwin'
TMP = `c:\WINDOWS\TEMP'
TZ = `PST+8'
WINBOOTDIR = `C:\WINDOWS'
WINDIR = `C:\WINDOWS'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start
Menu\&Programs\Applications\Cygnus Solutions
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts
v2
  (default) = `/cyg'
  cygdrive flags = 0x0022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program
Options
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts
v2
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts
v2\/
  (default) = `C:/cygwin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts
v2\/usr/bin
  (default) = `C:/cygwin/bin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\mounts
v2\/usr/lib
  (default) = `C:/cygwin/lib'
  flags = 0x000a
HKEY_LOCAL_MACHINE\Software\Cygnus Solutions\Cygwin\Program
Options

a:  fd   N/AN/A
c:  hd  FAT32   8283Mb  52% CPUN   MS-WIN98
d:  hd  FAT  511Mb  18% CPUN   VC  GARLICSALT
e:  fd  FAT1Mb  14% CPUN   
f:  cd  CDFS 625Mb 100%   UN   Win98 SE
g:  hd  FAT  504Mb  69% CPUN   GS HOST

.  /cyg  userbinmode,noumount
C:/cygwin  / system  binmode
C:/cygwin/bin  /usr/bin  system  binmode
C:/cygwin/lib  /usr/lib  system  binmode

Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Warning: C:\cygwin\bin\find.exe hides
c:\WINDOWS\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\sh.exe

   40k 2001/11/21 C:\cygwin\bin\cygpcre.dll - os=4.0
img=1.0 sys=4.0
  "cygpcre.dll" v0.0 ts=2001/11/21 14:15
  119k 2001/06/06 C:\cygwin\bin\cygjpeg6b.dll - os=4.0
img=1.0 sys=4.0
  "cygjpeg6b.dll" v0.0 ts=2001/6/5 20:27
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0
img=1.0 sys=4.0
  "cygreadline4.dll" v0.0 ts=2001/1/6 20:34
   18k 2000/10/23 C:\cygwin\bin\cyggdbm.dll - os=4.0
img=1.0 sys=4.0
  "cyggdbm.dll" v0.0 ts=2000/10/22 18:26
  163k 2001/05/06 C:\cygwin\bin\cygpng2.dll - os=4.0
img=1.0 sys=4.0
  "cygpng2.dll" v0.0 ts=2001/5/5 20:05
   10k 2000/12/05 C:\cygwin\bin\cygtclreg80.dll - os=4.0
img=1.0 sys=4.0
  "cygtclreg80.dll" v0.0 ts=2000/11/25
17:39
   39k 2001/11/21 C:\cygwin\bin\cygpcreposix.dll - os=4.0
img=1.0 sys=4.0
  "cygpcreposix.dll" 

Re: Proper "$HOME" setup? (/home or My Documents)

2001-12-21 Thread David Rothenberger

I would use the mount command to mount "My Documents" at /home/crb
(after first running mkdir -p /home/crb).  That way, you don't need to
move anything.

Chris Bailey wrote:
> 
> I checked the FAQ but didn't see anything on this (and did some mailing list
> searches, but didn't find it, hopefully it hasn't been covered already, or
> if so, point me to those if you please)...
> 
> I have cygwin installed on a Windows 2000 machines.  When I fire up bash, it
> has $HOME set to the "My Documents" folder for my user.  But, /etc/passwd
> shows my home as /home/crb.  And, when I use ssh, it says it can't create
> /home/crb/.ssh.  There is no /home in my cygwin setup.  So, my question is,
> should I create that, and move my .bashrc from My Documents into /home/crb,
> and then set a Win2k environment variable HOME to /home/crb?  Or, is ok to
> use My Documents and I just tweak /etc/passwd, or  What is the "ideal"
> setup?
> 
> 
> Chris Baileymailto:[EMAIL PROTECTED]
> Code Intensity  http://www.codeintensity.com


--
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: Reincarnation of "Permission denied running programs in other directories"

2001-12-21 Thread Aaron J. Outhier

  Well, I think I just made a giant step in the solving of
this problem, but I still can't figure out what makes
certain executables spit out "Permission Denied" when run.

  As it turns out, if you'll notice in the makefile output
of my recent submission, the makefile makes use of
/usr/i686-pc-cygwin/bin/as.exe.

  The reason it would run at other times (including when in
the containing directory) is because the file being
executed is actually /usr/bin/as.exe. Since the makefile
specifically uses /usr/i686-pc-cygwin/bin/as.exe, this one
is  run instead of the other one and thus this is the one
that "bombs" every time it's run.

  I hope this helps someone figure out the problem!


=
Sincerely,
  Aaron J. Outhier
  [EMAIL PROTECTED]

__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

--
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/




1.3.6: ftp client does not change directory for "!" commands

2001-12-21 Thread Prashant Rane

Hi,

The ftp client executes all the "!" commands (e.g. !ls, !pwd, !(any unix 
commad)) with current working directory as users home directory. Even if 
the directory is changed to some other directory than $HOME,  the 
command !pwd always returns value of home directory.

It used to work right. I think the proper behavior is that the ! 
commands should be executed as if they are executed from the directory 
whch is the local directory of the ftp client i.e. the directory where 
the ftp command "lcd" took the clinet to.

This is specially handy when uploading specific files from a directory. 
The "!ls" does not show local files form "lcd" directory but from the 
user home directory.

I am attaching a session below. Plus output of "cygcheck -sv"

The ftp client is part of inetutils package.

Thanks in advance.
Prashant Rane





unknown@C1880890-A ~
$ which ftp
/usr/bin/ftp

unknown@C1880890-A ~
$ ftp
ftp> cd /cygdrive/c
Not connected.
ftp> lcd /cygdrive/c
Local directory now /cygdrive/c
ftp> ls
Not connected.
ftp> !ls
cygcheck.log  logfile  mysql_env.sh
ftp> !ls $PWD
cygcheck.log  logfile  mysql_env.sh
ftp> !ls
cygcheck.log  logfile  mysql_env.sh
ftp> lcd Prashant
Local directory now /cygdrive/c/Prashant
ftp> !pwd
/home/unknown
ftp> bye

unknown@C1880890-A ~
$ pwd
/home/unknown

unknown@C1880890-A ~
$





Cygnus Win95/NT Configuration Diagnostics
Current System Time: Fri Dec 21 21:51:15 2001

Windows ME Ver 4.90 Build 3000 

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
c:\gnuwin32
.
c:\jdk1.3.1_01\bin

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

HOME = `C:\cygwin\home\unknown'
MAKE_MODE = `unix'
PWD = `/home/unknown'
USER = `unknown'

BLASTER = `A220 I5 D1 T4 P330'
CMDLINE = `bash --login -i'
COMSPEC = `C:\WINDOWS\COMMAND.COM'
JDK_HOME = `/cygdrive/c/jdk1.3.1_01'
OLDPWD = `/usr/bin'
PROMPT = `$p$g'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
SHLVL = `1'
TEMP = `c:\WINDOWS\TEMP'
TERM = `cygwin'
TMP = `c:\WINDOWS\TEMP'
WINBOOTDIR = `C:\WINDOWS'
WINDIR = `C:\WINDOWS'
_ = `/usr/bin/cygcheck'

Use `-r' to scan registry

a:  fd   N/AN/A
c:  hd  FAT32  57201Mb  17% CPUN   
d:  cd   N/AN/A
e:  cd   N/AN/A

.  /cygdrive  userbinmode,noumount
C:/cygwin  /  system  binmode
C:/cygwin/bin  /usr/bin   system  binmode
C:/cygwin/lib  /usr/lib   system  binmode

Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Warning: C:\cygwin\bin\find.exe hides c:\WINDOWS\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\sh.exe

   56k 2000/12/03 C:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
  "cygbz21.0.dll" v0.0 ts=2000/11/20 16:53
  390k 2000/12/05 C:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
  "cygtcl80.dll" v0.0 ts=2000/11/25 18:39
5k 2000/12/05 C:\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
   10k 2000/12/05 C:\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
  "cygtclreg80.dll" v0.0 ts=2000/11/25 18:39
   81k 2000/12/05 C:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
  "cygitcl30.dll" v0.0 ts=2000/11/25 18:43
   35k 2000/12/05 C:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
  "cygitk30.dll" v0.0 ts=2000/11/25 18:43
  623k 2000/12/05 C:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
  "cygtk80.dll" v0.0 ts=2000/11/25 18:43
   18k 2000/10/23 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
  "cyggdbm.dll" v0.0 ts=2000/10/22 20:26
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
  "cygintl.dll" v0.0 ts=2001/6/20 11:09
   45k 2001/07/04 C:\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
  "cygjbig1.dll" v0.0 ts=2001/7/3 21:25
  119k 2001/06/06 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
  "cygjpeg6b.dll" v0.0 ts=2001/6/5 22:27
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
  "cygform5.dll" v0.0 ts=2001/4/24 23:28
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
  "cygmenu5.dll" v0.0 ts=2001/4/24 23:27
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
  "cygncurses++5.dll" v0.0 ts=2001/4/24 23:29
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
  "cygncurses5.dll" v0.0 ts=2001/4/24 23:17
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
  "cygpanel5.dll" v0.0 ts=2001/4/24 23:27
   34k 2001/09/30 C:\cygwin\bin\cygform6.dll - os=4.

Current Events and the End Times - so what?

2001-12-21 Thread Joel


I can show conclusively in the scriptures that Jesus Christ is coming back WITHIN A 
CERTAIN 
DATE RANGE in the near future.  
Yes, people do not know the Day or the Hour of Jesus' return - I agree, "No one knows 
about 
that day or hour,  " Matthew 24:27.  or, 1 Thessalonians 5:1, "Now, brothers, about 
times and 
dates we do not need to write to you, for you know very well that the day of the Lord 
will 
come 
like a thief in the night."  
 
But consider this:
Luke 21:31, "Even so, when you see these things happening, you know that the 
kingdom of God is near."  What things?  These things I explain in the booklet.
I Thessalonians 5:2, 4-6, "For you know very well that the day of the Lord will come 
like a thief in the night. But you, brothers, are not in darkness so that this day 
should 
surprise you 
like a thief.  You are all sons of the light and sons of the day.  We do not belong to 
the 
night or to 
the darkness.  So then, let us no be like others, who are asleep, but let us be alert 
and 
self-
controlled."   
Revelations 3:3, "But if you do not wake up, I will come like a thief, and you will 
not 
know at what 
time I will come to you."
Matthew 24:43, "But understand this: If the owner of the house had known at what 
time of the night the thief was coming, he would have kept watch and would not have 
let his 
house be broken into.  So you also must be ready..."

So, the believers in Jesus Christ will know He is coming very soon, if they are awake 
and ready.  
And I can show you the signs AND JUST HOW SOON!

I have prepared a comprehensive study on the return of Jesus Christ, in a 32-page 
booklet, which 
I will email to you for $1.00 U.S.,or postal mailed to you for $3.00.  
Please send cash or check (preferred) to:  
Summit Bay  4820 Yelm Hwy, S.E.  Suite B, #215,  Olympia, WA 98503-4903.
The Summit Bay ministry is focused on current events and the biblical end times - a 
"top to 
bottom" Berean-study of the Word.

Be sure to include your email address on the envelope or a piece of paper and the 
study will be 
emailed to you promptly.  

Also included in the study: What is the Rapture?  Why is there a Rapture?  When will 
it 
take 
place?  Who will not be in the Rapture?  Israel at war with Russia.  The Great Falling 
Away.  The 
Mark of the Beast.  Who does not have the Mark?  And more. 

Thank you and God bless,  Joel Graves - Bible Scholar


 


--
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: Current Events and the End Times - so what?

2001-12-21 Thread David Koski

On Fri, 21 Dec 2001 23:33:24 -0800
Joel <[EMAIL PROTECTED]> wrote:



> I have prepared a comprehensive study on the return of Jesus Christ, in a
32-page 
> booklet, which 
> I will email to you for $1.00 U.S.,or postal mailed to you for $3.00.  

Why not share the information for free?

Proverbs 23:23 (King James Version of 1611 w/ Strongs Numbers) 
Buy 07069 the truth 0571 , and sell 04376 it not; also wisdom 02451 , and
instruction 04148 , and understanding 0998 .

Daivd

--
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/