delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
X-Injected-Via-Gmane: | http://gmane.org/ |
To: | cygwin AT cygwin DOT com |
From: | "BB" <canofspam AT att DOT net> |
Subject: | cygrunsrv build error |
Date: | Wed, 23 Apr 2003 17:13:40 -0500 |
Lines: | 37 |
Message-ID: | <b8734q$7io$1@main.gmane.org> |
Reply-To: | "BB" <canofspam AT att DOT net> |
X-Complaints-To: | usenet AT main DOT gmane DOT org |
X-MSMail-Priority: | Normal |
X-Newsreader: | Microsoft Outlook Express 6.00.2800.1106 |
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
I'm having trouble building cygrunsrv.exe. After fixing a problem in utils.cc (see below) and running make, the link fails. Is the code I downloaded the latest? What do I need to do to get it to build? Is there something I need to configure or download? Thanks, BB Here is the cvs command and make output... $ cvs -d :pserver:anoncvs AT sources DOT redhat DOT com:/cvs/cygwin-apps co cygrunsrv ... $ make g++ -c -o cygrunsrv.o cygrunsrv.cc g++ -c -o crit.o crit.cc g++ -c -o utils.o utils.cc gcc -o cygrunsrv.exe -s cygrunsrv.o crit.o utils.o cygrunsrv.o(.eh_frame+0x11):cygrunsrv.cc: undefined reference to `___gxx_personality_v0' crit.o(.eh_frame+0x11):crit.cc: undefined reference to `___gxx_personality_v0' utils.o(.eh_frame+0x11):utils.cc: undefined reference to `___gxx_personality_v0' collect2: ld returned 1 exit status make: *** [cygrunsrv.exe] Error 1 ********BUG in utils.cc ********* There is an bug in utils.cc on line 75 error (reason_t reason, const char *func = NULL, DWORD win_err) should be error (reason_t reason, const char *func, DWORD win_err) -- 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 |