pspp-dev
[Top][All Lists]
Advanced

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

Re: Problem with pspp-master


From: Michel Boaventura
Subject: Re: Problem with pspp-master
Date: Thu, 06 May 2010 23:25:19 -0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

Hello Ben and Harry,

In fact we did fix it. I've just tested it on both git and latest tarball,
and everything works fine. But the problem that Harry reports seems to be
another one. My problem was about multiple definitions of ___printf__,
and Harry's one is about undefined reference.

On my toolchain (using precompiled versions on Fedora 12) ___printf__ is
defined on libintl.dll.a. Harry's log shows that this file being used
on compilation is libintl.a.

Can you see if libintl.dll.a exists on your toolchain and if libintl.a defines ___printf__ Harry? You could run : i686-pc-mingw32-nm /usr/i686-pc-mingw32/sys-root/mingw/lib/libintl.a | grep ___printf__ .

Regards,

Michel




reply via email to

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