From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11713 invoked by alias); 22 Nov 2007 17:51:17 -0000 Received: (qmail 11619 invoked by uid 367); 22 Nov 2007 17:51:15 -0000 Date: Thu, 22 Nov 2007 17:51:00 -0000 Message-ID: <20071122175115.11597.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Add preliminary RHEL 4 configure notes. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e4d4f7379e787d9b94795ea76f08994923eae8f9 X-Git-Newrev: f3a7416e830b9fbeacddac5c90183389e5b64136 Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q4/txt/msg00426.txt.bz2 The branch, master has been updated via f3a7416e830b9fbeacddac5c90183389e5b64136 (commit) from e4d4f7379e787d9b94795ea76f08994923eae8f9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit f3a7416e830b9fbeacddac5c90183389e5b64136 Author: Andrew Cagney Date: Thu Nov 22 12:50:38 2007 -0500 Add preliminary RHEL 4 configure notes. ----------------------------------------------------------------------- Summary of changes: htdocs/build/rhel/index.html | 23 ++++++++++++++++++----- 1 files changed, 18 insertions(+), 5 deletions(-) First 500 lines of diff: diff --git a/htdocs/build/rhel/index.html b/htdocs/build/rhel/index.html index a20eea2..78a3dfe 100644 --- a/htdocs/build/rhel/index.html +++ b/htdocs/build/rhel/index.html @@ -90,18 +90,31 @@ and frysk RPMs that contain everything needed to build frysk from CVS; just install RPMs for the following:
-transfig xmlto passivetex xmltex \
-gcc4 gcc4-c++ gcc4-java libgcj4-devel \
-sharutils frysk automake ghostscript yelp
+up2date make transfig \
+    gcc4 gcc4-c++ gcc4-java libgcj4-devel \
+    autoconf automake \
+    xmlto prelink sharutils audit-libs-devel gawk \
+    frysk pkgconfig ghostscript yelp
 

-(A broken dependency in transfig means that ghostscript must also be -explicitly specified.) +in addition, the following rpms can be obtained from the EPEL repository: + +

+git-core
+

+To configure frysk use: + +

+( mkdir build && cd build && ../frysk/configure \
+     PKG_CONFIG_PATH=/usr/lib/frysk/pkgconfig:/usr/lib/pkgconfig )
+
+ For additional updates, check Red Hat Enterprise Linux 4's tracker bug's dependency tree. hooks/post-receive -- frysk system monitor/debugger