[physfs] Download problem

Bjørn Lindeijer bjorn at lindeijer.nl
Sat Sep 23 17:48:34 EDT 2006


On 9/23/06, Martin Schaffner <schaffner at gmx.li> wrote:
> environment variables need to be set /before/ the configure command,
> but /before or after/ the make command.
> You should be able to do either of:
> CFLAGS=-m32 ./configure && make
> ./configure && make CFLAGS=-m32
>
> The first is preferable as you don't need to add the CFLAGS for every
> make invocation.

Hmm, but for me it has always worked with things like "./configure
CXXFLAGS="-g"". Also, the very first answer by Dennis does add the
-m32 option to the gcc commands used in my case.

Is my system weird? I normally use Arch Linux but I'm sure on Ubuntu
it functions as well.

Bjørn


More information about the physfs mailing list