Dave Korn wrote:
I was pretty stunned to find d2u didn't have the same effect as tr -d. A
few seconds work in the debugger, however, made it clear.
Right inside conv.c, in the main convert (...) function, there's an
attempted optimisation. After opening the file for conversion, it reads a
ch
Igor Pechtchanski wrote:
See line 61 of the script -- it sets the MY_CFLAGS variable explicitly.
It's a shell script, not a Makefile, so environment settings don't
override variables that are set explicitly.
FWIW, the latest generic-build-script corrects this issue.
I plan to roll out a new versio
Folks,
what is the difference between vanilla mingw and the one shipped with
cygwin?
in particular, what is the difference between the gcc compiler flavors?
thx,
Hans
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Doc
Hi Igor,
this was something I did try out as well. However, the dll produced with
"-no-cygwin" was just as "bad" as before.
Then I recalled faintly reading some discussion a while back, that
"mingw-gcc != gcc -no-cygwin" (don't remember details, though).
For better or worse, I'm in business now!
The following mail could not be delivered.
Reason: Unable to deliver message to [EMAIL PROTECTED] (and other receipients in the
same domain). Please check if address is correct.
* End of message ***
--- Begin Message ---
Please confirm!
** Message from I
On Fri, Apr 02, 2004 at 08:27:32PM -0500, Mark Blackburn wrote:
>Brian Ford wrote:
>>On Mon, 29 Mar 2004, Mark Blackburn wrote:
>>>No it isn't. I recently tried my own build of cygwin:
>>>
>>Could you possibly build it with the attached patch and report the
>>strace output? Also, if you could sca
Brian Ford wrote:
On Mon, 29 Mar 2004, Mark Blackburn wrote:
No it isn't. I recently tried my own build of cygwin:
Could you possibly build it with the attached patch and report the strace
output? Also, if you could scan cygwin/winsup/cygwin/how-to-debug-cygwin.txt,
it will tell you how to get
On Thu, 1 Apr 2004, Peter A. Castro wrote:
> On Thu, 1 Apr 2004, Oliver Kiddle wrote:
>
> Warning: this is long!!
Well, this time it's short!! :)
> > "Peter A. Castro" wrote:
> > > > It is easy for us to add `#ifdef __CYGWIN__' around changes or #define
> > > > O_TEXT to zero on other systems so
FYI, there was no need for you to go to all this trouble. You could have
instead installed the "gcc-mingw" and "mingw-runtime" packages via
Cygwin's setup, and gotten the same functionality via "gcc -mno-cygwin".
As long as your DLL doesn't use any of Cygwin's POSIX features, you should
be fine w
Dear Group,
I'd like to follow up on this seemingly abandoned thread.
I just ran into the same problem as reported by Niklas.
Googling around brought me to the idea to try to use mingw's gcc flavour to
create the desired dll.
I just downloaded and uncompressed four of the mingw packages mentione
On Fri, 2 Apr 2004, Tim Hubberstey wrote:
> I would like to play around with MS Services for Unix
> 3.5 but I don't want to compromise my existing Cygwin
> installation. Is this possible?
>
> Thanks.
This may be possible as long as you're careful and don't let them know
about each other. This me
I would like to play around with MS Services for Unix
3.5 but I don't want to compromise my existing Cygwin
installation. Is this possible?
Thanks.
__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/
--
U
ATTENTION;Sir
NOTIFICATION OF BEQUEST .
This may sound surprising;but you are very lucky,this is sequel to your non response
of our earlier letter to you One-half of the Trustees and Executors to the Will of
late of Sir Engr.Willy Bubenik (ksm),I wish to notify you th
* Arifi Koseoglu (2004-04-02 23:23 +0100)
> I have a question regarding the use of UTF-8 in a cygwin-bash shell
> script under windows XP and 2000 (does the behavior differ between
> 2000 and XP ?).
>
> I have a bash script automatically generated with a Perl program,
> which is supposed to copy
All,
I noticed in the this version that I get the
following
error message
Warning: Lisp directory
`/usr/share/emacs/21.3.50/leim' does not exist.
I verified via shell that it does not exist.
I don't know if this has always been the case but the
version reported by emacs M-x version
GNU Emacs
On Sat, 3 Apr 2004, Arifi Koseoglu wrote:
> Hello everyone.
>
> I have a question regarding the use of UTF-8 in a cygwin-bash shell script
> under windows XP and 2000 (does the behavior differ between 2000 and XP ?).
>
> I have a bash script automatically generated with a Perl program, which is
>
Hello everyone.
I have a question regarding the use of UTF-8 in a cygwin-bash shell script
under windows XP and 2000 (does the behavior differ between 2000 and XP ?).
I have a bash script automatically generated with a Perl program, which is
supposed to copy files from one disk to another and at
For what it's worth, I tried it on XP and didn't care for the way it looked
on a dark background. I prefer the current one without color gradients.
As much as I'd like to honor CGF's preference for otters, I think that a
swan or a cygnet (def: young swan) would be more appropriate for CYGwin.
-
On Fri, 2 Apr 2004, Brian Ford wrote:
> Could you possibly build it with the attached patch and report the strace
> output? Also, if you could scan cygwin/winsup/cygwin/how-to-debug-cygwin.txt,
> it will tell you how to get a working gdb to debug this. The output of
> info dll would be interesti
On Mon, 29 Mar 2004, Mark Blackburn wrote:
> No it isn't. I recently tried my own build of cygwin:
>
Could you possibly build it with the attached patch and report the strace
output? Also, if you could scan cygwin/winsup/cygwin/how-to-debug-cygwin.txt,
it will tell you how to get a working gdb to
On Fri, 2 Apr 2004, Dave Korn wrote:
> Just trying to build the cygutils from the source distro, and I'm having a
> little trouble with the build script:
>
> -snip-
> conf() {
> (cd ${objdir} && \
> CFLAGS="${MY_CFLAGS}" ${srcdir}/configure \
> --srcdir=${srcdir} --prefix=${prefix}
On Fri, 2 Apr 2004, Alejandro Sánchez Acosta wrote:
> Hello,
>
> I need to install cygwin in some machines but I don't want to use a
> internet connection for that. I have tried to copy the ftp dir entries
> with the downloaded packages to the other computers and run setup.exe
> with a local insta
At 09:31 AM 4/2/2004, you wrote:
>I'm trying to build LilyPond.
>I get segmentation fault, but get no segfault when running in gdb.
>With strace I see the following:
>
> 144 20792388 [main] lilypond-bin 1000 seterrno_from_win_error:
>/netrel/src/cygwin-1.5.9-1/winsup/cygwin/cygheap.cc:219 windows
Bill Smargiassi <[EMAIL PROTECTED]> writes:
> The attached diff was generated against Cygwin's 2.0.3-2 package.
I submitted a similar diff twice back in November 2003 and January
2004.¹ I have yet to see it incorporated in a keychain version.
Footnotes:
¹ http://thread.gmane.org/gmane.os.cygwi
On Fri, 2 Apr 2004, Dave Korn wrote:
Hi Dave,
> > -Original Message-
> > From: cygwin-owner On Behalf Of Peter A. Castro
> > Sent: 01 April 2004 22:21
>
> > In system.h I've added a #define in the #ifdef
> > __CYGWIN__ section of:
> > #define ORO_TEXT | O_TEXT
> > And for the #else case
On Fri, 2 Apr 2004, Corinna Vinschen wrote:
> On Apr 1 15:11, Peter A. Castro wrote:
> > On Thu, 1 Apr 2004, Igor Pechtchanski wrote:
> > > I thought that that was what linking with automode.o did...
> >
> > Hmmm... I'm not sure it'll help. Doesn't automode open for read in text
> > mode but ope
> -Original Message-
> From: cygwin-owner On Behalf Of Dave Korn
> Sent: 02 April 2004 16:28
> [ Xposted to cygwin-apps because it's notionally a packaging
> issue. I only
> read the main cygwin list, so please cc any replies. TIA! ]
Ah. cygwin-apps is a subscriber-only list. D'oh
And here's why I was investigating cygutils. I found that d2u wasn't
working on a file of mine. Let me demonstrate:
---snip---
[EMAIL PROTECTED] /davek/d2utest> ls -la
total 3
drwxr-xr-x+ 2 dk Domain U0 Apr 2 16:41 .
drwx--+ 29 dk Domain U0 Apr 1
At 10:42 PM 4/1/2004, Bill Smargiassi wrote:
I noticed this with a recent Cygwin install. $HOME was set to my user dir
in C:\Documents and Settings. Several of the tests on $keydir and $pidf
were not quoted and the spaces in $HOME were causing "too many arguments"
errors. As a result, the agent
[ Xposted to cygwin-apps because it's notionally a packaging issue. I only
read the main cygwin list, so please cc any replies. TIA! ]
Just trying to build the cygutils from the source distro, and I'm having a
little trouble with the build script:
-snip-
conf() {
(cd ${objdir} &&
I'm trying to build LilyPond.
I get segmentation fault, but get no segfault when running in gdb.
With strace I see the following:
144 20792388 [main] lilypond-bin 1000 seterrno_from_win_error:
/netrel/src/cygwin-1.5.9-1/winsup/cygwin/cygheap.cc:219 windows error 487
321 20792709 [main] lilypon
> -Original Message-
> From: cygwin-owner On Behalf Of Peter A. Castro
> Sent: 01 April 2004 22:21
> In system.h I've added a #define in the #ifdef
> __CYGWIN__ section of:
> #define ORO_TEXT | O_TEXT
> And for the #else case:
> #define ORO_TEXT
>
> Then in code which needs it I have m
> -Original Message-
> From: Larry Hall
> Sent: 01 April 2004 22:35
> At 03:43 PM 4/1/2004, you wrote:
> >FYI. Problem solved!
Hooray!
> >I have a few questions.
> >
> >1. $HOMEDRIVE for me is on a network share is this
> >going to be a problem?
>
>
> Not if that's where you want
> -Original Message-
> From: cygwin-owner On Behalf Of Hannu E K Nevalainen
> Sent: 01 April 2004 19:54
> WRT Outlook (not Express) I've come so far that I can tell
> it has to be a
> redefinition of the "Message" form. Most likely by adding
> some VB code in
> the Open (or maybe Read)
> -Original Message-
> From: Igor Pechtchanski
> Sent: 31 March 2004 18:44
> PCYMTNQREAIYR -- LNFTSH. (I'm getting rather tired of typing
> in the whole
> "Please configure your mailer to not quote raw e-mail
> addresses in your
> replies" spiel -- perhaps I should add the above to th
Hello,
I need to install cygwin in some machines but I don't want to use a internet
connection for that. I have tried to copy the ftp dir entries with the
downloaded packages to the other computers and run setup.exe with a local
installation without any luck.
Anyway I would like to do a programme
36 matches
Mail list logo