X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
From: "Dave Korn" <dave.korn@artimi.com>
To: <cygwin@cygwin.com>
References: <15468287.post@talk.nabble.com> <01d101c86e95$36d4b030$2e08a8c0@CAM.ARTIMI.COM> <15484116.post@talk.nabble.com> <02fb01c86f36$85f17490$2e08a8c0@CAM.ARTIMI.COM> <15492408.post@talk.nabble.com>
Subject: RE: Perl with SerialPort
Date: Fri, 15 Feb 2008 00:17:18 -0000
Message-ID: <032a01c86f68$207c0620$2e08a8c0@CAM.ARTIMI.COM>
MIME-Version: 1.0
Content-Type: text/plain; 	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
In-Reply-To: <15492408.post@talk.nabble.com>
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

On 15 February 2008 00:12, curator wrote:

> Hi,
> binutils is installed. The whole devel package is installed.
> 
> Any other ideas?

#1.  Create yourself a conftest.c file with those same contents, and run the
same command line from the log into a shell, but add "-v" and "--save-temps"
flags, and pipe the stdout and stderr into a logfile, like so:

gcc -v --save-temps conftest.c 2>&1 | tee log.txt

and we'll see a better idea of what the problem is.

#2.  Run "cygcheck -srv > cygcheck.out", and send that - as an attachment
please, otherwise these things create loads of false positives and useless
hits when searching the archives - to the list with your next post.  (Take a
look through it yourself as well, of course; all the info's fairly obvious and
maybe you'll spot the problem straight off).

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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

