pspp-dev
[Top][All Lists]
Advanced

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

Re: cross-compiling


From: Ben Pfaff
Subject: Re: cross-compiling
Date: Wed, 25 Jun 2008 11:54:21 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

"Michel Boaventura" <address@hidden> writes:

> I'm trying to cross-compile pspp to run on windows, but i'm having some 
> trouble.
> I've instaled mingw on my ubuntu, and then compile from source
> iconv,zlib and gsl
> with these arguments on configure:
> --prefix=/usr/local/i586-mingw32msvc/ --host=i586-mingw32msvc
> All of those work like a charm, and then I've tried to compile pspp,
> with the minimal requisites
> (--without-gui --without-libpq --without-libncurses
> --without-libplot), but it keep telling me that i dont
> have zlib neither libgsl. 

It seems likely that GSL and zlib are not installed in a place
that the configure script is able to find them with the default
settings.  Have you set LDFLAGS and CPPFLAGS so that the linker
and compiler, respectively, can locate those libraries?  If you
have already done so, but it is not working anyhow, then perhaps
you could pass along your config.log for us to look at.
-- 
Ben Pfaff 
http://benpfaff.org




reply via email to

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