[physfs] Download problem

Dennis Schridde devurandom at gmx.net
Sat Sep 23 14:02:51 EDT 2006


Am Samstag, 23. September 2006 19:44 schrieb for.ad at free.fr:
> Dennis Schridde a écrit :
> > Am Samstag, 23. September 2006 08:24 schrieb for.ad at free.fr:
> >> Ryan C. Gordon a écrit :
> >>>> There is a problem to download PhysicsFS source code from here
> >>>> http://www.icculus.org/physfs/downloads/
> >>>> When downloaded, archives appear to have a size of 0 Kb
> >>>> I used firefox and wget and it same.
> >>>
> >>> Webserver issue, it's fixed now.
> >>>
> >>> --ryan.
> >>
> >> it works, thanks.
> >>
> >> Do you know how to force to compile in 32 bits (i use amd64 cpu) ?
> >
> > ./configure CFLAGS=-m32 && make
>
> hi,
>
> ./configure CFLAGS=-m32 && make
>
> it seem to not work, here the result :
>
> configure: warning: CFLAGS=-m32: invalid host type
> loading cache ./config.cache
> checking host system type... Invalid configuration `CFLAGS=-m32': machine
> `CFLAGS=' not recognized checking target system type... Invalid
> configuration `CFLAGS=-m32': machine `CFLAGS=' not recognized checking
> build system type... Invalid configuration `CFLAGS=-m32': machine `CFLAGS='
> not recognized
It seems as if the configure is not the right place for it in this app.

Try
make CFLAGS=-m32
then. If that does also not work try
CFLAGS=-m32 make

--Dennis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://icculus.org/pipermail/physfs/attachments/20060923/647815fe/attachment.pgp>


More information about the physfs mailing list