From bed7ff2e2eca2417750b48e524381dfa5adeb26c Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Thu, 6 Dec 2001 23:54:08 +0000 Subject: ChangeLogTag:Thu Dec 6 18:51:39 2001 Steve Huston --- ChangeLog | 7 +++++++ ChangeLogs/ChangeLog-02a | 7 +++++++ ChangeLogs/ChangeLog-03a | 7 +++++++ include/makeinclude/platform_sunos5_sunc++.GNU | 4 ++++ 4 files changed, 25 insertions(+) diff --git a/ChangeLog b/ChangeLog index 45de5344288..ea1de5f1374 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Dec 6 18:51:39 2001 Steve Huston + + * include/makeinclude/platform_sunos5_sunc++.GNU: Re this change: + Wed Dec 5 12:37:56 2001 Carlos O'Ryan + more than the Orbix stuff was removed... restored the setting + of required link libraries and handling for the distrib option. + Thu Dec 06 14:06:22 2001 Nanbor Wang * tests/Config_Test.cpp: The string literals used to initialize diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 45de5344288..ea1de5f1374 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Thu Dec 6 18:51:39 2001 Steve Huston + + * include/makeinclude/platform_sunos5_sunc++.GNU: Re this change: + Wed Dec 5 12:37:56 2001 Carlos O'Ryan + more than the Orbix stuff was removed... restored the setting + of required link libraries and handling for the distrib option. + Thu Dec 06 14:06:22 2001 Nanbor Wang * tests/Config_Test.cpp: The string literals used to initialize diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 45de5344288..ea1de5f1374 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,10 @@ +Thu Dec 6 18:51:39 2001 Steve Huston + + * include/makeinclude/platform_sunos5_sunc++.GNU: Re this change: + Wed Dec 5 12:37:56 2001 Carlos O'Ryan + more than the Orbix stuff was removed... restored the setting + of required link libraries and handling for the distrib option. + Thu Dec 06 14:06:22 2001 Nanbor Wang * tests/Config_Test.cpp: The string literals used to initialize diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU index 2d006a75984..778452b71f1 100644 --- a/include/makeinclude/platform_sunos5_sunc++.GNU +++ b/include/makeinclude/platform_sunos5_sunc++.GNU @@ -147,6 +147,10 @@ ifeq (0,$(exceptions)) endif # ! exceptions LD = $(CXX) +ifeq ($(distrib),0) + LDFLAGS += -R $(ACE_ROOT)/ace -R./ +endif + LIBS += -lsocket -ldl -lnsl -lgen -lposix4 ifeq (C++ 5,$(findstring C++ 5,$(CC_VERSION))) ifeq ($(compat4),1) -- cgit v1.2.1