Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
X-Injected-Via-Gmane: yes
To: gmane-os-cygwin@quimby.gnus.org
Path: not-for-mail
From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
Newsgroups: gmane.os.cygwin
Subject: Problems trying to build mc
Date: Mon, 04 Feb 2002 10:21:33 +0100
Organization: Hamme net, kren mer och nimmi
Lines: 41
Message-ID: <3d0hsiua.fsf@hschmi22.userfqdn.rz-online.de>
Reply-To: <usenet@Frank-Schmitt.net>
NNTP-Posting-Host: pppin77.max-hochsimmer.rz-online.net
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Trace: quimby2.netfonds.no 1012814886 6304 212.7.169.77 (4 Feb 2002 09:28:06 GMT)
X-Complaints-To: usenet@quimby2.netfonds.no
NNTP-Posting-Date: 4 Feb 2002 09:28:06 GMT
X-Posting-Agent: Hamster/1.3.23.4
X-Face: :EL9TzGRN){7|oE2~xQ8Q(VjpjsXgX$~gi&rYD5J5p)$w\Thdl~v:7h`/n)J!8nXT%_+Wj6}@EHM8}QbA(9nX-wrQ:ch1%DauV[?kFasXUcnL#+"K8zOx&$@/M'/},q-eztaJra1|?C+p$h\2XnK-HB"8_U<T2j:'9)-VEh/Wt~\&Acjl(,@
User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp
 (Windows), i586-pc-win32)
Cancel-Lock: sha1:74oD5doCIGQwqLHre9KwGjyYBDI=

Hey all

I'm trying to build Gnu Midnight Commander but I get some errors I can't
solve up myself.

I first compiled glib-1.2.10, this was quite straightforward, I just had
to comment out one line:

---------------------
--- gstrfuncs.c
+++ gstrfuncs.c
@@ -702,7 +702,6 @@ g_strsignal (gint signum)
   char *msg;

 #ifdef HAVE_STRSIGNAL
-  extern char *strsignal (int sig);
   return strsignal (signum);
 #elif NO_SYS_SIGLIST
   switch (signum)
---------------------

(I found this one on a mc mailinglist archive.) After that I tried to
build mc. Configure did work, but make gave me the following errors:

dir.o: In function `handle_dirent':
/usr/src/mc-4.5.55/src/dir.c:427: undefined reference to `gettext'
/usr/src/mc-4.5.55/src/dir.c:427: undefined reference to `gettext'
dir.o: In function `sort_type_to_name':
/usr/src/mc-4.5.55/src/dir.c:698: undefined reference to `gettext'

After that there are some more errors of the same kind (undefined
reference to 'gettext'.

Any idea what I've got to do? On the mc homepage they say it should
compile OOTB.

-- 
One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them
In the Land of Mordor where the Shadows lie.
19. Dezember 2001



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

