Without editing Makefile, i get those undefined references: DLLs.src/ui/gui/src_ui_gui_psppire-find-dialog.o:find-dialog.c:(.text+0xa16): undefined reference to `__imp__regexec' src/ui/gui/src_ui_gui_psppire-find-dialog.o:find-dialog.c:(.text+0xace): undefined reference to `__imp__regexec' src/ui/gui/src_ui_gui_psppire-find-dialog.o:find-dialog.c:(.text+0xb39): undefined reference to `__imp__regfree' src/ui/gui/src_ui_gui_psppire-find-dialog.o:find-dialog.c:(.text+0xf25): undefined reference to `__imp__regcomp' src/ui/gui/src_ui_gui_psppire-find-dialog.o:find-dialog.c:(.text+0xf55): undefined reference to `__imp__regerror' src/ui/gui/src_ui_gui_psppire-find-dialog.o:find-dialog.c:(.text+0xf81): undefined reference to `__imp__regerror'
2008/10/4 Ben Pfaff <[EMAIL PROTECTED]>: > "Michel Boaventura" <[EMAIL PROTECTED]> writes: > >> I was able to compile version 0.6.1-rc2 on mingw and windows xp. >> The only problem that I found is that the Makefile doesn't link >> libregex.la with psppire, and >> psppire.exe doesnt compile, complain about some missing references. To >> make it work, I add the line: >> /mingw/lib/libregex.la \ >> on the begining of: >> am_src_ui_gui_psppire_OBJECTS = \ >> >> and it compiled. But I think that it's a problem of mingw, and not of pspp. > > Without doing this, what symbols in libregex does the linker > complain about? Probably, if we know what symbols to look for, > we can make sure that we link against libregex if it is > necessary. > -- > Only wimps use tape backup: _real_ men just upload their important stuff > on ftp, and let the rest of the world mirror it ;) > -- Linus Torvalds > _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
