Hi
Trying to compile xemacs-21.5.16 under latest cygwin-1.5.5.
First of all the make run doesn't dive into the modules directory and when doing a
manual
make I get the following kind of errors (otherwise xemacs compiles and runs fine):
Any hints ??
../../lib-src/ellcc --mode=link --mode=verbose --mod-output=postgresql.ell \
postgresql.o postgresql_i.o -L/usr/local/lib -L/usr/X11R6/lib -lpq
ellcc driver version 21.5-b16 for EMODULES version 1.1.0 (1010)
gcc -L/usr/local/lib -shared -o postgresql.ell postgresql.o postgresql_i.o
-L/usr/local/lib -L/usr/X11R6/lib -lpq
postgresql.o(.text+0x1a5): In function `Fpq_connectdb':
/usr/local/src/xemacs-21.5.16/modules/postgresql/postgresql.c:474: undefined reference to
`_Qstringp'
postgresql.o(.text+0x1ad):/usr/local/src/xemacs-21.5.16/modules/postgresql/postgresql.c:474:
undefined reference to `_dead_wrong_type_argument'
postgresql.o(.text+0x1b9):/usr/local/src/xemacs-21.5.16/modules/postgresql/postgresql.c:477:
undefined reference to `_Qnative'
postgresql.o(.text+0x1e5):/usr/local/src/xemacs-21.5.16/modules/postgresql/postgresql.c:477:
undefined reference to `_dfc_convert_to_external_format'
postgresql.o(.text+0x1ea):/usr/local/src/xemacs-21.5.16/modules/postgresql/postgresql.c:477:
undefined reference to `_regex_malloc_disallowed'
postgresql.o(.text+0x205):/usr/local/src/xemacs-21.5.16/modules/postgresql/postgresql.c:477:
undefined reference to `___temp_alloca_size__'
postgresql.o(.text+0x211):/usr/local/src/xemacs-21.5.16/modules/postgresql/postgresql.c:477:
undefined reference to `_need_to_check_c_alloca'
postgresql.o(.text+0x21e):/usr/local/src/xemacs-21.5.16/modules/postgresql/postgresql.c:477:
undefined reference to `___temp_alloca_size__'
postgresql.o(.text+0x287):/usr/local/src/xemacs-21.5.16/modules/postgresql/postgresql.c:499:
undefined reference to `_Qprocess_error'
postgresql.o(.text+0x297):/usr/local/src/xemacs-21.5.16/modules/postgresql/postgresql.c:499:
undefined reference to `_signal_ferror'
postgresql.o(.text+0x2ed):/usr/local/src/xemacs-21.5.16/modules/postgresql/postgresql.c:242:
undefined reference to `_alloc_automanaged_lcrecord'
-----------
This is the end of my configure run:
XEmacs 21.5-b16 "celeriac" configured for `i686-pc-cygwin'.
Compilation / Installation:
Source code location: /usr/local/src/xemacs-21.5.16
Installation prefix: /usr/local
Operating system description file: `s/cygwin32.h'
Machine description file: `m/intel386.h'
Compiler: gcc -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations
-Wpointer-arith -g -O3
Relocating allocator for buffers: no
GNU version of malloc: yes
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Compiling in support for X-Face message headers.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: libpq-fe.h
- Using PostgreSQL V7 bindings.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
Mail:
Compiling in support for POP mail retrieval.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new portable dumper.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Ciao
Volker
Show replies by date