On Fri, Mar 29, 2002 at 02:16:33PM -0700, Harris, Jeffrey A wrote:
> I just completed the install and download of all the packages of cygwin.
> When compiling a program in cygwin I get the following..
>
> gcc -g -Wall -c connect.c
> connect.c: In function `lookup_host':
> connect.c:26: warning: i
Michael A Chase wrote:
>>
>> lpr -P //host/name gmeta1.ps- what to put in //host etc. ?
>>
>
>Check your Window's printer definitions. 'host' is the name of the
server
>hosting the printer. 'name' is the shared name of the printer in that
>host.
>If its a local printer, use your computer's name
When I use Cygwin 1.3.3 ftp server (installed in w2k
advanced server SP2) and run "ls" command,
win2k command prompt C:\>ftp servername
Connected to servername.xxx.xxx
220 servername FTP server (GNU inetutils 1.3.2) ready.
:
:
User logged in
ftp> ls
The session halts. Any suggestion ?
Hello cygwin,
Ok, i just browsed 10 pages of the mailing-list archives for the
problem but that did not change anything. :-(
I´ve got a new Cygwin install on my WinXP machine and a updated
openssh on the RedHat Linux Machine. I got ntsec usage running fine
with correct accounts (domain
When I use Cygwin 1.3.3 ftp server (installed in w2k
advanced server SP2) and run "ls" command,
win2k command prompt C:\>ftp servername
Connected to servername.xxx.xxx
220 servername FTP server (GNU inetutils 1.3.2) ready.
:
:
User logged in
ftp> ls -l (or dir)
The session halts. A
scanf() does not always work the way I think it should.
Sample program:
#include
int main()
{
double dstat, ddyn;
dstat=2.;
scanf("%lf", &ddyn);
printf("%lf %lf\n", dstat, ddyn);
return 0;
}
usage:
hugo hugo.out
Sample input file hugo.in:
20.1
Output file hugo.out:
2.00 201.00
On windows XP & 2000:
open 2 instances of cygwin
instance 1:
mkdir /1 && echo "tst" > /1/tst && cd /1
instance 2:
cd /
mv /1 /2
Instead of returning an error, something like "/1" is in use, it copies /1
to /2, THEN returns:
mv: cannot remove directory `/1': Permission denied
mv: can
I have the same problem...
with several (I tryied 10 sites) to download cygwin.
I was thinking thas was the proxy configuration
but it was not.
[EMAIL PROTECTED] wrote:
> Hello,
>
> We tried many times to download the full package of CYGWIN from
> various FTP sites usin
> -Original Message-
> From: Xavier Bergade [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 02, 2002 8:31 PM
> To: [EMAIL PROTECTED]
> Subject: 1.1.10 Problem: mv and directories in use
>
>
> On windows XP & 2000:
> open 2 instances of cygwin
>
> instance 1:
> mkdir /1 && echo
I believe the main source of the problem is a Windows "BUG" (Not really a
bug, that is how Windows is "intended" to work). Anyways, it is an
undesirable "feature" for sure, and very annoying when in the Cygwin
enviornment. For the average joe Windows user in Windows Explorer it "kind
of" make
> I believe the main source of the problem is a Windows "BUG" (Not really a
> bug, that is how Windows is "intended" to work). Anyways, it is an
> undesirable "feature" for sure, and very annoying when in the Cygwin
> enviornment. For the average joe Windows user in Windows Explorer it "kind
> of"
Problem is it can not find the printer for writing; neither the local, nor the
network. I tried the postscript file generated by ghostsscript with the same result.
Dilip Paul
-Original Message-
From: Jason Tishler [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 4:24 PM
To: Paul
Hi,
I have created DLLs by using the following command
"gcc -Wl,--out-implib,libmydll.import.a -shared -o mydll.dll
mydll.o"
and used with a VC++ application.
But I have tried the same command with c++ and g++. It's creating the DLL.
But the functionality is not accessible by VC++ applic
Hi Dr. Sonnenschein and the Cygwin newsgroup,
I have had the same problem using cygwin and gcc, I
believe I am using the latest version of gcc. I
thought I was doing something wrong in my program, but
I took the same program into Linux, Visual C++ and
HPUX 10.20 and they ran exactly the way they
Wrong list. I've modified the headers to the appropriate list.
You've assumed that MANPATH had a previous value.
Earnie.
"Gerrit P. Haase" wrote:
>
> Hallo,
>
> This
> $ cat /etc/profile.d/openssl.sh
> export MANPATH="${MANPATH}:/usr/ssl/man"
>
> results in:
> $ set | grep MANPATH
> MANPATH
On Mon, Apr 01, 2002 at 01:06:04PM -0800, Brian Warn wrote:
> In case you're wondering, I'm setting this script up as a W2K scheduled
> task --
Whenever I need to run a Cygwin thing as a Scheduled Task I use:
c:\cygwin\bin\bash.exe --login -c ""
in the "Run:" box and
c:\cygwin\home\
in the
Earnie schrieb:
> Wrong list. I've modified the headers to the appropriate list.
Why??? Openssl IS a Cygwin Application.
> You've assumed that MANPATH had a previous value.
This is the default file which gets installed with openssl by setup.exe.
So if there is no previous value for MANPATH t
Daniel,
Not really a cygwin question. The files on the unix end should not be
.authorized_keys but authorized_keys - or even authorized_keys2 if you want
ssh2
Donald.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of Daniel Holtkamp
Sent: 02 April
There's been code in MSJ (Microsoft Systems Journal) ages ago by Matt
Pietrek, in several articles. Do a google search for "Pietrek
stackwalk" for instance.
http://iguana.cern.ch/lxr/source/IGUANA/src/Ig_Imports/classlib/src/debug.cxx#1099
has stack trace code you can use on a large number of sy
On Tue, Apr 02, 2002 at 02:20:57PM +0100, Donald MacVicar wrote:
> Daniel,
> Not really a cygwin question. The files on the unix end should not be
> .authorized_keys but authorized_keys - or even authorized_keys2 if you want
> ssh2
Since OpenSSH 3.0 on the server machine you can store both
On Tue, Apr 02, 2002 at 03:10:52PM +0200, Gerrit P. Haase wrote:
> Earnie schrieb:
>
> > Wrong list. I've modified the headers to the appropriate list.
>
> Why??? Openssl IS a Cygwin Application.
>
> > You've assumed that MANPATH had a previous value.
>
> This is the default file which gets
I would like to be able to maximize/minimize the chooser window. I've
got this nice big 21" monitor and the chooser window sits nicely in the
middle of the screen. I want to be able to see more of the list at
once.
Note, I've declared this as a wish which means I don't plan to code it.
Earnie.
I don't use XP, so this is based on my NT/W2K/95/ME experience, but when
used in conjunction with '//host', 'name' should be the name that it is
shared as -- from the "Sharing..." menu option. Type \\JASON in your
Start->Run dialog -- that will show you the shares that are exposed.
HTH,
Chris
>
Hello,
yes I looked in the FAQ as well as in archives, all I could find was
related to german keyboard and it didn't look like the problem I see.
Hence my questions below, I hope I don't misuse cygwin netiquette.
Note: I am a UNIX guy, click-and-be-amazed (sometimes) Windows guy
and total cygwin
With bash, is the behaviour of "while( true ); do echo foo; /bin/echo
bar; done | cat" defined? Is it reasonable for me to expect to see
"foo", "bar", "foo", "bar", and so on? With an interactive bash, this
isn't what happens when I actually type the command in (i.e. sourcing
or executing a scr
Release is now: 1.3.10(0.51/3/2) 2002-02-25 11:14 i686 unknown
Dr. Roland Sonnenschein
Abt. BV1TEF
Brüel & Kjaer Vibro GmbH
Landwehrstraße 55
D-64293 Darmstadt
Tel.: +49(0)61 51 - 32 18 99
Fax: +49(0)61 51 - 32 18 69
Email: [EMAIL PROTECTED]
--
Unsubscribe info: http://cygwin.com/ml/#unsubs
On Tue, Apr 02, 2002 at 06:11:12PM +0800, lau bella wrote:
>When I use Cygwin 1.3.3 ftp server (installed in w2k
>advanced server SP2) and run "ls" command,
>
>
>win2k command prompt C:\>ftp servername
>Connected to servername.xxx.xxx
>220 servername FTP server (GNU inetutils 1.3.2) ready.
> :
>
Corinna schrieb:
>> > You've assumed that MANPATH had a previous value.
>>
>> This is the default file which gets installed with openssl by setup.exe.
>> So if there is no previous value for MANPATH this cannot work.
>> Other application are looking for MANPATH in the environment and don't
>> fi
On Tue, Apr 02, 2002 at 04:58:32AM -0800, James Merritt wrote:
>I like Cygwin and will continue to support it and would like to
>continue playing with it and writing programs under Cygwin. I do not
>want to blame gcc or Cygwin because I like them, but I want to know
>what is causing this behavior
On Tue, Apr 02, 2002 at 03:10:52PM +0200, Gerrit P. Haase wrote:
>Earnie schrieb:
>
>> Wrong list. I've modified the headers to the appropriate list.
>
>Why??? Openssl IS a Cygwin Application.
- cygwin-apps: a by-approval developers list for discussing packaging
issues regarding applications
On Tue, Apr 02, 2002 at 03:37:24PM +0200, Lassi A. Tuura wrote:
>There's been code in MSJ (Microsoft Systems Journal) ages ago by Matt
>Pietrek, in several articles. Do a google search for "Pietrek
>stackwalk" for instance.
>
>http://iguana.cern.ch/lxr/source/IGUANA/src/Ig_Imports/classlib/src/de
At 11:23 PM 4/1/2002, Arek \(James Potts\) wrote:
>Hi. I just installed Cygwin on my Windows XP box and CDROM access seems to
>be locked at ~1X for some reason. Any ideas as to what might be causing
>this? Thanks in advance.
It's very unlikely that Cygwin is directly affecting your CDROM acce
Hi,
I am porting a client-server set of programs that run
fine under linux.
The programs communicate using UNIX domain datagram sockets.
the server does the classic socket(), unlink(), bind() and then a loop
with read(). There is no accept() because we use datagram
sockets.
The problem is in the
At 02:03 AM 4/2/2002, [EMAIL PROTECTED] wrote:
> Hello,
>
> We tried many times to download the full package of CYGWIN from
> various FTP sites using Setup.exe version 2.194.2.22 but we are
> getting following error after 98% (246MB) downloading.
>
> "DOWNLOA
At 02:47 AM 4/2/2002, Suhanthan Vanniyasingam wrote:
>
>Hi,
>
>I'm new to cygwin. I have found that we can create DLLs using
>Cygwin. So What abouts *.lib s?
>
>Is there any relationship between *.a created with cygwin and *.lib?
Yes. If the *.a is an import library (stubs referencing a DL
Stuart,
I have the same installation you report (Win2K) and cannot reproduce your
problem. Hundreds of iterations work just fine.
I do notice that on my two-CPU system this loop will consume almost 90% of
the available CPU cycles and about 3/4 of that is kernel mode (as displayed
by the "Perf
At 07:41 AM 4/2/2002, Suhanthan Vanniyasingam wrote:
>Hi,
>
>I have created DLLs by using the following command
> "gcc -Wl,--out-implib,libmydll.import.a -shared -o mydll.dll
>mydll.o"
>and used with a VC++ application.
>
>But I have tried the same command with c++ and g++. It's creating t
Hi!
Tuesday, 02 April, 2002 DEVRIENDT ERIK [EMAIL PROTECTED] wrote:
DE> I am porting a client-server set of programs that run
DE> fine under linux.
DE> The programs communicate using UNIX domain datagram sockets.
DE> the server does the classic socket(), unlink(), bind() and then a loop
DE> with
On Tue, Apr 02, 2002 at 05:50:21PM +0200, DEVRIENDT ERIK wrote:
> Hi,
>
> I am porting a client-server set of programs that run
> fine under linux.
> The programs communicate using UNIX domain datagram sockets.
> the server does the classic socket(), unlink(), bind() and then a loop
> with read()
I can reproduce Stuart's problem on W2K. I'm on a uni-processor machine.
I've only tried it interactively. Removing the pipe from the process
makes "foo" and "bar" alternate as expected. With the pipe the result is:
>while( true ); do echo foo; /bin/echo bar; done | cat
foo
bar
foo
bar
foo
b
> I haven't looked at it recently, but I really doubt that the code would
> deal with the stabs symbol table that gcc/gas/ld use and allow symbolic
> representation of symbols.
My code certainly doesn't, it only deals with basic Win32. You get
symbols for addresses only if imagehlp library can g
Some additional information about my problem :
cygwin 1.3.10 running on Windows NT 4.0.
Here follows a set of programs (client.c, server.c) that exhibit
the problem.
If you #define USE_SENDTO in client.c, the communication works.
I will also send a strace to Egor Duda.
Erik Devriendt
#
Larry, Stuart,
I did not look closely enough at the output when I ran my test. I was
expecting some more dramatic failure, I guess.
I do _not_ see proper alternation of "foo" and "bar."
The transpositions occur in iterations
33
45
51
54
64
69
74
79
83
98
105
110
114
122
140
147
154
163
174
19
Hi,
I attached the strace log as you requested.
Unfortunately I don't have bzip installed. I used gzip instead.
It contains indeed the accept from unauthorized server" string.
Erik Devriendt
-Original Message-
From: egor duda [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 02, 2002 18:0
The test programs I just sent to the mailing list do not use unlink().
But if I do not remove the socket file by hand, I get 'address already
in use' error.
Erik Devriendt
-Original Message-
From: Corinna Vinschen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 02, 2002 18:12
To: DEVRIE
The dll is nowhere on my filesystem?
Help?
--
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/
Robert (or anyone),
Regarding the setup.exe "Choose a Download Site" page:
What I am doing right now is running an internal Cygwin mirror, updated every 24h via
rsync. When a user runs setup.exe from my mirror, I'd like my internal mirror to be
the ONLY available mirror displayed in the instal
At 11:36 AM 4/2/2002, Gord Wait wrote:
>The dll is nowhere on my filesystem?
>Help?
I'm going to suggest installing the missing DLL. Refer to
www.cygwin.com/packages if you're not sure what package contains the
DLL you're missing.
Larry Hall [EMAIL PROTECTED]
R
Cygwin DLL version: 1.3.10
BASH version: 2.05a-3
Windows XP Professional
When I run bash, it appears to be disabling the ability to scroll the window
with the mouse wheel.
To reproduce:
Open a regular command-line window and verify that mouse-wheel scrolling
works, run bash and it stops work
Hey There! Are you a guy? Do you ever worry that your penis isn't as
large as it could be? Maybe you've considered buying a pump? Well, the
pump WILL make your penis bigger, that is a fact. But what if you want to do
something with your penis besides leave it in a tube? In that case you're
ba
--- "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: >
>Hallo Muhammad,
>
> Am 2002-03-29 um 14:26 schriebst du:
>
> > Hi,A PERL QUESTION ???
> > -
> >I was wondering if anybody has noticed a
> problem with the CPAN 'shell'.
> > With all oth
This seems to be a problem with either the cd in question or the XP command
interpreter. Other stuff running from cmd.exe is just as slow. Windows
explorer isn't. If it turns out that it isn't the CD, maybe I'll say
something about it to Microsoft, as I do quite a bit of stuff from the
command
I updated my work pc cygwin setup yesterday, and now when I try to
use ftp to get files from my work machine, it won't let me login,
and tells me it "can suid"
Telnet still works.
I checked over the /etc/passwd and ftpusers file, they look ok..
Help!
Gord Wait
--
Unsubscribe info: http:/
At 01:46 PM 4/2/2002, Gord Wait wrote:
>I updated my work pc cygwin setup yesterday, and now when I try to
>use ftp to get files from my work machine, it won't let me login,
>and tells me it "can suid"
>
>Telnet still works.
>
>I checked over the /etc/passwd and ftpusers file, they look ok..
>Help
Another thing I would suggest is to look at the requirements
for ncftp in the setup.ini file. For 3.1.3-1, it indicates:
requires: cygwin libncurses5 libreadline5 terminfo less
The question is, why weren't these requirements met when you
installed ncftp? Did you use a current setup.exe insta
On Tue, Mar 19, 2002 at 05:44:16PM +1100, Robert Collins wrote:
>
> > I tried the new SETUP.EXE. The problem is it doesn't
> > recognize my previous installation or rather my previous
> > downloads! Instead it creates another folder named according
> > to the server it connected and download t
After posting this message, I finally found the explanation:
http://cygwin.com/ml/cygwin/2002-02/msg00947.html
Alan
--On Tuesday, April 02, 2002 2:43 PM -0500 Alan Dobkin <[EMAIL PROTECTED]>
wrote:
> In my case, I had all the required packages installed (at
> least according to the setup prog
Right. And I actually forgot about the fact that this problem is in the FAQ
too. I need to take some of my own advice and spend more time looking at
the FAQ myself!
Why can't my application locate cygncurses5.dll? or cygintl.dll? or cygreadline5.dll?
or ...?\
http://cygwin.com/faq/faq_4.html#
Michael, I'm having the same problem you are having, mine on XP
Professional. Did you have to do anything special to the SYSTEM user or
any of the Unix security files to get this to work? I've tried the exact
command you used below and I still get the problem.
TIA.
Steven Caswell
[EMAIL PROTECT
I am resending the attached request as it still applies
to NcFTP 3.1.3. I am copying the Cygwin list, because
I've noticed a related bug in the current Cygwin version.
Consider an example with only the following two bookmarks:
RedHat Linux --> FTP.RedHat.Com
RedHat Updates --> Updates.RedHa
> From: Suhanthan Vanniyasingam
> I have created DLLs by using the following command
> "gcc -Wl,--out-implib,libmydll.import.a -shared -o mydll.dll
> mydll.o"
> and used with a VC++ application.
> But I have tried the same command with c++ and g++. It's creating the
DLL.
> But the functio
Hi all, this is my first post in this mailing list.
I tried compiling terminal program which support my language. this program
is modification of
xterm.
But I have met error I cannot solve. I haven't see these errors when I have
compiled this program
in Solaris.
first I tried xmkmf; make, then mak
Since the crypt command in cygwin does not work same as crypt command in
Unix, so somebody suggesed use mcrypt command
(http://mcrypt.hellug.gr/mcrypt/index.html) , I was able to download mcrypt
source and there required library files Libmhash and Libmcrypt but when I
compile mhash on cygwin, I ge
Just wanted to comment.
The new setup looks great, Robert. Used it last night and it was very
intuitive and comprehensive.
Thank you for all the time and energy you've put in to updating it.
Paul G.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bu
> -Original Message-
> From: Earnie Boyd [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 03, 2002 12:18 AM
> To: [EMAIL PROTECTED]
> Subject: More setup wishes
>
>
> I would like to be able to maximize/minimize the chooser
> window. I've got this nice big 21" monitor and the cho
Hello Corinna,
Tuesday, April 02, 2002, 4:08:36 PM, you wrote:
CV> On Tue, Apr 02, 2002 at 02:20:57PM +0100, Donald MacVicar wrote:
>> Daniel,
>> Not really a cygwin question. The files on the unix end should not be
>> .authorized_keys but authorized_keys - or even authorized_keys2 if you
I installed the cygwin under c:\cygwin.
And a Repository is installed at c:\Repository.
An application generate Makefile automatically:
export REPOSITORY := /C/Repository/packages
then the make always report:
makefile:71: //C/Repository/packages/pkgconf/rules.mak: No such host or
network pat
I noticed that these two header files in /usr/include/netinet is really
missing. I have been using the ones from FreeBSD and that fit very well. I
just need to add the following lines to the beginning of ip.h:
/* Added by Wu Yongwei */
#ifndef LITTLE_ENDIAN
#define LITTLE_ENDIAN 1234
#define BI
One of my users gets an error message complaing that this DLL file is
missing on his Win2000 machine.
The file should be located under C:\cygwin\bin, but the setup log
indicates it was never installed.
Can someone please e-mail me a copy of this file, or point me to a site
where I can download i
I can't reproduce this the way you see it. OTOH, I understand your
problem, and the short answer is: use " character.
ncftp> open "R U
should do what you want.
On cygwin, using rxvt (TERM=rxvt) or dosbox (TERM=cygwin), I get:
ncftp> open
neurorcn
ncftp> open
two tabs, and I get
ncftp
When I try to compile the GMP library in cygwin, it works. However, when I
try to "make" any of the programs in the "demos" folder, I get link errors.
The link errors are all for the GMP functions. The messages are all
something like "undefined reference - __gmpz_get_str", etc.
any ideas on how
Charles,
Thanks for taking the time to respond to this issue,
but it seems you may have missed my original message
(which was attached to the one you responded to and
is also included below). I am aware that quotes can
be used as a workaround to this problem - but IMO,
The Right Thing To Do
Hi Larry,
Thank you fo rthe reply. I supposed to use extern "C" before the function
name.
Now I have solved the problem
Thank You,
Regards,
Suhanthan, V.
Suhanthan Vanniyasingam
www.eRunway.com
-Original Message-
From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]]
Sent: T
Hi Larry,
Thankyou for your reply.
I'm asking can we create static libraries(LIBs) rethar than dynamic
libraries(DLLs). I think the import library cannot be used alone as a static
library. Is it?
Thank You,
Regards,
Suhanthan, V.
Suhanthan Vanniyasingam
www.eRunway.com
-Original Message
On Tuesday 02 April 2002 18:09, [EMAIL PROTECTED] wrote:
> One of my users gets an error message complaing that this DLL file is
> missing on his Win2000 machine.
>
I get such a message every time I start win2k. It's a remnant from one of
the well known viruses, which is trying to start tcl, but
Tim Prince wrote:
My dejagnu runs reasonably well, although I haven't figured out
how David Billinghurst was able to bring his up to date.
dejagnu-1.4.2 builds OOTB for me.
- download from any gnu mirror
- build out of source tree with
srcdir/configure --prefix=/usr
make
make in
The interesting thing is, as of 3.1.2 and 3.1.3, cygwin ncftp uses the
readline library for terminal handling -- just like bash does. Prior to
3.1.2, cygwin ncftp used the home-grown termhandling stuff internal to
the ncftp codebase. You'd think that would be an improvement -- and
that it wo
Ok, I read the Faq, I'm sorry for assuming I could just run setup.exe
and update my system.
I'm a big fan of cygwin, and use it to run an FPGA development
environment,
it's been great, so I appreciate all the work people have put into it.
I don't know if I like the solution in the faq - a multipl
> -Original Message-
> From: Gord Wait [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 03, 2002 3:18 PM
> To: [EMAIL PROTECTED]
> Subject: Re: ncftp current release won't run - missing
>
>
> Ok, I read the Faq, I'm sorry for assuming I could just run
> setup.exe and update my sys
Warning
Unable to process data:
multipart/mixed; boundary="=_NextPart_000_000A_01C5660A.EA94A8D5"
Since I modernized my Cygwin installation the problem does not appear any
more.
I should have done this before complaining. Sorry for the inconvenience.
-Original Message-
From: Christopher Faylor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 02, 2002 5:32 PM
To: [EMAIL PROTECTED]
Cc: [
What does the link command look like?
Assuming something like
gcc -lgmp -o gmptest gmptest.o
-lgmp should be last.
/Andy
/ "Kris Ray" <[EMAIL PROTECTED]> wrote:
| When I try to compile the GMP library in cygwin, it works. However, when I
| try to "make" any of the programs in the "de
Gerrit schrieb:
Not that nice, excuse me please.
>> To reproduce the bug:
>> perl -e 'use File::Spec; print File::Spec->file_name_is_absolute("C:/test")
>> ? "no bug" : "bug";'
This should be handled by cygwin1.dll.
E.g. it is possible to type:
$ mkdir c:/test
$ ls c:/test
and so on.
Since Cyg
I have fixed the bug in my copy by changing the implementation of
File::Spec::Unix->file_name_is_absolute to check whether $^O is cygwin and
use the rule from Win32.pm. There are other places in the file where such
conditionals occur.
As to one of the previous replies saying to use ActivePer
I used to have this working but it broke somewhere.
I installed imapd for cygwin. Now whenever I run it it simply coredumps:
$ /usr/local/sbin/imapd
Segmentation fault (core dumped)
$
I have followed everything in the readme WRT to setting this up and as I
said before I did have this working.
Andrew DeFaria wrote:
> I used to have this working but it broke somewhere.
>
> I installed imapd for cygwin. Now whenever I run it it simply coredumps:
>
> $ /usr/local/sbin/imapd
> Segmentation fault (core dumped)
> $
>
> I have followed everything in the readme WRT to setting this up and as
>
Hello Scott,
Tuesday, April 02, 2002, 6:44:47 PM, you wrote:
SP> Robert (or anyone),
SP> Regarding the setup.exe "Choose a Download Site" page:
SP> What I am doing right now is running an internal Cygwin mirror, updated every 24h
via rsync. When a user runs setup.exe from my mirror, I'd like
87 matches
Mail list logo