From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 From: =?windows-1251?b?1ej16O0g0PPx6+Dt?= To: community@lists.altlinux.org Date: Sat, 29 Mar 2008 20:41:38 +0300 User-Agent: KMail/1.9.9 References: <679044850803281359u5d07bcd0y66e84e011a243c87@mail.gmail.com> In-Reply-To: X-Face: (&xiJ3u@NuLg`*; 3Ws|g; b?`RC2/c@sH%M-Y!x5o3P]`(\R; A[i]6h^=hs}Q^p; zT/ylve$udM$8g.HiV"ls(zei4D[!--P<=?utf-8?q?ef=5CiJ4=0A=09=3Da2wRCAO?=qzO"(:gRVa/3IJS MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1408490.jy0nR64O4L"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200803292041.45035@ruslandh> Subject: Re: [Comm] =?windows-1251?b?1sXQze7i8erg/yDj8OD06OrgIFJPT1QsIERlc2t0?= =?windows-1251?b?b3AgNC4wIOgg/erx6vPw8ej/IOIgPz9VYnVudHUgNy4xMCBb?= =?windows-1251?b?SlRd?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: hihin@rambler.ru, ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2008 17:41:48 -0000 Archived-At: List-Archive: List-Post: --nextPart1408490.jy0nR64O4L Content-Type: multipart/mixed; boundary="Boundary-01=_T9n7HQvgVV+sZ9z" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_T9n7HQvgVV+sZ9z Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: base64 Content-Disposition: inline x+Tw4OLx8uLz6fLlIHBhbm92QGRlYzEuc2lucC5tc3UucnUKICDCIPHu7uH55e3o6CDu8iAyOSDs 4PDy4CAyMDA4IHBhbm92QGRlYzEuc2lucC5tc3UucnUg7eDv6PHg6yhhKToKID4gwvHl4+4g7eDo 6/P3+OXj7iwg5fnlIPDg5yDx7+Dx6OHuLgrM7ubl8uUg7+7v8O7h7uLg8vwg/fLu8iDv4PL3LgpQ UyDR6ObzLCDm5PMgLSDq7uPk4CDx7uHl8Ljy8f8uCgoKLS0gCiAgwCDl+bgg4+7i7vD/8iDy4Oog IChmb3J0dW5lKToKIApUaGUgZGlmZmVyZW5jZSBiZXR3ZWVuIGEgY2FyZWVyIGFuZCBhIGpvYiBp cyBhYm91dCAyMCBob3VycyBhIHdlZWsuIApfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18K0SDz4uDm5e3o5ewg1ej1 6O0g0PPx6+DtCg== --Boundary-01=_T9n7HQvgVV+sZ9z Content-Type: text/x-diff; charset="windows-1251"; name="root-Linux.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="root-Linux.diff" diff -uNr root-Source/cint/Module.mk root-new/cint/Module.mk =2D-- root-Source/cint/Module.mk 2008-03-12 10:51:36 +0300 +++ root-new/cint/Module.mk 2008-03-29 01:14:17 +0300 @@ -192,6 +192,7 @@ CINTALLDEP +=3D $(MODDIRS)/v6_loadfile_tmp.d =20 CINTLIB :=3D $(LPATH)/libCint.$(SOEXT) +CINTLIBEXTRA :=3D -ldl =20 ##### cint ##### CINTEXES :=3D $(CINTDIRM)/cppmain.cxx diff -uNr root-Source/cint/src/g__cfunc.c root-new/cint/src/g__cfunc.c =2D-- root-Source/cint/src/g__cfunc.c 2008-03-12 10:51:36 +0300 +++ root-new/cint/src/g__cfunc.c 2008-03-29 01:14:17 +0300 @@ -46,8 +46,7 @@ =20 =20 #if defined(G__ANSI) || defined(G__ANSIHEADER) =2Dint memcmp(const void *region1,const void *region2,size_t count); =2Dvoid* memcpy(void *region1,const void *region2,size_t n); +#include #elif defined(_AIX) /* IBM AIX */ int memcmp(const void *region1,const void *region2,size_t count); diff -uNr root-Source/config/root-config.in root-new/config/root-config.in =2D-- root-Source/config/root-config.in 2008-03-12 10:51:25 +0300 +++ root-new/config/root-config.in 2008-03-29 20:15:00 +0300 @@ -267,8 +267,8 @@ linuxx8664gcc) # AMD Opteron and Intel EM64T (64 bit mode) Linux with gcc 3.x auxcflags=3D"-m64" =2D auxldflags=3D"-m64" =2D auxlibs=3D"-lm -ldl -rdynamic" + auxldflags=3D"-m64 -rdynamic" + auxlibs=3D"-lm -ldl" ;; linuxx8664icc) # AMD Opteron and Intel EM64T (64 bit mode) Linux with Intel icc @@ -277,8 +277,8 @@ ;; linuxalphagcc) # Alpha Linux with gcc =2D auxcflags=3D =2D auxlibs=3D"-lm -ldl -rdynamic" + auxcflags=3D"-rdynamic" + auxlibs=3D"-lm -ldl" ;; linuxarm) # ARM Linux with gcc diff -uNr root-Source/hist/Module.mk root-new/hist/Module.mk =2D-- root-Source/hist/Module.mk 2008-03-12 10:51:19 +0300 +++ root-new/hist/Module.mk 2008-03-29 01:14:17 +0300 @@ -30,6 +30,8 @@ HISTLIB :=3D $(LPATH)/libHist.$(SOEXT) HISTMAP :=3D $(HISTLIB:.$(SOEXT)=3D.rootmap) =20 +HISTLIBEXTRA :=3D lib/libMathCore.so lib/libMatrix.so + # used in the main Makefile ALLHDRS +=3D $(patsubst $(MODDIRI)/%.h,include/%.h,$(HISTHH)) #ALLHDRS +=3D $(patsubst $(MODDIRI)/Math/%.h,include/Math/%.h,$(HISTHH= )) diff -uNr root-Source/tree/Module.mk root-new/tree/Module.mk =2D-- root-Source/tree/Module.mk 2008-03-12 10:51:18 +0300 +++ root-new/tree/Module.mk 2008-03-29 01:14:17 +0300 @@ -32,6 +32,7 @@ =20 TREELIB :=3D $(LPATH)/libTree.$(SOEXT) TREEMAP :=3D $(TREELIB:.$(SOEXT)=3D.rootmap) +TREELIBEXTRA :=3D lib/libNet.so =20 # used in the main Makefile ALLHDRS +=3D $(patsubst $(MODDIRI)/%.h,include/%.h,$(TREEH)) diff -uNr root-Source/xrootd/src/xrootd/src/XrdCrypto/GNUmakefile root-new/= xrootd/src/xrootd/src/XrdCrypto/GNUmakefile =2D-- root-Source/xrootd/src/xrootd/src/XrdCrypto/GNUmakefile 2008-03-12 10= :51:21 +0300 +++ root-new/xrootd/src/xrootd/src/XrdCrypto/GNUmakefile 2008-03-29 01:14:1= 7 +0300 @@ -137,7 +137,7 @@ =20 $(LIBRARY): $(OBJECTS) $(LIBUTIL) @echo Creating shared library $(LIBRARY)=20 =2D $(ECHO)$(CC) $(OBJECTS) $(LDSO) $(LIBUTIL) -o $(LIBRARY) + $(ECHO)$(CC) $(OBJECTS) $(LDSO) $(LIBUTIL) -o $(LIBRARY) -ldl =20 $(LIBASSL): $(OBJCSSL) @echo Creating archive $(LIBASSL)=20 --Boundary-01=_T9n7HQvgVV+sZ9z-- --nextPart1408490.jy0nR64O4L Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (GNU/Linux) iEYEABECAAYFAkfuf1gACgkQkWAq+gg/GPjDqgCeLuge6MoEkHgkNU7l53XDdLAU NVUAn0seRIjFrjkVdQQKn9WBpPSpqkWT =gcCW -----END PGP SIGNATURE----- --nextPart1408490.jy0nR64O4L--