<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.1.92">
</HEAD>
<BODY>
Hi, me again.<BR>
Thanks for the advice, I checked and indeed, "export" before scons isn't effective.<BR>
But...<BR>
I can't pass the first library test, which is strange because it passed few times, and now, noway.<BR>
I used scons -c and deleted the .sconf_temp and .sconsign.dblite.<BR>
I'm stuck here.<BR>
I tried everything except install 32 bits dev libraries needed in fluxus which seems an headache source.<BR>
Is there a way to pass this.<BR>
<BR>
Here is the config.log:<BR>
<BR>
file /home/ted/Sources/git/fluxus/SConstruct,line 240:<BR>
        Configure(confdir = .sconf_temp)<BR>
scons: Configure: Checking for C library m... <BR>
.sconf_temp/conftest_0.c <-<BR>
  |<BR>
  |<BR>
  |#include "math.h"<BR>
  |<BR>
  |int<BR>
  |main() {<BR>
  |  <BR>
  |return 0;<BR>
  |}<BR>
  |<BR>
gcc -o .sconf_temp/conftest_0.o -c -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -pthread -DFLUXUS_MAJOR_VERSION=0 -DFLUXUS_MINOR_VERSION=18 -DRACKET_COLLECTS_LOCATION="\"/usr/local/racket-5.1.1_32/lib/racket/collects/"\" -DFLUXUS_COLLECTS_LOCATION="\"/usr/local/lib"\" -DDATA_LOCATION="\"/usr/local/share/fluxus-018"\" -DGLSL -DMZ_PRECISE_GC -DdDOUBLE -I/usr/local/include -I/usr/include -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I/usr/local/racket-5.1.1_32/include/racket -I/home/ted/Sources/libfluxus/src .sconf_temp/conftest_0.c<BR>
scons: Configure: Caught exception while building ".sconf_temp/conftest_0":<BR>
<BR>
Traceback (most recent call last):<BR>
  File "/usr/lib/scons/SCons/Job.py", line 212, in start<BR>
    task.prepare()<BR>
  File "/usr/lib/scons/SCons/Taskmaster.py", line 189, in prepare<BR>
    t.prepare()<BR>
  File "/usr/lib/scons/SCons/Node/FS.py", line 2655, in prepare<BR>
    SCons.Node.Node.prepare(self)<BR>
  File "/usr/lib/scons/SCons/Node/__init__.py", line 356, in prepare<BR>
    raise SCons.Errors.StopError(msg % (i, self))<BR>
SCons.Errors.StopError: Implicit dependency `$LDFLAGS:' not found, needed by target `.sconf_temp/conftest_0'.<BR>
scons: Configure: no<BR>
<BR>
Thanks,<BR>
<BR>
Ted<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
hi Ted,

> scons RacketPrefix=/usr/local/racket-5.1.1_32 ADDONS=0
as far as i remember scons does not take the environment variables into 
account. try it like this:
scons RacketPrefix=/usr/local/racket-5.1.1_32 CCFLAGS=" -arch 
i386 " LDFLAGS=" -arch i386 " ADDONS=0

best,
gabor

</PRE>
</BLOCKQUOTE>
<BR>
<BR>
</BODY>
</HTML>