X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <15468287 DOT post AT talk DOT nabble DOT com> <01d101c86e95$36d4b030$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <15484116 DOT post AT talk DOT nabble DOT com> <02fb01c86f36$85f17490$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <15492408 DOT post AT talk DOT nabble DOT 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 AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/