Hi all:

I am having problems building trunk r2290.

Specifically I have 2 issues:

1) During ./configure

./configure: line 20056: syntax error near unexpected token `)'
./configure: line 20056: `x86_64-suse-linux*)'

2) During make -C web conf.php

make: Entering directory `/root/code/ganglia.trunk/web'
../scripts/fixconfig conf.php.in
../scripts/fixconfig: line 60: @SED@: command not found
../scripts/fixconfig: line 67: : No such file or directory
make: *** [conf.php] Error 1
make: Leaving directory `/root/code/ganglia.trunk/web'

The first issue could be fixed by the following patch:

Index: configure.in
===================================================================
--- configure.in        (revision 2290)
+++ configure.in        (working copy)
@@ -341,8 +341,7 @@
 # (insert others here)
 LIB_SUFFIX=lib
 case $host in
-x86_64-redhat-linux*)
-x86_64-suse-linux*)
+x86_64-redhat-linux* | x86_64-suse-linux*)
   LIB_SUFFIX=lib64
   ;;
 esac

The second issue...  does it have something to do with the old
autotools that I'm using?

Thanks,

Bernard

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to