This is the mail archive of the
cygwin
mailing list for the Cygwin project.
RE: Perl with SerialPort
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/