[omniORB] Error in building on DEC OSF4

Duncan Grisby dgrisby@uk.research.att.com
Tue, 26 Sep 2000 13:47:48 +0100


------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <2219.969972418.1@pineapple>

On Monday 25 September, "Bhatia, Neeraj" wrote:

> I run into the error listed below. 

There seems to be a typo in the platform file. Try this small patch.
If it works, I'll check it in.

Cheers,

Duncan.

------- =_aaaaaaaaaa0
Content-Type: text/plain; name="osf.patch"; charset="us-ascii"
Content-ID: <2219.969972418.2@pineapple>

Index: external_merge/mk/platforms/alpha_osf1_4.0.mk
===================================================================
RCS file: /project/omni/cvsroot/omni/external_merge/mk/platforms/alpha_osf1_4.0.mk,v
retrieving revision 1.2.6.7
diff -u -r1.2.6.7 alpha_osf1_4.0.mk
--- external_merge/mk/platforms/alpha_osf1_4.0.mk	2000/08/16 11:25:37	1.2.6.7
+++ external_merge/mk/platforms/alpha_osf1_4.0.mk	2000/09/26 12:45:10
@@ -158,7 +158,7 @@
  set -x; \
  $(RM) $@; \
   ld -shared -soname $$soname -set_version $$soname -o $@ \
- $(IMPORT_LIBRARY_FLAGS) $(filter-out $(LibSuffixPattern),$^) $$extralibs; \
+ $(IMPORT_LIBRARY_FLAGS) $(filter-out $(LibSuffixPattern),$^) $$extralibs \
   -lcxxstd -lcxx -lexc -lots -lc;
 endef
 

------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <2219.969972418.3@pineapple>

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --

------- =_aaaaaaaaaa0--