From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luka Newsgroups: gmane.emacs.help Subject: Unable to build Emacs 23.3 Release Candidate 2 Date: Fri, 8 Mar 2013 12:40:19 -0800 (PST) Message-ID: <03aad487-eb54-4a0d-bfba-01e586d819bb@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1362776916 539 80.91.229.3 (8 Mar 2013 21:08:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Mar 2013 21:08:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 08 22:09:00 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UE4XA-0006YX-4S for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Mar 2013 22:08:56 +0100 Original-Received: from localhost ([::1]:50440 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE4Wo-0006ZA-63 for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Mar 2013 16:08:34 -0500 X-Received: by 10.224.213.197 with SMTP id gx5mr2431600qab.8.1362775219245; Fri, 08 Mar 2013 12:40:19 -0800 (PST) X-Received: by 10.49.35.208 with SMTP id k16mr300396qej.1.1362775219221; Fri, 08 Mar 2013 12:40:19 -0800 (PST) Original-Path: usenet.stanford.edu!dd2no8316734qab.0!news-out.google.com!o5ni278qas.0!nntp.google.com!dd2no8316731qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=128.33.22.231; posting-account=f87g0QoAAABfg361DxZaOc3NT3XyneZA Original-NNTP-Posting-Host: 128.33.22.231 User-Agent: G2/1.0 Injection-Date: Fri, 08 Mar 2013 20:40:19 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:197147 X-Mailman-Approved-At: Fri, 08 Mar 2013 16:08:22 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89423 Archived-At: I am having problems compiling Emacs 23.3 Release Candidate 2: I run `autogen.sh`, then `./configure`, but when I run `make` I get this error: gcc -std=gnu99 -I. -I../src -I../lib -I/home/john/bin/emacs/rc/emacs-24.3/lib-src -I/home/john/opt/emacs/rc/emacs-24.3/lib-src/../src -I/home/ john/bin/emacs/rc/emacs-24.3/lib-src/../lib -Wl,-znocombreloc -g3 -O2 -DEMACS_NAME="\"GNU Emacs\"" \ -DVERSION="\"24.3\"" /home/john/bin/emacs/rc/emacs-24.3/lib-src/etags.c \ regex.o ../lib/libgnu.a -o etags regex.o: In function `stpncpy': /usr/include/bits/string3.h:160: multiple definition of `stpncpy' /tmp/ccntBfBN.o:/usr/include/bits/string3.h:160: first defined here regex.o: In function `realpath': /usr/include/bits/stdlib.h:37: multiple definition of `realpath' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:37: first defined here regex.o: In function `ptsname_r': /usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:53: first defined here regex.o: In function `wctomb': /usr/include/bits/stdlib.h:74: multiple definition of `wctomb' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:74: first defined here regex.o: In function `mbstowcs': /usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:95: first defined here regex.o: In function `wcstombs': /usr/include/bits/stdlib.h:114: multiple definition of `wcstombs' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:114: first defined here regex.o: In function `read': /usr/include/bits/unistd.h:35: multiple definition of `read' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:35: first defined here regex.o: In function `pread': /usr/include/bits/unistd.h:57: multiple definition of `pread' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:57: first defined here regex.o: In function `pread64': /usr/include/bits/unistd.h:77: multiple definition of `pread64' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:77: first defined here regex.o: In function `readlink': /usr/include/bits/unistd.h:99: multiple definition of `readlink' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:99: first defined here regex.o: In function `readlinkat': /usr/include/bits/unistd.h:121: multiple definition of `readlinkat' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:121: first defined here regex.o: In function `getcwd': /usr/include/bits/unistd.h:136: multiple definition of `getcwd' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:136: first defined here regex.o: In function `getwd': /usr/include/bits/unistd.h:150: multiple definition of `getwd' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:150: first defined here regex.o: In function `confstr': /usr/include/bits/unistd.h:165: multiple definition of `confstr' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:165: first defined here regex.o: In function `getgroups': /usr/include/bits/unistd.h:181: multiple definition of `getgroups' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:181: first defined here regex.o: In function `ttyname_r': /usr/include/bits/unistd.h:197: multiple definition of `ttyname_r' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:197: first defined here regex.o: In function `getlogin_r': /usr/include/bits/unistd.h:213: multiple definition of `getlogin_r' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:213: first defined here regex.o: In function `gethostname': /usr/include/bits/unistd.h:230: multiple definition of `gethostname' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:230: first defined here regex.o: In function `getdomainname': /usr/include/bits/unistd.h:248: multiple definition of `getdomainname' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:248: first defined here ../lib/libgnu.a(c-strcasecmp.o): In function `stpncpy': /usr/include/bits/string3.h:160: multiple definition of `stpncpy' /tmp/ccntBfBN.o:/usr/include/bits/string3.h:160: first defined here ../lib/libgnu.a(c-strcasecmp.o): In function `realpath': /usr/include/bits/stdlib.h:37: multiple definition of `realpath' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:37: first defined here ../lib/libgnu.a(c-strcasecmp.o): In function `ptsname_r': /usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:53: first defined here ../lib/libgnu.a(c-strcasecmp.o): In function `wctomb': /usr/include/bits/stdlib.h:74: multiple definition of `wctomb' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:74: first defined here ../lib/libgnu.a(c-strcasecmp.o): In function `mbstowcs': /usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:95: first defined here ../lib/libgnu.a(c-strcasecmp.o): In function `wcstombs': /usr/include/bits/stdlib.h:114: multiple definition of `wcstombs' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:114: first defined here ../lib/libgnu.a(c-strncasecmp.o): In function `stpncpy': /usr/include/bits/string3.h:160: multiple definition of `stpncpy' /tmp/ccntBfBN.o:/usr/include/bits/string3.h:160: first defined here ../lib/libgnu.a(c-strncasecmp.o): In function `realpath': /usr/include/bits/stdlib.h:37: multiple definition of `realpath' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:37: first defined here ../lib/libgnu.a(c-strncasecmp.o): In function `ptsname_r': /usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:53: first defined here ../lib/libgnu.a(c-strncasecmp.o): In function `wctomb': /usr/include/bits/stdlib.h:74: multiple definition of `wctomb' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:74: first defined here ../lib/libgnu.a(c-strncasecmp.o): In function `mbstowcs': /usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:95: first defined here ../lib/libgnu.a(c-strncasecmp.o): In function `wcstombs': /usr/include/bits/stdlib.h:114: multiple definition of `wcstombs' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:114: first defined here ../lib/libgnu.a(getopt.o): In function `stpncpy': /usr/include/bits/string3.h:160: multiple definition of `stpncpy' /tmp/ccntBfBN.o:/usr/include/bits/string3.h:160: first defined here ../lib/libgnu.a(getopt.o): In function `realpath': /usr/include/bits/stdlib.h:37: multiple definition of `realpath' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:37: first defined here ../lib/libgnu.a(getopt.o): In function `ptsname_r': /usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:53: first defined here ../lib/libgnu.a(getopt.o): In function `wctomb': /usr/include/bits/stdlib.h:74: multiple definition of `wctomb' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:74: first defined here ../lib/libgnu.a(getopt.o): In function `mbstowcs': /usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:95: first defined here ../lib/libgnu.a(getopt.o): In function `wcstombs': /usr/include/bits/stdlib.h:114: multiple definition of `wcstombs' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:114: first defined here ../lib/libgnu.a(getopt.o): In function `gets': /usr/include/bits/stdio2.h:94: multiple definition of `gets' /tmp/ccntBfBN.o:/usr/include/bits/stdio2.h:94: first defined here ../lib/libgnu.a(getopt.o): In function `fgets': /usr/include/bits/stdio2.h:109: multiple definition of `fgets' /tmp/ccntBfBN.o:/usr/include/bits/stdio2.h:109: first defined here ../lib/libgnu.a(getopt.o): In function `fgets_unlocked': /usr/include/bits/stdio2.h:125: multiple definition of `fgets_unlocked' /tmp/ccntBfBN.o:/usr/include/bits/stdio2.h:125: first defined here ../lib/libgnu.a(getopt.o): In function `read': /usr/include/bits/unistd.h:35: multiple definition of `read' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:35: first defined here ../lib/libgnu.a(getopt.o): In function `pread': /usr/include/bits/unistd.h:57: multiple definition of `pread' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:57: first defined here ../lib/libgnu.a(getopt.o): In function `pread64': /usr/include/bits/unistd.h:77: multiple definition of `pread64' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:77: first defined here ../lib/libgnu.a(getopt.o): In function `readlink': /usr/include/bits/unistd.h:99: multiple definition of `readlink' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:99: first defined here ../lib/libgnu.a(getopt.o): In function `readlinkat': /usr/include/bits/unistd.h:121: multiple definition of `readlinkat' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:121: first defined here ../lib/libgnu.a(getopt.o): In function `getcwd': /usr/include/bits/unistd.h:136: multiple definition of `getcwd' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:136: first defined here ../lib/libgnu.a(getopt.o): In function `getwd': /usr/include/bits/unistd.h:150: multiple definition of `getwd' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:150: first defined here ../lib/libgnu.a(getopt.o): In function `confstr': /usr/include/bits/unistd.h:165: multiple definition of `confstr' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:165: first defined here ../lib/libgnu.a(getopt.o): In function `getgroups': /usr/include/bits/unistd.h:181: multiple definition of `getgroups' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:181: first defined here ../lib/libgnu.a(getopt.o): In function `ttyname_r': /usr/include/bits/unistd.h:197: multiple definition of `ttyname_r' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:197: first defined here ../lib/libgnu.a(getopt.o): In function `getlogin_r': /usr/include/bits/unistd.h:213: multiple definition of `getlogin_r' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:213: first defined here ../lib/libgnu.a(getopt.o): In function `gethostname': /usr/include/bits/unistd.h:230: multiple definition of `gethostname' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:230: first defined here ../lib/libgnu.a(getopt.o): In function `getdomainname': /usr/include/bits/unistd.h:248: multiple definition of `getdomainname' /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:248: first defined here ../lib/libgnu.a(getopt1.o): In function `stpncpy': /usr/include/bits/string3.h:160: multiple definition of `stpncpy' /tmp/ccntBfBN.o:/usr/include/bits/string3.h:160: first defined here ../lib/libgnu.a(getopt1.o): In function `realpath': /usr/include/bits/stdlib.h:37: multiple definition of `realpath' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:37: first defined here ../lib/libgnu.a(getopt1.o): In function `ptsname_r': /usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:53: first defined here ../lib/libgnu.a(getopt1.o): In function `wctomb': /usr/include/bits/stdlib.h:74: multiple definition of `wctomb' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:74: first defined here ../lib/libgnu.a(getopt1.o): In function `mbstowcs': /usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:95: first defined here ../lib/libgnu.a(getopt1.o): In function `wcstombs': /usr/include/bits/stdlib.h:114: multiple definition of `wcstombs' /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:114: first defined here ../lib/libgnu.a(getopt1.o): In function `gets': /usr/include/bits/stdio2.h:94: multiple definition of `gets' /tmp/ccntBfBN.o:/usr/include/bits/stdio2.h:94: first defined here ../lib/libgnu.a(getopt1.o): In function `fgets': /usr/include/bits/stdio2.h:109: multiple definition of `fgets' /tmp/ccntBfBN.o:/usr/include/bits/stdio2.h:109: first defined here ../lib/libgnu.a(getopt1.o): In function `fgets_unlocked': /usr/include/bits/stdio2.h:125: multiple definition of `fgets_unlocked' /tmp/ccntBfBN.o:/usr/include/bits/stdio2.h:125: first defined here collect2: error: ld returned 1 exit status make[1]: *** [etags] Error 1 make[1]: Leaving directory `/home/james/bin/emacs/rc/emacs-24.3/lib-src' make: *** [lib-src] Error 2 I have never seen an error like this before. What does this mean and how do I fix it? Thanks, James