From: "Хихин Руслан" <hihin@rambler.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в ??Ubuntu 7.10 [JT]
Date: Sat, 29 Mar 2008 20:41:38 +0300
Message-ID: <200803292041.45035@ruslandh> (raw)
In-Reply-To: <alpine.DEB.1.00.0803291836220.19245@dec1.sinp.msu.ru>
[-- Attachment #1.1: Type: text/plain, Size: 409 bytes --]
Здравствуйте panov@dec1.sinp.msu.ru
В сообщении от 29 марта 2008 panov@dec1.sinp.msu.ru написал(a):
> Всего наилучшего, еще раз спасибо.
Можете попробовать этот патч.
PS Сижу, жду - когда соберётся.
--
А ещё говорят так (fortune):
The difference between a career and a job is about 20 hours a week.
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #1.2: root-Linux.diff --]
[-- Type: text/x-diff, Size: 3188 bytes --]
diff -uNr root-Source/cint/Module.mk root-new/cint/Module.mk
--- 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 += $(MODDIRS)/v6_loadfile_tmp.d
CINTLIB := $(LPATH)/libCint.$(SOEXT)
+CINTLIBEXTRA := -ldl
##### cint #####
CINTEXES := $(CINTDIRM)/cppmain.cxx
diff -uNr root-Source/cint/src/g__cfunc.c root-new/cint/src/g__cfunc.c
--- 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 @@
#if defined(G__ANSI) || defined(G__ANSIHEADER)
-int memcmp(const void *region1,const void *region2,size_t count);
-void* memcpy(void *region1,const void *region2,size_t n);
+#include <string.h>
#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
--- 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="-m64"
- auxldflags="-m64"
- auxlibs="-lm -ldl -rdynamic"
+ auxldflags="-m64 -rdynamic"
+ auxlibs="-lm -ldl"
;;
linuxx8664icc)
# AMD Opteron and Intel EM64T (64 bit mode) Linux with Intel icc
@@ -277,8 +277,8 @@
;;
linuxalphagcc)
# Alpha Linux with gcc
- auxcflags=
- auxlibs="-lm -ldl -rdynamic"
+ auxcflags="-rdynamic"
+ auxlibs="-lm -ldl"
;;
linuxarm)
# ARM Linux with gcc
diff -uNr root-Source/hist/Module.mk root-new/hist/Module.mk
--- 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 := $(LPATH)/libHist.$(SOEXT)
HISTMAP := $(HISTLIB:.$(SOEXT)=.rootmap)
+HISTLIBEXTRA := lib/libMathCore.so lib/libMatrix.so
+
# used in the main Makefile
ALLHDRS += $(patsubst $(MODDIRI)/%.h,include/%.h,$(HISTHH))
#ALLHDRS += $(patsubst $(MODDIRI)/Math/%.h,include/Math/%.h,$(HISTHH))
diff -uNr root-Source/tree/Module.mk root-new/tree/Module.mk
--- 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 @@
TREELIB := $(LPATH)/libTree.$(SOEXT)
TREEMAP := $(TREELIB:.$(SOEXT)=.rootmap)
+TREELIBEXTRA := lib/libNet.so
# used in the main Makefile
ALLHDRS += $(patsubst $(MODDIRI)/%.h,include/%.h,$(TREEH))
diff -uNr root-Source/xrootd/src/xrootd/src/XrdCrypto/GNUmakefile root-new/xrootd/src/xrootd/src/XrdCrypto/GNUmakefile
--- 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:17 +0300
@@ -137,7 +137,7 @@
$(LIBRARY): $(OBJECTS) $(LIBUTIL)
@echo Creating shared library $(LIBRARY)
- $(ECHO)$(CC) $(OBJECTS) $(LDSO) $(LIBUTIL) -o $(LIBRARY)
+ $(ECHO)$(CC) $(OBJECTS) $(LDSO) $(LIBUTIL) -o $(LIBRARY) -ldl
$(LIBASSL): $(OBJCSSL)
@echo Creating archive $(LIBASSL)
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2008-03-29 17:41 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-25 19:30 [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в Ubuntu 7.10 panov
2008-03-25 19:34 ` Pavlov Konstantin
2008-03-26 19:19 ` panov
2008-03-26 20:37 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в ?Ubuntu 7.10 Andrey Rahmatullin
2008-03-27 20:19 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в Ubuntu 7.10 panov
2008-03-27 20:38 ` Хихин Руслан
2008-03-28 7:37 ` panov
2008-03-28 8:26 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в ?Ubuntu 7.10 Alexey I. Froloff
2008-03-28 11:01 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в Ubuntu 7.10 [JT] Владимир Гусев
2008-03-28 11:19 ` Peter Evdokimov
2008-03-28 11:40 ` Peter Evdokimov
2008-03-28 11:24 ` Mikhail Gusarov
2008-03-28 8:35 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в Ubuntu 7.10 Mikhail Gusarov
2008-03-28 6:07 ` Motsyo Gennadi aka Drool
2008-03-28 6:14 ` Andrey Rahmatullin
2008-03-28 6:59 ` Motsyo Gennadi aka Drool
2008-03-28 6:17 ` Хихин Руслан
2008-03-28 6:30 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в ?Ubuntu 7.10 Andrey Rahmatullin
2008-03-28 17:56 ` Хихин Руслан
2008-03-28 18:04 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в ??Ubuntu 7.10 Andrey Rahmatullin
2008-03-28 18:41 ` Хихин Руслан
2008-03-28 18:47 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в ???Ubuntu 7.10 Andrey Rahmatullin
2008-03-28 18:47 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в ??Ubuntu 7.10 Damir Shayhutdinov
2008-03-28 19:13 ` Хихин Руслан
2008-03-28 19:57 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в ??Ubuntu 7.10 [JT] Владимир Гусев
2008-03-28 20:02 ` Damir Shayhutdinov
2008-03-28 20:06 ` Владимир Гусев
2008-03-28 20:16 ` Andrey Rahmatullin
2008-03-28 20:31 ` Damir Shayhutdinov
2008-03-28 20:53 ` Alexey I. Froloff
2008-03-28 20:59 ` Damir Shayhutdinov
2008-03-29 15:43 ` panov
2008-03-29 15:51 ` Damir Shayhutdinov
2008-03-29 17:41 ` Хихин Руслан [this message]
2008-03-30 9:37 ` Eugene Prokopiev
2008-03-28 20:55 ` Eugene Ostapets
2008-03-28 13:21 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в ?Ubuntu 7.10 Pavlov Konstantin
2008-03-28 19:22 ` panov
2008-03-28 19:25 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в ??Ubuntu 7.10 Andrey Rahmatullin
2008-03-25 19:37 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в Ubuntu 7.10 Andrey Rahmatullin
2008-03-25 19:40 ` Владимир Гусев
2008-03-26 4:58 ` ABATAPA
2008-03-26 18:33 ` panov
2008-03-26 18:35 ` Mikhail Gusarov
2008-03-26 19:23 ` panov
2008-03-26 19:24 ` Mikhail Gusarov
2008-03-26 19:41 ` Damir Shayhutdinov
2008-03-26 20:35 ` panov
2008-03-26 20:38 ` Andrey Rahmatullin
2008-03-26 23:35 ` [Comm] ЦЕРНовская графика ROOT vs --as-needed Dmitry V. Levin
2008-03-26 19:47 ` [Comm] ROOT и -Wl,--as-needed Michael Shigorin
2008-03-29 14:35 ` Andriy Dobrovol`s`kii
2008-03-29 14:58 ` [Comm] [JT] " Michael Shigorin
2008-03-26 18:44 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в Ubuntu 7.10 Andrey Rahmatullin
2008-03-26 20:04 ` Владимир Гусев
2008-03-26 20:11 ` Damir Shayhutdinov
2008-03-26 20:19 ` Владимир Гусев
2008-03-26 20:20 ` Владимир Гусев
2008-03-26 20:33 ` [Comm] Administrivia Andrey Rahmatullin
2008-03-26 20:51 ` Владимир Гусев
2008-03-27 14:20 ` Mikhail Gusarov
2008-03-26 20:12 ` [Comm] ЦЕРНовская графика ROOT, Desktop 4.0 и экскурсия в Ubuntu 7.10 Damir Shayhutdinov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200803292041.45035@ruslandh \
--to=hihin@rambler.ru \
--cc=community@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git