"Michel Boaventura" <[EMAIL PROTECTED]> 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 _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
