Hi Simon,

Simon Haegler wrote:
> i just noticed that scons tries to build a type-debug--arch-ia32 library, i 
> would like to build a 64bit opensg. how do i tell this to scons?
>   
scons --help gives a list (and a lot of other output right now):

Variant Helper Options
               var_arch: Target processor architectures to build. --
                         ('all'|['x64', 'ia32'])
                         ['x64']
            var_libtype: Library types to build. -- ('all'|['shared', 
'static'])                         ['shared']
               var_type: Types of tun-times to build. -- ('all'|['debug',
                         'optimized'])
                         ['debug']


So to build just x64 run

scons var_arch="x64"

Hope it helps

    Dirk


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to