public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* please remove this bouncing address from cygwin@
@ 2008-11-24 19:26 Brian Dessent
  2008-11-24 19:57 ` Christopher Faylor
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Dessent @ 2008-11-24 19:26 UTC (permalink / raw)
  To: overseers

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]


Every message sent to the cygwin@ list gets the attached bounce from
this person's totally broken MTA which appears to be sending DSNs to the
header-FROM instead of the envelope-FROM.

Brian

[-- Attachment #2: Type: message/rfc822, Size: 4779 bytes --]

From: MAILER-DAEMON@mail.philonline.com
To: brian@dessent.net
Subject: failure notice
Date: 24 Nov 2008 18:57:52 -0000
Message-ID: <md5:DA297F2062CAABE2C493D7EACCC4DBCF>

Hi. This is the qmail-send program at mail.philonline.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<rsgumban@mail.philonline.com>:
This account is inactive.

--- Below this line is a copy of the message.

Return-Path: <brian@dessent.net>
Received: (qmail 1165 invoked by alias); 24 Nov 2008 18:57:52 -0000
Delivered-To: alias-rsgumban@mail0.mindgate.net
Received: (qmail 1161 invoked from network); 24 Nov 2008 18:57:52 -0000
Received: from unknown (HELO smtp01.philonline.com) (10.5.0.11)
  by core with SMTP; 24 Nov 2008 18:57:52 -0000
Received: from (128.121.225.115) by smtp01.philonline.com (INTIGRIX AnyMail r1.1) with ESMTP; Tue, 25 Nov 2008 03:07:03 +0800; id [4zq13492AF8F1.872411D4-dessent.net]
Received: from sourceware.org (sourceware.org [209.132.176.174])
	by mindgate5.www1.mindgate.net (8.13.6.20060614/8.13.6) with SMTP id mAOIvs3q010643
	for <rsgumban@mindgate.net>; Mon, 24 Nov 2008 18:58:05 GMT
Received: (qmail 28388 invoked by alias); 24 Nov 2008 18:57:46 -0000
Received: (qmail 28327 invoked by uid 22791); 24 Nov 2008 18:57:45 -0000
X-Spam-Check-By: sourceware.org
Received: from dessent.net (HELO dessent.net) (69.60.119.225)     by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Nov 2008 18:57:06 +0000
Received: from localhost.localdomain ([127.0.0.1] helo=dessent.net) 	by dessent.net with esmtp (Exim 4.50) 	id 1L4gcC-0006ug-FG 	for cygwin@cygwin.com; Mon, 24 Nov 2008 18:56:56 +0000
Message-ID: <492AF8F1.872411D4@dessent.net>
Date: Mon, 24 Nov 2008 10:56:49 -0800
From: Brian Dessent <brian@dessent.net>
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: [OT] Re: Opening a (cygwin-ised) DLL
References: <003a01c94e17$0d87fcc0$4001a8c0@mycomputer> <492AA69C.2030806@byu.net> <001401c94e3d$18093d00$4001a8c0@mycomputer> <003601c94e3f$39a6aae0$4001a8c0@mycomputer> <492AE38C.4060201@users.sourceforge.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-rsgumban=mindgate.net@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Envelope-Sender: cygwin-return-145897-rsgumban=mindgate.net@cygwin.com
X-Envelope-Recipient: rsgumban@mail0.mindgate.net

"Yaakov (Cygwin Ports)" wrote:

> John Emmas wrote:
> > Oops, I meant to ask another question (almost a variation on the same
> > theme).  Does Cygwin itself (or more correctly, its linker) link
> > automatically to any of the standard Windows libs (such as kernel32.lib,
> > user32.lib etc).
> 
> kernel32 is added by default because libcygwin.a depends on it.  If you
> pass -mwindows to gcc during linking, then gdi32 is added as well.

It's not only kernel32:

$ gcc -dumpspecs | egrep -A2 '\*lib:'
*lib:
  %{pg:-lgmon}   %{!mno-cygwin:-lcygwin}  
%{mno-cygwin:%{mthreads:-lmingwthrd} -lmingw32}   %{mwindows:-lgdi32
-lcomdlg32}   -luser32 -lkernel32 -ladvapi32 -lshell32

This means that by default -luser32 -lkernel32 -ladvapi32 -lshell32 are
added to every link, as well as -lgdi32 -lcomdlg32 if using -mwindows.

Brian

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: please remove this bouncing address from cygwin@
  2008-11-24 19:26 please remove this bouncing address from cygwin@ Brian Dessent
@ 2008-11-24 19:57 ` Christopher Faylor
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Faylor @ 2008-11-24 19:57 UTC (permalink / raw)
  To: overseers, Brian Dessent

On Mon, Nov 24, 2008 at 11:25:09AM -0800, Brian Dessent wrote:
>
>Every message sent to the cygwin@ list gets the attached bounce from
>this person's totally broken MTA which appears to be sending DSNs to the
>header-FROM instead of the envelope-FROM.
>
>List-Unsubscribe: <mailto:cygwin-unsubscribe-rsgumban=mindgate.net@cygwin.com>

Done.

cgf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-24 19:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-24 19:26 please remove this bouncing address from cygwin@ Brian Dessent
2008-11-24 19:57 ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).