[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP & PSPPIRE running as native windows applications.
From: |
John Darrington |
Subject: |
Re: PSPP & PSPPIRE running as native windows applications. |
Date: |
Thu, 8 Feb 2007 07:55:54 +0900 |
User-agent: |
Mutt/1.5.9i |
On Wed, Feb 07, 2007 at 08:55:12AM -0800, Ben Pfaff wrote:
> The makescript attempts to run cross-compiled binaries in a number of
> places. The only place that matters for a straight "make" is q2c, so I
> replaced
> /.../q2c
> ./src/language/lexer/q2c $< $@
> with
> wine ./src/language/lexer/q2c$(EXEEXT) $< $@
I am not sure that this is the correct fix. q2c should run on
the build machine, not on the target. It should be compiled with
the host C compiler, not with the target C compiler.
Yes. Of course, this means that we need to change Makefile.am such
that q2c gets built with the native host compiler, not the cross
compiler. There may be a few complications to this, because q2c uses
a few bits from src/libpspp
Unfortunately, I don't have the time to look at this right now.
J'
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- Re: PSPP & PSPPIRE running as native windows applications., (continued)
- Re: PSPP & PSPPIRE running as native windows applications., Ben Pfaff, 2007/02/08
- Re: PSPP & PSPPIRE running as native windows applications., John McCabe-Dansted, 2007/02/09
- Re: PSPP & PSPPIRE running as native windows applications., John McCabe-Dansted, 2007/02/12
- Re: PSPP & PSPPIRE running as native windows applications., Ben Pfaff, 2007/02/13
- libintl dependency, John Darrington, 2007/02/14
- Re: libintl dependency, Ben Pfaff, 2007/02/16
- Re: PSPP & PSPPIRE running as native windows applications., Ben Pfaff, 2007/02/09
Re: PSPP & PSPPIRE running as native windows applications., Ben Pfaff, 2007/02/06