emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

recent win95-related commit prevents emacs from linking under cygwin


From: unic0rn
Subject: recent win95-related commit prevents emacs from linking under cygwin
Date: Sun, 19 Jan 2014 06:29:02 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]