pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pspp-dev Digest, Vol 58, Issue 4


From: Michel Boaventura
Subject: Re: pspp-dev Digest, Vol 58, Issue 4
Date: Sat, 4 Oct 2008 21:09:29 -0300

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 <address@hidden>:
> "Michel Boaventura" <address@hidden> 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
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]