Discussion:
[omniORB] omniORBpy3 & sun studio 11
JiangWei
2006-09-03 19:18:22 UTC
Permalink
[***@sparc omniORBpy]$ cvs diff -u mk/beforeauto.mk.in
Index: mk/beforeauto.mk.in
===================================================================
RCS file: /cvsroot/omniorb/omniORBpy/mk/Attic/beforeauto.mk.in,v
retrieving revision 1.1.4.8
diff -u -r1.1.4.8 beforeauto.mk.in
--- mk/beforeauto.mk.in 26 Jul 2006 17:48:09 -0000 1.1.4.8
+++ mk/beforeauto.mk.in 3 Sep 2006 13:13:09 -0000
@@ -763,7 +763,7 @@
endif
ifdef Compiler_Sun5
SharedLibraryPlatformLinkFlagsTemplate = -G -h $$soname
-PythonLibraryPlatformLinkFlagsTemplate = -G -h $$soname -lCrun
+PythonLibraryPlatformLinkFlagsTemplate = -G -h $$soname -lCrun -lCstd
CXXMAKEDEPEND += -D__SUNPRO_CC
CXXDEBUGFLAGS = -O2 -g # Remove -g may cause problem with exception handling
# This is a problem with Sun C++ 5.0, see README.SunC++5
JiangWei
2006-09-11 11:29:29 UTC
Permalink
Post by JiangWei
Index: mk/beforeauto.mk.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Post by JiangWei
RCS file: /cvsroot/omniorb/omniORBpy/mk/Attic/beforeauto.mk.in,v
retrieving revision 1.1.4.8
diff -u -r1.1.4.8 beforeauto.mk.in
--- mk/beforeauto.mk.in 26 Jul 2006 17:48:09 -0000 1.1.4.8
+++ mk/beforeauto.mk.in 3 Sep 2006 13:13:09 -0000
@@ -763,7 +763,7 @@
endif
ifdef Compiler_Sun5
SharedLibraryPlatformLinkFlagsTemplate =3D -G -h $$soname
-PythonLibraryPlatformLinkFlagsTemplate =3D -G -h $$soname -lCrun
+PythonLibraryPlatformLinkFlagsTemplate =3D -G -h $$soname -lCrun -lCst=
d
Post by JiangWei
CXXMAKEDEPEND +=3D -D__SUNPRO_CC
CXXDEBUGFLAGS =3D -O2 -g # Remove -g may cause problem with exception h=
andling
Post by JiangWei
# This is a problem with Sun C++ 5.0, see README.SunC++5
_______________________________________________
omniORB-list mailing list
http://www.omniorb-support.com/mailman/listinfo/omniorb-list
=20
Loading...