[mailto:boost-users-bounces@lists.boost.org] On Behalf Of Rene Rivera Sent: Wednesday, November 23, 2005 11:51 AM
I'm trying to build Boost on OpenVMS I64 8.2 and it fails in building jam. Has anyone succeeded in building on 8.2? If so, can you provide the cc and linker options you used?
There's a build_vms.com script in the jam sources which attempts to build jam. It's not very up to date. So help in making it work is highly appreciated.
Are you using that script? What errors do you get?
Yes, I am using the build_vms.com script. The script is pretty trivial - it just compiles each .c module and then links them. The errors I get are like this: %ILINK-I_UDFSYM, INIT_ORDER I get an UDFSYM for: init_order init_path init_property_set init_regex init_sequence init_set make_class_module Looking at the source, each of these is used like a function call, like this: init_order(); But clearly there is no function of that name created in the source. Suggestions welcome. P