all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@gnu.org>
To: 7790@debbugs.gnu.org
Subject: bug#7790: cannot build dev tree on windows with mingw
Date: Wed, 5 Jan 2011 12:59:27 -0500	[thread overview]
Message-ID: <AANLkTi=y1MU9wLbdOT4aYB-UNN=__jgrmkA_ZEBzkymv@mail.gmail.com> (raw)

I cannot build emacs dev tree on windows using mingw.
I did:
 ./configure.bat --no-debug --with-gcc --without-xpm \
    --cflags -IC:/gnu/gnuwin32/include --ldflags -LC:/gnu/gnuwin32/lib
make bootstrap
which eventually failed with

gcc -o oo-spd/i386/ctags.exe    -mno-cygwin -LC:/gnu/gnuwin32/lib
oo-spd/i386/ctags.o oo-spd/i386/getopt.o oo-spd/i386/getopt1.o
oo-spd/i386/ntlib.o oo-spd/i386/regex.o   -ladvapi32
oo-spd/i386/ctags.o:ctags.c:(.text+0x19f3): undefined reference to
`__imp__re_set_syntax'
oo-spd/i386/ctags.o:ctags.c:(.text+0x1a19): undefined reference to
`__imp__re_compile_pattern'
oo-spd/i386/ctags.o:ctags.c:(.text+0x1e6b): undefined reference to
`__imp__re_match'
oo-spd/i386/ctags.o:ctags.c:(.text+0x73ec): undefined reference to
`__imp__re_search'
collect2: ld returned 1 exit status
make: *** [oo-spd/i386/ctags.exe] Error 1

note that the missing symbols are found in regex.o without the __imp_ prefix:

$ nm oo-spd/i386/regex.o
00000000 b .bss
00000000 d .data
00000000 r .rdata
00000000 t .text
         U __alloca
         U __imp____mb_cur_max
         U __imp___pctype
         U __isctype
         U _abort
0000061c t _analyse_first
         U _exit
         U _free
0000083c t _group_in_compile_stack
0000080b t _insert_op1
0000088d t _insert_op2
         U _malloc
         U _memcpy
         U _memset
00003d91 t _mutually_exclusive_p
00003cef T _re_compile_fastmap
00005dc9 T _re_compile_pattern
00000020 d _re_error_msgid
000002dd T _re_iswctype
00005a94 T _re_match
00005a46 T _re_match_2
00004029 t _re_match_2_internal
00000000 D _re_max_failures
00005d7f T _re_search
00005acd T _re_search_2
00003d49 T _re_set_registers
000000bd T _re_set_syntax
000000d0 T _re_set_whitespace_regexp
00000010 C _re_syntax_options
00000010 b _re_syntax_table
000000dd T _re_wctype
         U _realloc
00005dff T _regcomp
000060c4 T _regerror
000008cc t _regex_compile
00005f78 T _regexec
0000614d T _regfree
000005be t _skip_one_char
000007f8 t _store_op1
0000086c t _store_op2
         U _strcpy
         U _strncpy
         U _tolower
00000110 b _whitespace_regexp
         U _write
00000000 T _xmalloc
00000054 T _xrealloc
00000000 b done.0

-- 
Sam Steingold <http://sds.podval.org>





             reply	other threads:[~2011-01-05 17:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-05 17:59 Sam Steingold [this message]
2011-01-05 18:53 ` bug#7790: cannot build dev tree on windows with mingw Óscar Fuentes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTi=y1MU9wLbdOT4aYB-UNN=__jgrmkA_ZEBzkymv@mail.gmail.com' \
    --to=sds@gnu.org \
    --cc=7790@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.