On 11 March 2013 12:09, Emmanuel TAUREL <[email protected]> wrote:

>  scons -f SConstruct.RHEL4
>

You probably want,

scons -f  SConstruct.RHEL4 BUILD=RELEASE WITH_EXAMPLES=false
WITH_HTTP=false WITH_SNMP=false WITH_HISTOGRAMS=false

Comment out the lines in the SConstruct file to avoid the errors:

if not conf.CheckPKG('glib-2.0 >= 2.10'):
 print 'glib-2.0 >= 2.10 not found.'
## Exit(1)

if not conf.CheckPKG('gthread-2.0'):
 print 'gthread-2.0 not found.'
## Exit(1)

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to