From 12e1fbd5c66d927f08ff4aaff53a1a66b5b000ad Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Sat, 31 Oct 1998 00:38:27 +0000 Subject: [PATCH] Fix the static-class-object-from-DSO problem. Approved by briano. --- config/IRIX.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/IRIX.mk b/config/IRIX.mk index 2c90c5834863..b708c714ffd1 100644 --- a/config/IRIX.mk +++ b/config/IRIX.mk @@ -87,6 +87,10 @@ endif ifndef NS_USE_GCC CC = cc CCC = CC -woff 3247 + +# Use C++ compiler for loading -- ld doesn't pass enough info +# to resolve static class objects in shared libraries. +LD = $(CCC) endif ifeq ($(OS_RELEASE)$(OS_VERSION),5.3)