"Michel Boaventura" <[EMAIL PROTECTED]> writes:

> To simplify things, and to use the last version, I've downloaded the
> snapshot pspp-stable-20081029.
> I'm out for a while and back now, so I'm a little lost. This version
> has the ldflags and pspp output journal patchs?

Nope.  Here is the snapshot with ldflags patch:
        http://footstool.stanford.edu/~blp/psppire-ldflags.tar.gz

If it works for you, John or I will push it to the stable branch.

> I've found a little problem trying to compile it on mingw. The
> ./configure works perfectly, but when I run make:
>
> DLLs.src/data/libdata.a(src_data_libdata_a-file-name.o):file-name.c:(.text+0x962):
> undefined reference to
> `_close_used_without_requesting_gnulib_module_close'

Ah, this is a change in gnulib that we haven't dealt with yet.
Thanks for pointing it out.  I pushed the appended patch to
stable.

By the way, I'm now doing daily snapshots.  They show up at
        http://pspp.benpfaff.org/~blp/
for now.  This patch will be in the next one for stable
(20081104).

commit 7d16c03ab0d8d9999f1756b8c6054507d3d86f0d
Author: Ben Pfaff <[EMAIL PROTECTED]>
Date:   Mon Nov 3 19:49:08 2008 -0800

    Use gnulib 'close' module, for compatibility with newest Gnulib.
    
    Otherwise at link we get an undefined reference to symbol
    _close_used_without_requesting_gnulib_module_close.
    
    Thanks to Michel Boaventura for reporting the problem.

diff --git a/Smake b/Smake
index 3994a30..a466423 100644
--- a/Smake
+++ b/Smake
@@ -9,6 +9,7 @@ GNULIB_MODULES = \
        byteswap \
        c-ctype \
        c-strtod \
+       close \
        crypto/md4 \
        dirname \
        environ \

-- 
"I was born lazy.  I am no lazier now than I was forty years ago, 
 but that is because I reached the limit forty years ago.  You can't 
 go beyond possibility."
--Mark Twain


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to