[zeromq-dev] ZMQ on old linux
Steven McCoy
steven.mccoy at miru.hk
Mon Mar 11 18:36:54 CET 2013
On 11 March 2013 12:09, Emmanuel TAUREL <taurel at esrf.fr> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130311/c0eb5b7c/attachment.htm>
More information about the zeromq-dev
mailing list