Skip to Content.
Sympa Menu

charm - Re: [charm] problems building charm

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] problems building charm


Chronological Thread 
  • From: Nikhil Jain <nikhil.life AT gmail.com>
  • To: ghada mhmd <ghadamhmd11 AT yahoo.com>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] problems building charm
  • Date: Sun, 2 Jun 2013 13:27:55 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Hi Ghada

It appears that gcc is not installed on your machine or is not in the
default path. A C/C++ compiler is required to compile the code.

--Nikhil

On Sun, Jun 2, 2013 at 11:22 AM, ghada mhmd
<ghadamhmd11 AT yahoo.com>
wrote:
>
> ________________________________
> From: ghada mhmd
> <ghadamhmd11 AT yahoo.com>
> To:
> "charm AT cs.uiuc.edu"
>
> <charm AT cs.uiuc.edu>
> Sent: Sunday, June 2, 2013 5:46 PM
> Subject: [charm] problems building charm
>
> Dear sir
> I am trying to install NAMD in linux openSuSE 64bit
> I used the command ./build
> but I keep getting the error:
>
> checking machine name... net-linux-x86_64
> checking "cp command as"... cp -p
> checking "C++ compiler as"... "g++ -m64 -optimize -production "
> checking "whether C++ compiler works"... "no"
> Cannot compile C++ programs with g++ -m64
> (check your charm++ version)
> *** Please find detailed output in charmconfig.out ***
> gmake[1]: *** [conv-autoconfig.h] Error 1
> gmake[1]: Leaving directory `/home/ghada/Desktop/charm/net-linux-x86_64/tmp'
> gmake: *** [headers] Error 2
> -------------------------------------------------
> Charm++ NOT BUILT. Either cd into net-linux-x86_64/tmp and try
> to resolve the problems yourself, visit
> http://charm.cs.illinois.edu/
> for more information. Otherwise, email the developers at
> charm AT cs.illinois.edu
>
> I opened the the file: charmconfig.out and found the following text:
>
> Error checking is disabled
> Statistics collection is disabled
> Charm tracing is disabled
> Charm tracing communication thread is disabled
> CharmDebug is disabled
> Charm record/replay is disabled
> CCS is enabled
> Charm control point is disabled
> Setting load balancing timer type as 'double'
> ### whether C++ compiler works
> #include <stdio.h>
> void foo(void) {
> printf("Hello, world!\n");
> }
> g++ -m64 -I../include -I. -c test.cpp -o test.o
> ./configure: line 2120: g++: command not found
>
> what can I do to solve this problem ? do I need to install another compiler
> ?
> thanQ in advance
>
> Ghada
>
> _______________________________________________
> charm mailing list
> charm AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/charm
>
>



--
"Success may ditch you most of the times, but if you ditch it once :
your job is done."
Nikhil Jain,
nikhil.life AT gmail.com,
+1-217-979-0918




Archive powered by MHonArc 2.6.16.

Top of Page