PE Linker and/or runtime error when importing data from DLL (was RE: getopt: ugly linker messages) - hopefully solved.

2003-09-21 Thread Ivan Warren
My apologies.

I finally decided to look for myself in binutils.. And found a way to fix
the issue.

I proposed a patch to the binutils folks.

--Ivan


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: ssh login with [rd]sa key, permissions on keyfile problems

2003-09-21 Thread Fermin Sanchez
Hello Igor 

> Is your home directory on an SMB share?  If so, you may need 
> to add "smbntsec" to your CYGWIN environment variable.

Yes it is - so to speak. It's on a Windows Server 2003 Share, not on
Samba.

> Also, can you please post the output of "getfacl ~/.ssh" and 
> "getfacl ~/.ssh/id_rsa"?

Not a problem, here we go:

$ getfacl ~/.ssh
# file: //dcp1/users/fermin/.ssh
# owner: fermin
# group: Domain Users
user::rwx
group::r-x
other:r-x
mask:rwx

$ getfacl ~/.ssh/id_rsa
# file: //dcp1/users/fermin/.ssh/id_rsa
# owner: fermin
# group: Domain Users
user::rw-
group::r--
other:r--
mask:rwx


Regards
Fermin

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: ssh login with [rd]sa key, permissions on keyfile problems

2003-09-21 Thread Corinna Vinschen
On Sun, Sep 21, 2003 at 10:17:32AM +0200, Fermin Sanchez wrote:
> Hello Igor 
> 
> > Is your home directory on an SMB share?  If so, you may need 
> > to add "smbntsec" to your CYGWIN environment variable.
> 
> Yes it is - so to speak. It's on a Windows Server 2003 Share, not on
> Samba.

Does your CYGWIN env. variable contain "nontsec"?

Corinna

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

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: ssh login with [rd]sa key, permissions on keyfile problems

2003-09-21 Thread Fermin Sanchez
Hello Corinna 

> > > Is your home directory on an SMB share?  If so, you may 
> > > need to add "smbntsec" to your CYGWIN environment variable.
> > Yes it is - so to speak. It's on a Windows Server 2003 
> > Share, not on Samba.
> Does your CYGWIN env. variable contain "nontsec"?

No, it does not:

$ echo $CYGWIN
binmode ntsec tty


Is this the solution, "nontsec" instead of "ntsec"? My fault, then;
never took the time or thought it to be important enough to read about
the CYGWIN variable. I'll do this right now. Thanks for pointing me in
the right direction.


Regards
Fermin


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



[ANNOUNCEMENT] Updated: nasm-0.98.38-1

2003-09-21 Thread Dean Scarff
nasm-0.98.38-1 is now available for download.

BACKGROUND INFORMATION:
===
Many many developers all over the net respect NASM for what it is
- a widespread (thus netwide), portable (thus netwide!), very
flexible and mature assembler tool with support for many output
formats (thus netwide!!).

RELEASE NOTES:
==

Upstream news from the CHANGES file:


* Add Makefile for 16-bit DOS binaries under OpenWatcom, and modify
  mkdep.pl to be able to generate completely pathless dependencies, as
  required by OpenWatcom wmake (it supports path searches, but not
  explicit paths.)
* Fix the STR instruction.
* Fix the ELF output format, which was broken under certain
  circumstances due to the addition of stabs support.
* Quick-fix Borland format debug-info for -f obj
* Fix for %rep with no arguments (#560568)
* Fix concatenation of preprocessor function call  (#794686)
* Fix long label causes coredump (#677841)
* Use autoheader as well as autoconf to keep configure from generating
  ridiculously long command lines.
* Make sure that all of the formats which support debugging output
  actually will suppress debugging output when -g not specified.

Other notes:

* Docs are now in /usr/share for FHS compliancy.
* Linked with Cygwin 1.5.4-1.
* Added Charles Bilyue's coff patch.  This adds a new coff output format 
that will link properly with Cygwin.  Use it like:
nasm -f gnuwin32 mycoff.asm
gcc mycoff.o myc.c

As always, you should conduct an appropriate level of testing before using 
any new product in your production environment.

MAINTAINER:
===
Dean Scarff, announced 21 September, 2003

GENERIC INFORMATION:


INSTALLATION:
-
To update your installation, click on the "Install Cygwin now" link on the 
http://cygwin.com/ web page.  This downloads setup.exe to your system.  
Save it and run setup, answer the questions and pick up 'nasm' from the 
'Devel' category.

QUESTIONS:
--
If you want to make a point or ask a question concerning the package, the 
Cygwin mailing list is the appropriate place.

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
-
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]


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: [ANNOUNCEMENT] Updated: gcc 3.3.3-1, gcc-mingw-20030911-2

2003-09-21 Thread Andy Lindsay
In message <[EMAIL PROTECTED]>, Christopher Faylor 
<[EMAIL PROTECTED]> writes
I've moved all of the latest gcc stuff out of "test" and into "current".
This is the standard gcc 3.3.1 release from gcc.gnu.org + patches from
Danny Smith and (to a vastly lesser extent) me.  If you are interested
in checking these sources out of gcc's cvs repository, the branch tag is
cygming331.  But, please, no questions about where to go or how to do
that on the cygwin list.  Go to gcc.gnu.org for that kind of info.
Hi,

It looks to me as if you've moved gcc 3.3.1 but not gcc-mingw-20030911-2 
- the latter still appears to be marked as test.

Thanks,

--
Andy Lindsay
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: Using both gcc 3.2-3 and gcc 3.3-1

2003-09-21 Thread Christopher Faylor
On Sun, Sep 21, 2003 at 08:14:31AM +0300, Alex Vinokur wrote:
>"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>>So the default gcc compiler for cygwin is now gcc 3.3.1.  The 3.2
>>compiler is currently available as prev, but be advised that if you
>>want to keep this around, you should make a copy of the tar ball
>>somewhere since it will disappear when the next gcc update comes out.
>>I don't plan on making a gcc32 package available as I did for gcc2.
>>Not gonna happen.  Don't even mention it.

>I would like to use both gcc 3.2-3 and gcc 3.3-1.  Is it possible?
>What and how do I download and install?

The intent of the above paragraph was to convey the opposite of what
you apparently thought.  I am not interested in maintaining or helping
to maintain 3.2 and 3.3.1 on the same system.  You're welcome to do
whatever you want, but please don't expect *me* for help set things
up.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: [ANNOUNCEMENT] Updated: gcc 3.3.3-1, gcc-mingw-20030911-2

2003-09-21 Thread Christopher Faylor
On Sun, Sep 21, 2003 at 04:22:53PM +0100, Andy Lindsay wrote:
>It looks to me as if you've moved gcc 3.3.1 but not gcc-mingw-20030911-2 
>- the latter still appears to be marked as test.

Oops.  You're right.  Sorry about that.  It's fixed now but it will take
a while to get to mirrors.

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: CC1

2003-09-21 Thread Christopher Faylor
On Sun, Sep 21, 2003 at 12:34:24AM -0500, Robert McNulty Junior wrote:
>I had a problem solved by going into /etc/profile
>
>cc1 was needed by 3.3.1 gcc. The directory where cc1 resides
>(/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1 needed to be placed in the path, so I
>added that to my profile under path.

No, no it does not need to be in the path with this or any other gcc.

>HTH someone facing similar problems in the future.

Please disregard this advice.  If you have this problem, there is
something else going on.  I suspect it is as simple as the fact that I
forgot to take gcc-mingw out of test.  Upgrading to gcc-mingw-20030911-2
should solve any problems with gcc -mno-cygwin .

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: [ANNOUNCEMENT] Updated: gcc 3.3.3-1, gcc-mingw-20030911-2

2003-09-21 Thread Alex Vinokur

"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
[snip]
> To update your installation, click on the "Install Cygwin now" link on
> the http://cygwin.com/ web page.  This downloads setup.exe to your
> system.  Then, run setup, fill in all of the options, and make
> appropriate choices on the "Select Packages" screen.  You'll need to
> select the Devel category to see gcc and friends.
>
[snip]

Which packages does one have to select ?
* binutils,
* gcc,
* gcc-mingw
Something else?

   =
   Alex Vinokur
 mailto:[EMAIL PROTECTED]
 http://mathforum.org/library/view/10978.html
   =




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



checking for shmat in -lipc... no

2003-09-21 Thread Frédéric L. W. Meunier
While running configure for IceWM (I don't think it's a
question for cygwin-xfree) I noticed the following:

checking for shmat... no
checking for shmat in -lipc... no

The second test returned yes when I created libipc.a and
libipc.dll.a symlinks.

What's the right procedure for this test, which should be
present in other packages ? Ignore ? Create symlinks ? Change
configure.in ?

-- 
How to contact me - http://www.pervalidus.net/contact.html

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



help me

2003-09-21 Thread Habib Ndadouh
   Hello 
how are u? i am fine when i have a cygwin instaled in my (ordinador),and i have 
just one problim is i can't conect to internet under cygwin? plaese can u help me?  
thanks 
-- 
__
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



[update] base-files (was: RE: /etc/profile - futile try to predict order of execution)

2003-09-21 Thread John Morrison
> Subject: RE: /etc/profile - futile try to predict order of execution

AFAIK /etc/profile *never* tried to predict/guarentee order of
execution.  If packages made an assumption, well you know the
saying.

> -   `/bin/find /etc/profile.d -iname '*.sh' -type f`
> +   `/bin/find /etc/profile.d -iname '*.sh' -type f | sort`

Fixed.

Please upload 2.6-1

J.



426b60728ae5061ab9e8e20212ef6fc6


9b2695ab19b83cc2eb27e346801a114c



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: help me

2003-09-21 Thread Martin Gainty
Now that we got the courtesies out of the way..

What do you mean by cannot connect to Internet?
Cannot load TCP/IP Stack?
Cannot dial out?
Cannot configure Browser to use Ethernet to go to DSL/CableModem?
Please be more specific.

-M

- Original Message - 
From: "Habib Ndadouh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 21, 2003 5:10 PM
Subject: help me


>Hello
> how are u? i am fine when i have a cygwin instaled in my
(ordinador),and i have just one problim is i can't conect to internet under
cygwin? plaese can u help me?  thanks
> -- 
> __
> http://www.linuxmail.org/
> Now with e-mail forwarding for only US$5.95/yr
>
> Powered by Outblaze
>
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
>
>

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



mutt and 8 bit characters

2003-09-21 Thread Tony Arnold
I've seen references to this problem in the mailing list archives, but not a
suggestion for a work around or hint of a fix being on its way. The problem
is that if I try to reply to a message with 8 bit characters (e.g., UK
currency symbol, accented characters) then mutt crashes with a message about
BUGGY_ICONV.

The exact error message is:

Including quoted message...assertion "errno == E2BIG || (BUGGY_ICONV &&
(errno == EILSEQ || errno == ENOENT))" failed: file
"../mutt-1.4-1/sendlib.c", line 743
   Aborted
(core dumped)

I'm running on XP Professional with all the latest versiosn of Cygwin
packages.

Has anyone had a chance to investigate this problem? Are there any settings
in muttrc or anywhere else that might allow me to work around the problem?

Any help or suggestions much appreciated. Please cc me on any replies as I
am not on the mailing list.

Regards,
Tony.
-- 
Tony Arnold, Deputy to the Head of COS Division, Manchester Computing,
University of Manchester, Oxford Road, Manchester M13 9PL.
T: +44 (0)161 275 6093, F: +44 (0)870 136 1004, M: +44 (0)773 330 0039
E-mail: [EMAIL PROTECTED], Home: http://www.man.ac.uk/Tony.Arnold

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



SUGGESTION wrt preremove / postinstall / preinstall (RE: [FAQ] Packages reported as "Incomplete" by "cygcheck -c")

2003-09-21 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Igor Pechtchanski
> Sent: Monday, September 15, 2003 7:18 PM


> Q: Why are "apache" and "mod_*" packages reported as "Incomplete"?
> A: The "apache" and "mod_*" packages use a postinstall script that renames
>an originally installed directory.  Therefore, that directory is not
>found by "cygcheck -c".  Suggestions on how to deal with this are
>welcome (patches doubly so ;-)).

Suggestion:
  post/preinstall scripts that MOVE or RENAME files must "retain the
filename"
i.e.

$ mv prev-name new-name
$ ln -s prev-name new-name

  preremove script:

$ rm prev-name
$ rm new-name

Would this work?
Could at least be a "interrim solution", don't you think?

Is it possible to list (add) a filename in the archive in some way? (HOW?)

/Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E
-- UTC+01, DST -> UTC+02  --
--END OF MESSAGE--


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



thanks for answer

2003-09-21 Thread Habib Ndadouh
  ok man i don't know how i do for load tcp/ip stack?and where i do that? and 
where i can configure Browser to use Ethernet to go CableModem? because i am new user 
and sorry because my inglish isn't good :) thanks very mucha for your help 
-- 
__
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: thanks for answer

2003-09-21 Thread Igor Pechtchanski
On Mon, 22 Sep 2003, Habib Ndadouh wrote:

>   ok man i don't know how i do for load tcp/ip stack?and where i
> do that? and where i can configure Browser to use Ethernet to go
> CableModem? because i am new user and sorry because my inglish isn't
> good :) thanks very mucha for your help

Please don't change the subject of every message, especially since your
mailer doesn't provide threading information.  You should also make an
attempt to quote the relevant parts of the message you're replying to.

If you're looking for general help in configuring Windows, this is not the
place to get it.  Try a Windows forum.

If you want to use some Cygwin program to connect to the internet
(whatever that means), please provide more details on what you're trying
to do.  If you had internet connectivity but lost it after installing
Cygwin, please provide the exact symptoms of the problem.  Reading all of
 might be of help, as well as following
the "smart questions" link and reading all of that.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: SUGGESTION wrt preremove / postinstall / preinstall (RE: [FAQ] Packages reported as "Incomplete" by "cygcheck -c")

2003-09-21 Thread Igor Pechtchanski
On Mon, 22 Sep 2003, Hannu E K Nevalainen (garbage mail) wrote:

> > From: Igor Pechtchanski
> > Sent: Monday, September 15, 2003 7:18 PM
>
> 
> > Q: Why are "apache" and "mod_*" packages reported as "Incomplete"?
> > A: The "apache" and "mod_*" packages use a postinstall script that renames
> >an originally installed directory.  Therefore, that directory is not
> >found by "cygcheck -c".  Suggestions on how to deal with this are
> >welcome (patches doubly so ;-)).
>
> Suggestion:
>   post/preinstall scripts that MOVE or RENAME files must "retain the
> filename"
> i.e.
>
> $ mv prev-name new-name
> $ ln -s prev-name new-name
>
>   preremove script:
>
> $ rm prev-name
> $ rm new-name
>
> Would this work?
> Could at least be a "interrim solution", don't you think?
>
> Is it possible to list (add) a filename in the archive in some way? (HOW?)
>
> /Hannu E K Nevalainen

Most postinstall scripts accomplish exactly that by copying the files
instead of moving them.  I don't see that this is too practical in the
case of apache, as this is a whole deeply nested directory -- I'm guessing
the "mv" is an optimization.

The "right" solution, IMO, would be to somehow mark the affected files as
"movable by postinstall scripts", so that cygcheck doesn't attempt to
locate them.  One way to do this is to designate a directory in the Cygwin
FHS for "scratch files", and have cygcheck not check any files or
directories installed into that tree.

Some solutions specifically for apache (considering that it provides a
default www tree) might be to distribute the tree separately, in a helper
package (kind of like tetex-* do with the texmf tree), or to package the
tree as a .tar file and untar it in the postinstall script (and keep the
tar file around).  The mod_* postinstall scripts should simply keep the
original (unrebased) DLLs around.
Igor
P.S. I'm not sure I understand the last question.
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: mutt and 8 bit characters

2003-09-21 Thread David A. Case
On Sun, Sep 21, 2003, Tony Arnold wrote:

> I've seen references to this problem in the mailing list archives, but not a
> suggestion for a work around or hint of a fix being on its way. The problem
> is that if I try to reply to a message with 8 bit characters (e.g., UK
> currency symbol, accented characters) then mutt crashes with a message about
> BUGGY_ICONV.
> 

I know of two workarounds: (1) revert to version 1.8xx of libiconv; (2)
grab the mutt sources and re-compile/re-link against the current version of 
libiconv.

Path (2) has worked for me; I used path (1) for a while, but it is likely that
other things that depend upon libiconv would become broken, so this is likely
to be a less-good solution.

..good luck...dac


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: mutt and 8 bit characters

2003-09-21 Thread David Breach
On Sun, Sep 21, 2003 at 10:54:12PM +0100, Tony Arnold wrote:
> The problem is that if I try to reply to a message with 8 bit
> characters (e.g., UK currency symbol, accented characters) then mutt
> crashes with a message about BUGGY_ICONV.

> Has anyone had a chance to investigate this problem? Are there any settings
> in muttrc or anywhere else that might allow me to work around the problem?

I had the same thing with Mutt 1.4i - upgrading to 1.5.4 fixed it, and
Mutt is now working perfectly again ;-)

-- 
David
mailto:[EMAIL PROTECTED]

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Updated: gcc 3.3.3-1, gcc-mingw-20030911-2

2003-09-21 Thread Constantine
On 2003-09-20 19:46, Christopher Faylor wrote:

I've moved all of the latest gcc stuff out of "test" and into "current".
This is the standard gcc 3.3.1 release from gcc.gnu.org + patches from
Danny Smith and (to a vastly lesser extent) me.  If you are interested
in checking these sources out of gcc's cvs repository, the branch tag is
cygming331.  But, please, no questions about where to go or how to do
that on the cygwin list.  Go to gcc.gnu.org for that kind of info.
So the default gcc compiler for cygwin is now gcc 3.3.1.  The 3.2
compiler is currently available as prev, but be advised that if you want
to keep this around, you should make a copy of the tar ball somewhere
since it will disappear when the next gcc update comes out.  I don't
plan on making a gcc32 package available as I did for gcc2.  Not gonna
happen.  Don't even mention it.
...
 

Hello,

You seem to have made a mistake in the subject line, stating about gcc 
version 3.3.3-1, but no such version exists. It is very confusing, and I 
believe that everyone will be very happy if you would send a message to 
the list explaining the problem with a typo. :-) I was just looking at 
the subject line, and I was very confused. :-)
I am very sorry, if I am not the first one to mention it. :-)

Cheers,
Constantine.
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: fault in rxvt tail -f remains after upgrade ...

2003-09-21 Thread Alexander Osipenko
This SegFault remains after upgrade to cygwin 1.5.5-1, rxvt 2.7.10-3, bash 2.05b-15.


"Alexander Osipenko" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> running bash  (all versions) under rxvt with command
>
> rxvt -e /bin/bash -l -i
>
> Executing commands:
>
> $ while true; do date >>somefile.log; sleep 3; done &
> # ok, any real program that writes a log, may be win app or in other shell session
> $ tail -f somefile.log
>
> Interrupting with CTRL-C after second printed chunk gives exception box:
>
> Application Error:
> The instruction at "0x6107b558" referenced memory at "0x".
> The memory could not be "read".
>
> Moreover, `logout',  `exit' and ^D does not terminate or wait for started background
job.
>
> Host OS:   XP(SP1)
> bash  any version
> rxvt2.7.10.3, 2.7.10.2
> textutils 2.0.21-1
>
> Exception does not appear under Win2000
>
>
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
>
>


begin 666 cygcheck-svh.txt
M#0I#>6=W:[EMAIL PROTECTED]@0V]N9FEG=7)A=&EO;B!$:6%G;F]S=&EC%QU7-T96TS,@T*"6,Z7%=)3D1/
M5U,-"@EC.EQ724Y$3U=37'-Y'EG96Y<8FEN#0H)8SI<9&M<1W)A<&AV:7I<8FEN#0H)8SI<=7A<=7-R
[EMAIL PROTECTED],5(V7&)I;@T*"6,Z7&1K7&ID:S$N-"XR7&)I;@T*"6,Z7&1K7&ID:S$N
M-"XR7&IR95QB:6X-"@EC.EQH;VUE7'-I<%QB:6X-"@T*3W5T<'5T(&9R;VT@
M8SI<=7A<8FEN7&ED+F5X92 H;F]N='-E8RD-"E5)1#H@,3 P,RAS:7 I($=)
[EMAIL PROTECTED])S*0T*-30U*%5S97)S*0T*#0I/[EMAIL PROTECTED])O;2!C.EQU
M>%QB:6Y<:60N97AE("AN='-E8RD-"E5)1#H@,3 P,RAS:7 I($=)[EMAIL PROTECTED]
M*%5S97)S*0T*-3$S*$YO;F4I(" @(" @(" @(" @(" @(" @-30T*$%D;6EN
M:7-T6]U'!M)PT*0T]-34].4%)/1U)!349)3$53([EMAIL PROTECTED],Z
M7%!R;[EMAIL PROTECTED]<0V]M;6]N($9I;&5S)PT*0T]-4%5415).04U%(#T@
M8$%325 G#0I#3TU34$5#([EMAIL PROTECTED],Z7%=)3D1/5U-<[EMAIL PROTECTED])PT*4%)/0T534T]27TE$14Y4
M249)15(@/2!@>[EMAIL PROTECTED]($9A;6EL>2 Q-2!-;V1E;" R(%-T97!P:6YG(#DL($=E
M;G5I;F5);G1E;"<-"E!23T-%4U-/4E],159%3" ](& Q-2<-"E!23T-%4U-/
M4E]2159)4TE/3B ](& P,C Y)PT*4%)/1U)!349)3$53([EMAIL PROTECTED],Z7%!R;V=R
[EMAIL PROTECTED],G#0I04S$@/[EMAIL PROTECTED]<95TP.UQW7&%<95LS,CLQ;5Q=)"!<6UQE
M6S!M7%TG#0I315-324].3D%-12 ](&!#;VYS;VQE)PT*4TA,5DP@/2!@,2<-
M"E-94U1%3412259%([EMAIL PROTECTED],Z)PT*4UE35$5-4D]/5" ](&!#.EQ724Y$3U=3
M)PT*5$5-4" ](&!C.EQV87)<=&5M<"<-"E1%4DT@/2!@>'1EF4@("!&7!E+2 @+49L86=S+0T*8SI<=7@@(" @(" O
M(" @(" @(" @7-T96T@(&)I;FUO9&4-"F,Z7&AO;64@(" @+VAO;64@(" @('-Y%QL:6(@("]U7-T96T@(&)I;FUO9&4-"BX@
M(" @(" @(" @+V1S:R @(" @('-Y6=D%QB:6Y<87=K+F5X
M90T*1F]U;F0Z(&,Z7'5X7&)I;EQB87-H+F5X90T*1F]U;F0Z(&,Z7'5X7&)I
M;EQC870N97AE#0I&;[EMAIL PROTECTED]<=7A<8FEN7&-P+F5X90T*1F]U;F0Z(&,Z
M7'5X7&)I;EQC<' N97AE#0I&;[EMAIL PROTECTED]<=7A<8FEN7&9I;F0N97AE#0I&
M;[EMAIL PROTECTED]<=7A<8FEN7&=C8RYE>&4-"D9O=6YD.B!C.EQU>%QB:6Y<9V1B
M+F5X90T*1F]U;F0Z(&,Z7'5X7&)I;EQG&4-"D9O=6YD.B!C.EQU>%QB:6Y<;',N97AE#0I&;W5N9#H@
M8SI<=7A<8FEN7&UA:V4N97AE#0I&;[EMAIL PROTECTED]<=7A<8FEN7&UV+F5X90T*
M1F]U;F0Z(&,Z7'5X7&)I;EQR;2YE>&4-"D9O=6YD.B!C.EQU>%QB:6Y<&4-"D9O=6YD.B!C.EQU>%QB
M:6Y<=&%R+F5X90T*#0I,;V]K:6YG(&9O6=B>C(M,2YD;&PB('8P+C @
M=',],C P,R\X+SD@,3 Z,S4-"B @(#$T:R R,# S+S X+S$P(&,Z7'5X7&)I
M;EQC>6=C:&%R6=C7!T;RTP+CDN-RYD;&PB('8P+C @
M=',],C P,R\X+S$Q(#$R.C4X#0H@(#8T-6L@,C P,R\P-"\Q,2!C.EQU>%QB
M:6Y<8WEG8W)Y<'1O+F1L;" M(&]S/30N,"!I;6<],2XP('-Y6=C7,]-"XP#0H@(" @(" @(" @
M(" @(" @(" B8WEG8W5R;"TR+F1L;"(@=C N,"!T%QB:6Y<8WEG8WEG:7!C+3(N9&QL
M("T@;W,]-"XP(&EM9STQ+C @7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG9&(M
M,RXQ+F1L;"(@=C N,"!T6=D8E]C>'@M,RXQ+F1L;" M(&]S/30N,"!I
M;6<],2XP('-Y6=D8E]C>'@M
M,RXQ+F1L;"(@=C N,"!T6=E>'!A="TP+F1L;" M(&]S/30N,"!I;6<]
M,2XP('-Y6=E>'!A="TP+F1L
M;"(@=C N,"!T6=F;W)M-2YD;&PB('8P+C @=',]
M,C P,2\T+S(U(#DZ,[EMAIL PROTECTED]"B @(#,U:R R,# R+S Q+S Y(&,Z7'5X7&)I;EQC
M>6=F;W)M-BYD;&[EMAIL PROTECTED]7,]-"XP#0H@(" @(" @
M(" @(" @(" @(" B8WEG9F]R;38N9&QL(B!V,"XP('1S/3(P,#(O,2\Y(#DZ
M,#,-"B @(#0X:R R,# S+S X+S Y(&,Z7'5X7&)I;EQC>6=F;W)M-RYD;&P@
M+2!O7,]-"XP#0H@(" @(" @(" @(" @(" @(" B
M8WEG9F]R;3%QB:6Y<8WEG9V1B;2TS+F1L;" M(&]S/30N,"!I
M;6<],2XP('-Y6=G9&)M+3,N
M9&QL(B!V,"XP('1S/3(P,#,O-R\R," Q,3HU. T*(" @,S!K(#(P,#,O,[EMAIL PROTECTED]
M,[EMAIL PROTECTED]<=7A<8FEN7&-Y9V=D8FTM-"YD;&[EMAIL PROTECTED]7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG9V1B;2TT+F1L;"(@=C N
M,"!T%QB:6Y<8WEG9V1B;5]C
M;VUP870M,RYD;&[EMAIL PROTECTED]7,]-"XP#0H@(" @(" @
M(" @(" @(" @(" B8WEG9V1B;5]C;VUP870M,RYD;&PB('8P+C @=',],C P
M,R\W+S(P(#$R.C P#0H@(" Q-6L@,C P,R\P."\Q,2!C.EQU>%QB:6Y<8WEG
M9V1B;5]C;VUP870M-"YD;&[EMAIL PROTECTED]7,]-"XP#0H@
M(" @(" @(" @(" @(" @(" B8WEG9V1B;5]C;VUP870M-"YD;&PB('8P+C @
M=',],C P,R\X+S$Q(#8Z,3,-"B @(#8Y:R R,# S+S X+S$P(&,Z7'5X7&)I
M;EQC>6=G971T97AT;&EB+3 M,3(M,2YD;&[EMAIL PROTECTED]7,]-"XP#0H@(" @(" @(" @(" @(" @(" B8WEG9V5T=&5X=&QI8BTP+3$R
M+3$N9&QL(B!V,"XP('1S/3(P,#,O."\Q,2 R.C$P#0H@(" Q,FL@,C P,R\P
M."\Q,"!C.EQU>%QB:6Y<8WEG9V5T=&5X='!O+3 N9&QL("T@;W,]-"XP(&EM
M9STQ+C @'1P
M;RTP+F1L;"(@=C N,"!T'1S6=G
M971T97AT6=H:7-T;W

[ANNOUNCEMENT] New Package: db-4.1.25-1

2003-09-21 Thread Gerrit P. Haase

This is the initial release of The Sleepycat Berkeley DataBase v4

Canonical homepage: http://www.sleepycat.com/

The package is split into three parts:
1. db contains the documentation.
2. libdb4.1 contains the runtime libraries.
3. libdb4.1-devel contains import libraries and headers as well as the
   utility executables (db_dump, db_load, ...).

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Save it and run setup, answer the questions and pick up
'db', 'libdb4.1-devel' or 'libdb4.1' from the 'Database' category,
click on the 'skip' field next to 'db', 'libdb4.1-devel' or
'libdb4.1' until '4.1.25-1' is displayed.

Different versions of DB may be installed at the same time using
setup.exe, however the symlinks needed to link against libdb will be
removed by the postinstall script and the last installed libdb-devel
package will be the one found by the linker when using -ldb on the
link line.


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.

These mirrors already got the package, the others will probably have 
the latest version of this package fairly soon:

In the US, 
ftp://planetmirror.com/pub/cygwin/ and
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/ 
are reliable high bandwidth connection.


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


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
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]


Gerrit P. Haase
-- 
=^..^=


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



[ANNOUNCEMENT] Recent gcc announcement is for gcc *3.3.1-1*

2003-09-21 Thread Christopher Faylor
Apparently a recent typo in my announcement email caused extensive
confusion for some people.

The version listed in the subject of this message is the correct one.
There is no gcc 3.3.3-1.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: checking for shmat in -lipc... no

2003-09-21 Thread Charles Wilson
Frédéric L. W. Meunier wrote:
While running configure for IceWM (I don't think it's a
question for cygwin-xfree) I noticed the following:
checking for shmat... no
checking for shmat in -lipc... no
The second test returned yes when I created libipc.a and
libipc.dll.a symlinks.
What's the right procedure for this test, which should be
present in other packages ? Ignore ? Create symlinks ? Change
configure.in ?
Honestly, there is no "right thing" here.  As you know, currently on 
cygwin IPC services are provided by the cygipc package (-lcygipc) which 
has only recently been added to the official distribution -- although 
the library has been around for years.

Long term, we'd like to complete the cygwin server, which will be an 
intrinsic part of the cygwin kernel, and not an add on package.  So I 
hesitate to suggest "use -lcygipc" or recommend that upstream packages 
be modified to suit cygipc...because hopefully, eventually, cygipc will 
go away and the native kernel (+cygserver) will handle all of this.

So, I'd say just do what works (symlinks?  fine...) and wait for "the 
real IPC server" to come along.

Or help make cygserver a reality sooner.

--
Chuck
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: SUGGESTION wrt preremove / postinstall / preinstall (RE: [FAQ] Packages reported as "Incomplete" by "cygcheck -c")

2003-09-21 Thread Robert Collins
In general, setup needs to be taught about classes of files:
configuration files vs image files vs data and script files.

Once that general concept is in place, we can:
* support rpm and dpkg formats more effectively
* add classes for things like apache
* be smarter about rebasing 

etc etc etc


Rob

-- 
GPG key available at: .


signature.asc
Description: This is a digitally signed message part


Retrieve in the "New" column in the chooser

2003-09-21 Thread Alex Vinokur
What does the "Retrieve" option (in the "New" column in the chooser) do?

   =
   Alex Vinokur
 mailto:[EMAIL PROTECTED]
 http://mathforum.org/library/view/10978.html
   =





--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Downloading one or two packages and settings in the chooser

2003-09-21 Thread Alex Vinokur
The chooser's default settings propose to download many packages.
To download only one or two packages one should turn _all_ irrelevant packages to 
"Skip".
Is it possible avoid turning those packages to "Skip"?
In other words, to set only relevant packages.

   =
   Alex Vinokur
 mailto:[EMAIL PROTECTED]
 http://mathforum.org/library/view/10978.html
   =




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Retrieve in the "New" column in the chooser

2003-09-21 Thread Igor Pechtchanski
On Mon, 22 Sep 2003, Alex Vinokur wrote:

> What does the "Retrieve" option (in the "New" column in the chooser) do?
>Alex Vinokur

It lets you re-download the package tarball even though you should already
have it on the system.  This option is only available when "Download from
Internet" is selected in setup.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Downloading one or two packages and settings in the chooser

2003-09-21 Thread Igor Pechtchanski
On Mon, 22 Sep 2003, Alex Vinokur wrote:

> The chooser's default settings propose to download many packages.
> To download only one or two packages one should turn _all_ irrelevant packages to 
> "Skip".
> Is it possible avoid turning those packages to "Skip"?
> In other words, to set only relevant packages.
>Alex Vinokur

If I understand your question correctly, you should first switch to the
"Keep" view, and then select the packages you want.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



gcc version 3.3.1 (cygming special)

2003-09-21 Thread Alex Vinokur
$ gcc -v
[snip]
gcc version 3.3.1 (cygming special)// More preferably 'cygwin', not 'cygming'

   =
   Alex Vinokur
 mailto:[EMAIL PROTECTED]
 http://mathforum.org/library/view/10978.html
   =







--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: gcc version 3.3.1 (cygming special)

2003-09-21 Thread Igor Pechtchanski
On Mon, 22 Sep 2003, Alex Vinokur wrote:

> $ gcc -v
> [snip]
> gcc version 3.3.1 (cygming special)// More preferably 'cygwin', not 'cygming'

This may actually be correct.  "Cygming" = "Cygwin" + "MinGW".  gcc does
both, you know...
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/