delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <460745A0.AD9C72EF@dessent.net> |
Date: | Sun, 25 Mar 2007 21:01:36 -0700 |
From: | Brian Dessent <brian AT dessent DOT net> |
X-Mailer: | Mozilla 4.79 [en] (Windows NT 5.0; U) |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Problems Installing Programs |
References: | <op DOT tpr1znh8odi8xb AT phil-pc DOT cable DOT rcn DOT com> |
X-IsSubscribed: | yes |
Reply-To: | cygwin AT cygwin DOT com |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Philip Joseph wrote: > I am trying to install some programs in cygwin, and I am coming upon the > same error. The two programs that I have tried so far are SID and > Insight. The error I get is at the end of this post. I don't really know > why the build is not working. I have tried using the -k option when > calling make install. But, I am still unable to get all the way through > the installs. For native debugging insight is already packaged as part of the gdb package. > /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.././bfd -I. > -I. -I.././bfd -I.././bfd/../include -W -Wall -Wstrict-prototypes > -Wmissing-prototyp > es -Werror -g -O2 -c -o elflink.lo elflink.c > gcc -DHAVE_CONFIG_H -I. -I.././bfd -I. -I. -I.././bfd > -I.././bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes > -Werror -g -O2 -c elflink.c -o elf > link.o > elflink.c: In function `compute_bucket_count': > elflink.c:5088: warning: unused variable `dynsymcount' > elflink.c:5091: warning: unused variable `amt' > elflink.c: At top level: > elflink.c:5085: warning: unused parameter 'hashcodes' > make[4]: *** [elflink.lo] Error 1 These are just warnings. They are only turned into errors by -Werror in CFLAGS. Use --disable-werror. 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |