In an earlier post I reproduced the full description from the defunct HP website about how to recompile SWB. Some of it is clearly outdated and doesn't relate to the current version of the SWB. It's noticeable that the text is identical to the text that was on an earlier version of the HP website for recompiling v1.7.13 including comments about fixes to configure required for v1.7.
For example, examining the SWB source it was obvious that the section titled "Setting up Configure" is not required (the patching done by sed is already in the source code).
The "Running Configure (non-debug)" section was executed with a minor change that I don't know what the libvmscxx.so file is that is supposed to be copied from work:[work.cxx] but it isn't supplied with the SWB source. So instead I create an empty equivalent via:
$ library/alpha/share create libvmscxx.so
I think this is related to the -lvmscxx compiler switch that I had to remove as it caused the configure script to fail.
I also chose not to copy over bash.rc as it creates a very customised GNV installation that breaks compilation of a lot of other stuff due to the many includes. Instead I just manually copy+paste the bash.rc contents at the bash prompt when I am working with SWB.
No comments:
Post a Comment