Hi,
>just to get this straight.
>Are you saying that I can't make C++ dll's in cygwin for use
>in 'normal'
>Windows?
No. They're just saying, that you cannot use C++-DLL's from any C++ compiler
together. There is nothing specific with Windows or gcc.
Regards,
Jörg
--
Unsubscribe info: ht
I wrote
>> I typed
>> clisp -q
>> and got the following screen dump:
>>
>> 23> clisp -q
>>
>> [1]>
>> *** - UNIX error 13 (EACCES): Permission denied
>> *** - UNIX error 13 (EACCES): Permission denied
>>
And somebody kindly replied offlist:
> Hmm there is one tool somewhere that traces
On Thu, Feb 21, 2002 at 09:38:23PM +0100, Andrew Markebo wrote:
> Hmm could it be DOS newlines vs. unix newlines.. OTOH this reminds me
> about that I had some minor similar problems (file transfer and
> sessions hanging) with ssh early 2.something version, everything is
> now upgraded to 3.latest
>
>cygwin seg faults when i attempt to assign values to
>allocated dynamic memory. The same code isn't
>seg-faulting on a Compaq Tru64 UNIX V5.1A machine.
>
> is there a setting where the heap needs to be
>adjusted? are there libraries i need to include that
>i haven't?
>
>here's the embarass
cygwin seg faults when i attempt to assign values to
allocated dynamic memory. The same code isn't
seg-faulting on a Compaq Tru64 UNIX V5.1A machine.
is there a setting where the heap needs to be
adjusted? are there libraries i need to include that
i haven't?
here's the embarassingly simple
> From: "Dan Kyhl"
> To: cygwin at cygwin dot com
> Date: Wed, 20 Feb 2002 11:13:47 +0100
> Hi,
> I get a lot of these (and some others) and suppose that I'm missing a
library.
> I'm already using -lc -lstdc++ as is used in Linux.
> So what am I missing here?
GCC 3.x. It sounds like you
On Thu, Feb 21, 2002 at 07:09:50PM -0800, Andrew DeFaria wrote:
>Christopher Faylor wrote:
>>I've made a new version of 'grep' available for download. This updates
>>the package to the latest version available from ftp.gnu.org. I've
>>included the update info from the /usr/doc/grep-2.5g/NEWS fil
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
> Of Jorge Goncalvez
> Sent: Thursday, February 21, 2002 2:20 AM
> To: [EMAIL PROTECTED]
> Subject: Re:Cygwin without installing
>
>
> Hi, i use and enjoy Cygwin in multiple windows platforms to run a linux
Christopher Faylor wrote:
> I've made a new version of 'grep' available for download. This updates
> the package to the latest version available from ftp.gnu.org. I've
> included the update info from the /usr/doc/grep-2.5g/NEWS file below.
>
> For a brief descripton of this package, see http:
I've made a new version of 'grep' available for download. This updates
the package to the latest version available from ftp.gnu.org. I've
included the update info from the /usr/doc/grep-2.5g/NEWS file below.
For a brief descripton of this package, see http://cygwin.com/packages/ .
Note that th
[EMAIL PROTECTED] (Peter J. Acklam) writes:
> "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> wrote:
>
> > Well if env documentation states a particular behavior and that
> > behavior is not what you see, then there is a bug in env or it's
> > documentation.
>
> What made me believe that "
On Thu, Feb 21, 2002 at 08:12:36PM -0500, Paul McFerrin wrote:
>There was a posting within this past month about grep considering files
>to be binary if the newlines were followed by \r. I'm assumming that
>someone made note of that bug.
Hopefully someone will also make a note of the fact that g
Anyone have any information if and how one would remap certain key on
your keyboard under cygwin? I would personally like the "Caps Lock" to
do nothing. It's always getting in my way! Maybe make F13 the Caps
Lock so it is really out of my way. :+)
-paul mcferrin
--
NOTE*** This email looks i
There was a posting within this past month about grep considering files
to be binary if the newlines were followed by \r. I'm assumming that
someone made note of that bug.
Just FYI, here is a filter I've written that removes \r from files. It
also preserves mtime::
=
Majid Ansari wrote:
>
> I am looking for a ping with a
> feature to specify source address on windows ... please let me know if any
> other tool doing that on windows.
In the Winsock Programmer's FAQ, there is source code for doing a ping,
which will let you set the source address. However, the
Dan Kyhl wrote:
>
> Are you saying that I can't make C++ dll's in cygwin for use in 'normal'
> Windows?
No, because every C++ compiler "mangles" identifiers differently. Name
mangling is considered by many to be a feature. Even your own company's
C++ compilers probably mangle names differently
Bob Batey wrote:
>
> Hi,
>
> The bug "UNABLE to LOCATE CYGINTL.DLL" (see Jan. 21, 2002 bug report
> from Marino Stramare) still surfaces. The origin of this bug is when
> one doesn't install gettext (from the contrib). Now seeing that some
No package should depend (runtime) on gettext. It's m
Hello,
I was trying to do a grep against some html files I got through wget in
Cygwin with the repeated message "Binary file xxx.html matches". Since grep
thinks they are binary files I don't get to see any of the lines contained.
Would anyone know why this is happening and how to get around
Stanislav -
This is not what Corinna meant when she said "send an announcement".
First (and most importantly), it should go to
[EMAIL PROTECTED] (which automagically relays the messages to
[EMAIL PROTECTED]). Second, the announcement messages usually follow a
specific format -- although
Matthias Steppuhn wrote:
> Hello,
> I have been using shell scripts under cygwin a while ago with out any
> problem.
> Today I wanted to use one script again, but an error occured. I alreaded
> installed
> the most recent cygwin-files. It did not really help me. Using a
> different PC braught
> a
Hello all,
ttcp is now included into the distribution.
It's is a very nice network throughput testing tool.
For more information about the tool, see
http://www.netcordia.com/network-services.html
With best regards,
Stanislav
__
Do You Yahoo!?
Christopher Faylor <[EMAIL PROTECTED]> wrote:
> Peter J. Acklam wrote:
> > Since the behaviour is different when the line is in the
> > shebang line, it has to be documented somewhere.
>
> AFAIK, it isn't documented anywhere except in the code. I don't
> know where it would be documented, actua
"Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> wrote:
> Well if env documentation states a particular behavior and that
> behavior is not what you see, then there is a bug in env or it's
> documentation.
What made me believe that "#!/usr/bin/env perl -w" should work was
the following part
Hi Frank,
the pretty, standard *ix way is < /dev/null
Bye, Heribert ([EMAIL PROTECTED])
> -Original Message-
> From: Frank Tuijnman [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, February 21, 2000 13:36
> To: [EMAIL PROTECTED]
> Subject: Bug: fhandler_base::dup: (W2K, php, 1.3.9 dll) +
/ "Ryan T. Sammartino" <[EMAIL PROTECTED]> wrote:
| On Thu, Feb 21, 2002 at 12:02:48PM +0100, Martin Bene wrote:
| > Any idea why this isn't working?
| >
|
| I had that problem too and worked around it by using the -W option
| to rsync (transfer whole files, instead of patches). That seems to
|
Hi,
The bug "UNABLE to LOCATE CYGINTL.DLL" (see Jan. 21, 2002 bug report
from Marino Stramare) still surfaces. The origin of this bug is when
one doesn't install gettext (from the contrib). Now seeing that some
people might want to make their own CD roms, I expect core dependences
should NOT d
I downloaded the splint sources from splint.org
tar -zxf splint-3.0.1.6.src.tgz
generated
tar: Archive value 72141 is out of uid_t range 0..65535
...
tar: Archive value 72141 is out of uid_t range 0..65535
tar: Error exit delayed from previous errors
also, tried gunzipping it, and then tar -x
I did read the page you suggested me to read, some people replied me some
tricks to better find on the web an answer but still I found just more
questions with the same problem I have with no one to reply for a solution.
I think I did my job.
I still think that my installation is quite "normal" a
/ "Robinow, David" <[EMAIL PROTECTED]> wrote:
| I get similar results. However, the stripped versions are the same size.
| Apparently the new compiler includes more debugging information. I haven't
| yet found any documentation describing this but I've barely looked.
But.. the new version wa
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 21, 2002 1:08 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: how do i simulate a null character from the keyboard?
> ctrl-z, by the way, used as the terminator by MSDOS
Ethan Mallove wrote:
>
> why is ctrl-d a logout command
>instead of NULL?
>
Because that's what ctrl-d is supposed to be for!
In the ASCII character code set, ctrl-d is defined as the EOT
signal, short for "End Of Transmission". So Unix (and
consequently Cygwin) were just following the publish
On Thu, Feb 21, 2002 at 12:02:48PM +0100, Martin Bene wrote:
> Any idea why this isn't working?
>
I had that problem too and worked around it by using the -W option
to rsync (transfer whole files, instead of patches). That seems to
work around the problem (if indeed there is a problem).
--
Ry
- Original Message -
From: "Martin Nilsson (ERV)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 21, 2002 07:02
Subject: Problems using tcsh as default shell
> I have a problem with tcsh when using it as the default shell for cygwin.
I have replaced the bash command
> Would you mind to run your test application which you've send
> to Chris on one of your 98/Me machines under strace and send
> the strace output to this list?
Here it is.
Piotr Stepien
strace.zip
Description: Zip compressed data
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-
Hello,
I have been using shell scripts under cygwin a while ago with out any
problem.
Today I wanted to use one script again, but an error occured. I alreaded
installed
the most recent cygwin-files. It did not really help me. Using a
different PC braught
a very simmilar result.
The script is usin
I get similar results. However, the stripped versions are the same size.
Apparently the new compiler includes more debugging information. I haven't
yet found any documentation describing this but I've barely looked.
> -Original Message-
> From: Sturm Volker [mailto:[EMAIL PROTECTED]]
Pavel Tsekov wrote:
> Hello Jan,
>
> Thursday, February 21, 2002, 2:50:36 PM, you wrote:
>
> VJvd> A fresh installation of the latest cygwin results in no home directory. One
> VJvd> enters in /usr/bin/.
>
> This problem is not new and it's already fixed in CVS sources. It's
> specific to Win
On Thu, Feb 21, 2002 at 10:37:57AM -0500, Paul McFerrin wrote:
>I'm not sure just where the CD is coming into place here. Are you
>considering creating a CD to contain a runable snapshot of cygwin so you
>don't have to install cygwin on a particular PC? If the answer is yes,
>then my answer is y
I'm not sure just where the CD is coming into place here. Are you
considering creating a CD to contain a runable snapshot of cygwin so you
don't have to install cygwin on a particular PC? If the answer is yes,
then my answer is yes it can be done. I've done it with B20 and hope to
do it again w
On Thu, Feb 21, 2002 at 07:19:51AM -0600, Glenn Rice wrote:
>I am trying to install ORBit. I followed a tip I got at
>http://www.geocities.co.jp/SiliconValley/1596/en/cygwin.html
>It said to run make with skipping the test directory.
>How do I do this?
Why don't you ask the owner of this page?
Glenn,
2002-02-21 16:26:41, du schriebst:
> I already have the 'popt' which comes with the net release of cygwin
> installed. So if I want to use this do I just remove 'popt' from the line
> SUBDIRS = popt libIDL src test
> as well?
I guess it isn't that easy, there are some references in on
On Thu, Feb 21, 2002 at 04:06:39PM +0100, [EMAIL PROTECTED] wrote:
>
> > Right - cygwin doesnt support files larger than 2 gigs.
> >
>
> it would be nice to have this documented (at least in the FAQ)
> I couldnt find it there (I did search both for "largefile" and "tar").
>
> I am also told th
At 05:16 AM 2/21/2002, John Segrave \(x3254\) wrote:
>Larry,
>
>Thanks for your reply.
>
> >> It would be handy if I could pin the slowdown to a specific
> >> version of make, but I can't find any cygwin install packages
> >> for any version other than 3.79.1-5. Is there an archive
> >> anywhere
At 03:20 AM 2/21/2002, Jorge Goncalvez wrote:
>Hi, i use and enjoy Cygwin in multiple windows platforms to run a linux
>application on windows.
>But i have a lot of times not enough space to install cygwin in the hard disk of
>my Pc's.
>I would make a cygwin CD with all the cygwin arborescence a
On Thu, Feb 21, 2002 at 12:24:54PM +0100, Piotr Stepien wrote:
> > Does it fail on *all* versions of 9x/Me? I'm testing on XP currently.
> > However, it's probably important to know that it *will* always fail
> > on all flavours of 95 since 95 doesn't support the CancelIO() call
> > which is used
> On Wed, Feb 20, 2002 at 06:26:17PM -0600, Jonathan Hayward wrote:
> > I posted an apparent bug report about gcc/Cygwin 1.3.9 aborting on
> > function prototypes that worked flawlessly under gcc/RH. I tried to
> > write a descriptive statement and included cygcheck output. It was
> > posted abo
I already have the 'popt' which comes with the net release of cygwin
installed. So if I want to use this do I just remove 'popt' from the line
SUBDIRS = popt libIDL src test
as well?
At 03:52 PM 2/21/2002 +0100, you wrote:
> Glenn,
>
>2002-02-21 15:00:19, du schriebst:
>
> > I am trying to inst
Title: RE: tar 1.13.19-1: extraction of a .tar.gz file with -xvz ends with "tar: Archive value 4178575360 is out of off_t range 0..2147483647"
> Right - cygwin doesnt support files larger than 2 gigs.
>
it would be nice to have this documented (at least in the FAQ)
I couldnt find it ther
Hello
I have a problem with tcsh when using it as the default shell for cygwin. I have
replaced the bash command line in cygwin.bat with tcsh -l and now my cygwin.bat have
the following content:
@echo off
C:
cd \cygwin\bin
tcsh -l
tcsh does not seem to have any problem reading my startup
Glenn,
2002-02-21 15:00:19, du schriebst:
> I am trying to install ORBit. I followed a tip I got at
> http://www.geocities.co.jp/SiliconValley/1596/en/cygwin.html
> It said to run make with skipping the test directory.
> How do I do this?
> Thank you,
> Glenn Rice
After configure you should
Hello Pavel,
thanks a lot!
Sorry for the noise I've made,
Jan van der Vorst
> --
> From: Pavel Tsekov[SMTP:[EMAIL PROTECTED]]
> Reply To: Pavel Tsekov
> Sent: Thursday 21 February 2002 15:18
> To: Vorst, Jan van der
> Subject: Re: No home directory on fresh se
Hello Peter,
Thursday, February 21, 2002, 3:06:58 PM, you wrote:
PFhd> Return-Path: <[EMAIL PROTECTED]>
PFhd> Delivered-To: [EMAIL PROTECTED]
PFhd> Received: (qmail 26332 invoked by alias); 21 Feb 2002 15:12:28 -
PFhd> Delivered-To: [EMAIL PROTECTED]
PFhd> Received: (qmail 26323 invoked by u
Hello Jan,
Thursday, February 21, 2002, 2:50:36 PM, you wrote:
VJvd> A fresh installation of the latest cygwin results in no home directory. One
VJvd> enters in /usr/bin/.
This problem is not new and it's already fixed in CVS sources. It's
specific to Win9x/ME installations only.
For more det
Title: tar 1.13.19-1: extraction of a .tar.gz file with -xvz ends with "tar: Archive value 4178575360 is out of off_t range 0..2147483647"
Hi,
I got a gzipped tar file that was created on a Solaris machine that contains the backup of a larger database.
The file contains an item that is arou
> Hi,
> I tried out cygwin on win2k and i compiled gcc3.0.3 - apart from the
> prefix option - in the standard way. using the gcc 2.95 that came with
> cygwin and the 3.0.3 gave me a size of some compiled .exe of about 18 k
> with the old version and 35 k with the new version. the program i
> comp
Same report, including sygchecks
> --
> From: Vorst, Jan van der
> Sent: Thursday 21 February 2002 14:50
> To: '[EMAIL PROTECTED]'
> Subject: No home directory on fresh setup
>
> A fresh installation of the latest cygwin results in no home directory.
> One enters i
A fresh installation of the latest cygwin results in no home directory. One
enters in /usr/bin/.
I editted passwd to point to it /home/ and created the /home/
directory manually. This resulted in a correct login.
Then CVS however didn't work well anymore in that the administration
database was n
/ Pierre Muller <[EMAIL PROTECTED]> wrote:
|When I start the Cygwin bash shell
| with the Cygwin installed procedure
| the the SHELL env var is not exported.
This is a feature of newer versions of bash, was discussed here a
while ago.
/Andy
--
The eye of the beholder rests on the
I am trying to install ORBit. I followed a tip I got at
http://www.geocities.co.jp/SiliconValley/1596/en/cygwin.html
It said to run make with skipping the test directory.
How do I do this?
Thank you,
Glenn Rice
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:
Bug report + work around.
When calling a bash shell script interactively, it works fine.
When starting it through php (with 'exec') it gives this error:
fhandler_base::dup: dup(unknown disk file) failed, handle 2F8, Win32
error 6
The problem has been reported earlier (and diagnosed) in the cont
Hi, I have ported a Unix dhcpd server in WIndows NT thanks to Cygwin gcc and it
works good.I have made a dual boot on my pC WIndows Nt and WIn98 SE.
but It fails on Windows 98 SE.
My server never replies unless if i start it with the option -d (debug mode)so
with this option it works but i wnat
When I start the Cygwin bash shell
with the Cygwin installed procedure
the the SHELL env var is not exported.
(sh started from within bash,
or replacing bash in cygwin.bat,
does not even have a SHELL variable).
The simple program below
can check this:
<<<>>>
#include
int
main ()
{
char
> Does it fail on *all* versions of 9x/Me? I'm testing on XP currently.
> However, it's probably important to know that it *will* always fail
> on all flavours of 95 since 95 doesn't support the CancelIO() call
> which is used to perform signal handling in blocking socket read/write
> calls. In
Hi, I'm trying to backup data off a W2k Server (SP2) using rsync over ssh.
installation worked ok, copying just a small directury works as well.
When trying to copy a large directory tree, rsync starts just fine but stalls after a
few MBs. No error messages, just no further activity.
Versions
×𾴵Ŀͻ§£¬ÄúºÃ£¡
ʱ´´ÍøÂçÍÆ³öÐéÄâÖ÷»ú¡¢ÉÁËÙÓʾ֡¢ÓòÃû×¢²á¡¢ÖÇÄܽ¨Õ¾¡¢´úÀíÒ»ÌõÁú·þÎñ£¡ÎÒÃÇÌṩµÄÐéÄâÖ÷»úרҵ¡¢¿ìËÙ¡¢¿É¿¿£¬Ë«Ö¤ÈϿɣ¬¾ø¶Ô¿É¿¿£¬ÊʺϸüרҵµÄÄ㣡
×âÓÿռ䣬¿É»ñËÍÆóÒµÉÁËÙµç×ÓÓʾ֣¡
200M¿Õ¼ä=300Ôª/Ä꣬»ù±¾100MÍøÕ¾¿Õ¼ä+100MÓʼþ¿Õ¼ä £¡
450M¿Õ¼ä=600Ôª/Ä꣬ÔöÇ¿ÐÍ150MÍøÕ¾¿Õ¼ä+300MÓʼ
Larry,
Thanks for your reply.
>> It would be handy if I could pin the slowdown to a specific
>> version of make, but I can't find any cygwin install packages
>> for any version other than 3.79.1-5. Is there an archive
>> anywhere for old cygwin packages?
> My personal archive goes back to Jun
On Wed, Feb 20, 2002 at 06:26:17PM -0600, Jonathan Hayward wrote:
> I posted an apparent bug report about gcc/Cygwin 1.3.9 aborting on
> function prototypes that worked flawlessly under gcc/RH. I tried to
> write a descriptive statement and included cygcheck output. It was
> posted about a week ag
Hi,
just to get this straight.
Are you saying that I can't make C++ dll's in cygwin for use in 'normal'
Windows?
So, if I need to do that my only choice is MS Visual C++!
There's not even a native gcc for Windows?
Dan
-
Dan K. Kyhl
Advisory I/T Specialist
IBM Global
Hi, i use and enjoy Cygwin in multiple windows platforms to run a linux
application on windows.
But i have a lot of times not enough space to install cygwin in the hard disk of
my Pc's.
I would make a cygwin CD with all the cygwin arborescence and to store only conf
files in my hard disk.
I won
69 matches
Mail list logo