summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authorAngelo Corsaro <angelo@icorsaro.net>2001-03-03 02:23:38 +0000
committerAngelo Corsaro <angelo@icorsaro.net>2001-03-03 02:23:38 +0000
commitb23fc817974cc9b1df5cf70edd529e203b1039b2 (patch)
tree5a80f0b92444d619a39f46636beaf34a378a1f7b /TAO/rules.tao.GNU
parenta18686e355005cc491f775f2032206526f305477 (diff)
downloadATCD-b23fc817974cc9b1df5cf70edd529e203b1039b2.tar.gz
Fri Mar 2 20:28:27 Angelo Corsaro <angelo@hermes.doc.wustl.edu>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU14
1 files changed, 13 insertions, 1 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index 5a4907d8bb5..95a082fae91 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -40,7 +40,19 @@ endif # COMSPEC
TAO_BASE_LIBS=-lTAO $(ACELIB) $(LIBS)
TAO_SRVR_LIBS=-lTAO_PortableServer $(TAO_BASE_LIBS)
TAO_CLNT_LIBS=-lTAO $(TAO_BASE_LIBS)
-TAO_DYNAMIC_LIBS=-lTAO_DynamicInterface
+#
+# The following simbols has been defined to overcome a
+# problem with the current QNX RTP linker. In fact for
+# that platform the relative platform macro file takes
+# care of adding a number of additional library that are
+# not usually needed on other platforms.
+#
+TAO_DYNAMIC_LIBS+=-lTAO_DynamicInterface
+TAO_COS_NAMING_LIBS+=-lTAO_CosNaming
+TAO_COS_NOTIFICATION_LIBS+=-lTAO_CosNotification
+TAO_RT_SCHED_LIBS+=-lTAO_RTSched
+TAO_FAULT_TOLERANCE_LIBS+=-lTAO_FaultTolerance
+TAO_COS_TRADING_LIBS+=-lTAO_CosTrading
####
#### Macro customization.