Bug wihen building libzmq using openpgm with zmq 3.x
Description
Environment
Ubuntu 10.10
Attachments
1
Activity
Show:

taurelf October 6, 2011 at 11:26 AM
Bug fixed

taurelf October 6, 2011 at 11:25 AM
This is fixed in 3.0 head (and in 3.0.2)
I close the bug

Martin Sustrik October 6, 2011 at 9:58 AM
Thios should be solved in current 3.0 head. Can you confirm and close the issue. Thanks!

Martin Sustrik September 26, 2011 at 10:34 AM
Let's wait till Steven releases new version of OpenPGM that includes this fix and we can make 0MQ use the new version then.
Building zmq 3.0.x with the configure option --with-pgm fails.
Error message :
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in foreign/openpgm
make[1]: Entering directory
`/home/taurel/src/zeromq3-0-2.2_pgm/foreign/openpgm'
Making all in build-staging/openpgm/pgm
make[2]: Entering directory
`/home/taurel/src/zeromq3-0-2.2_pgm/foreign/openpgm/build-staging/openpgm/pgm'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory
`/home/taurel/src/zeromq3-0-2.2_pgm/foreign/openpgm/build-staging/openpgm/pgm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/taurel/src/zeromq3-0-2.2_pgm/foreign/openpgm'
make: *** [all-recursive] Error 1
I attach to this bug report a patch file with the fixes sent on the mailing list by Steve
Regards