[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: stdwin
Fabrice Popineau <popineau@ese-metz.fr> writes:
> I can't manage to generate an image with stdwin. Should this work
> straight away ?
It should, yes, using either of the flags --with-module-stdwin and
--with-stdwin.
> neuromancer.popineau> gcc
-W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type
-fomit-frame-pointer -O6 -m486
-DDYNAMIC_FFI -Iintl -DLOCALEDIR="/usr/local/share/locale"
modules.o linux.o -lm regexp.o regexi.o regex.o wildcard.o fnmatch.o
callqueens.o queens.o stdwin.o lisp.a libreadline.a libintl.a libnlsut.a
libavcall.a libvacall.a libtrampoline.a -ltermcap
-L/usr/X11R6/lib -lX11 -o lisp.run
> stdwin.o: In function `C_stdwin_init':
> stdwin.c(.text+0xa): undefined reference to `winit'
> stdwin.c(.text+0xf): undefined reference to `alfa_wmenusetdeflocal'
> stdwin.c(.text+0x15): undefined reference to `both_x11_alfa'
> ..
> and so on.
The "gcc ..." command line should contain libstdwin.a as well.
Bruno Haible email: <haible@ilog.fr>
Software Engineer phone: +33-1-49083585
- Follow-Ups:
- Re: stdwin
- From: popineau@ese-metz.fr (Fabrice Popineau)
- References:
- stdwin
- From: popineau@ese-metz.fr (Fabrice Popineau)