From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: unic0rn Newsgroups: gmane.emacs.devel Subject: recent win95-related commit prevents emacs from linking under cygwin Date: Sun, 19 Jan 2014 06:29:02 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1390109345 30458 80.91.229.3 (19 Jan 2014 05:29:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Jan 2014 05:29:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 19 06:29:13 2014 Return-path: Envelope-to: ged-emacs-devel@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 1W4kwV-00007G-Mf for ged-emacs-devel@m.gmane.org; Sun, 19 Jan 2014 06:29:07 +0100 Original-Received: from localhost ([::1]:45209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4kwV-0005ok-9r for ged-emacs-devel@m.gmane.org; Sun, 19 Jan 2014 00:29:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4kwS-0005of-TX for emacs-devel@gnu.org; Sun, 19 Jan 2014 00:29:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4kwR-0001rr-W5 for emacs-devel@gnu.org; Sun, 19 Jan 2014 00:29:04 -0500 Original-Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:40361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4kwR-0001rl-Pb for emacs-devel@gnu.org; Sun, 19 Jan 2014 00:29:03 -0500 Original-Received: by mail-wg0-f45.google.com with SMTP id n12so5895933wgh.12 for ; Sat, 18 Jan 2014 21:29:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Sn8R3frAMkj+Pxy+HxEMvkl6LaNYSxKIHmbdmx9bP6I=; b=wafnzNJxevP4GPL5XLvDlXZ87Dd62pmViF5IRact8PXpYIBEHxVBN1VkPfd2GZC11D 4xVPTd9u0bDmxzQJmlFX9NqRmiMiZAxijfjAe1WUdyjspy8omlPhXYshXh7cmOHgstWE eGefaLqhqVVoSJ0ANDlBQBomskfaGZp65H8zQjn0ngtUdBfnNnE1Gqje+iqO3Q4t2W/k UK4cRRTSHPHOVdg3FR9xIA0HxqniaeWDTRXb5PciIxa9+6IMD3XXKHmG5v6R0obH9WJ6 TQU2kVT2M9rfu1s+ZrTqZbrrFlO0FaYCM9nOddKQdDK0y5fJNfCns+pnsj49GwRqbsTe 3p6Q== X-Received: by 10.180.163.206 with SMTP id yk14mr332116wib.5.1390109342457; Sat, 18 Jan 2014 21:29:02 -0800 (PST) Original-Received: by 10.194.187.50 with HTTP; Sat, 18 Jan 2014 21:29:02 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22d X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:168719 Archived-At: either that, or i'm doing something wrong. configured --with-w32, and here's what happens: /usr/local/bin/clang.exe -Demacs -I. -I../../../emacs/src -I../lib -I../../../emacs/src/../lib -I/usr/include/libxml2 -MMD -MF deps/.d -MP -I/usr/include/p11-kit-1 -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign --target=i686-pc-cygwin -march=pentium3 -mtune=pentium3 -O3 -Wl,-no-undefined,-L/usr/local/lib -L/usr/lib/noX \ -o temacs vm-limit.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexcw.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o decompress.o sheap.o cygw32.o w32fns.o w32menu.o w32reg.o w32font.o w32term.o w32xfns.o w32select.o w32uniscribe.o fontset.o fringe.o image.o terminfo.o gmalloc.o lastfile.o ../lib/libgnu.a -Wl,emacs.res -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32 -lusp10 -lcomctl32 -lwinspool -ltiff -ljpeg -lpng -lz -lm -lxml2 -lz -liconv -lm -lncurses -lgnutls -lintl -liconv -lhogweed -lgmp -ltasn1 -lp11-kit -lz -lnettle -lpthread w32font.o:fake:(.text+0x324): undefined reference to `maybe_load_unicows_dll' w32font.o:fake:(.text+0x392): undefined reference to `maybe_load_unicows_dll' w32font.o:fake:(.text+0x1e93): undefined reference to `maybe_load_unicows_dll' w32font.o:fake:(.text+0x1efc): undefined reference to `maybe_load_unicows_dll' w32font.o:fake:(.text+0x1f85): undefined reference to `maybe_load_unicows_dll' /usr/lib/gcc/i686-pc-cygwin/4.8.2/../../../../i686-pc-cygwin/bin/ld: w32font.o: bad reloc address 0x8 in section `.data' collect2: error: ld returned 1 exit status clang: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation) Makefile:663: recipe for target 'temacs.exe' failed make[2]: *** [temacs.exe] Error 1 make[2]: Leaving directory '/y/build/emacs/src' Makefile:382: recipe for target 'src' failed make[1]: *** [src] Error 2 make[1]: Leaving directory '/y/build/emacs' Makefile:1097: recipe for target 'bootstrap' failed make: *** [bootstrap] Error 2