pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1389-g4afd


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1389-g4afd608
Date: Sat, 26 Jun 2010 04:33:24 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  4afd608d61b469b07f6c149e87ba25fabef9909e (commit)
      from  24ce3b8ab286d1460b4cfd65ba1e82c23ff40f2c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4afd608d61b469b07f6c149e87ba25fabef9909e
Author: Ben Pfaff <address@hidden>
Date:   Fri Jun 25 21:33:18 2010 -0700

    Avoid redundant linking against libtool convenience libraries.
    
    Both libpspp.la and libpspp-core.la linked directly against libgl.la, and
    the UI linked against both libpspp.la and libpspp-core.la.  This works fine
    on ELF systems, but with Mach-O on Mac OS X it silently causes duplicate
    symbols at runtime.  In particular there are two different copies of
    rpl_optarg from libgl.la.  Different code sees different copies of these,
    which causes a segfault at runtime whenever anyone invokes pspp with an
    option that takes an argument.
    
    Reported by Jeremy Lavergne <address@hidden>, with debugging
    assistance by Jeremy and by John Darrington.

-----------------------------------------------------------------------

Summary of changes:
 src/automake.mk   |    4 +---
 tests/automake.mk |    4 ++--
 2 files changed, 3 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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