all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* recent win95-related commit prevents emacs from linking under cygwin
@ 2014-01-19  5:29 unic0rn
  2014-01-19 15:46 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: unic0rn @ 2014-01-19  5:29 UTC (permalink / raw
  To: emacs-devel

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: recent win95-related commit prevents emacs from linking under cygwin
  2014-01-19  5:29 recent win95-related commit prevents emacs from linking under cygwin unic0rn
@ 2014-01-19 15:46 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2014-01-19 15:46 UTC (permalink / raw
  To: unic0rn; +Cc: emacs-devel

> Date: Sun, 19 Jan 2014 06:29:02 +0100
> From: unic0rn <mirek.kaim@gmail.com>
> 
> either that, or i'm doing something wrong. configured --with-w32, and
> here's what happens:

Sorry, that's my bad.  I have difficulty remembering which w32 files
are compiled on Cygwin and which don't.

Should be fixed now.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-19 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-19  5:29 recent win95-related commit prevents emacs from linking under cygwin unic0rn
2014-01-19 15:46 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.