Re: configuring latest snapshot
Kevin Bowling <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.general |
|---|---|
| Message-ID | <[email protected]> |
On 8/20/2009 10:41 PM, vsrk sarma wrote: > Hi, > I am facing problem configuring latest gnucap snapshot, gnucap-2009-08-13. > following error message is seen: > QUOTE: > vsrks@vsrks-laptop:~/gnucap/gnucap-2009-08-13$ ./configure > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking if debug code should be compiled in... no > checking for g++... no > checking for c++... no > checking for gpp... no > checking for aCC... no > checking for CC... no > checking for cxx... no > checking for cc++... no > checking for cl.exe... no > checking for FCC... no > checking for KCC... no > checking for RCC... no > checking for xlC_r... no > checking for xlC... no > checking for C++ compiler default output file name... > configure: error: in `/home/vsrks/gnucap/gnucap-2009-08-13': > configure: error: C++ compiler cannot create executables > See `config.log' for more details. > UNQUOTE > Can some help me what could be the problem. > I am configuring Compaq nx6115(AMD Turion64) notebook with Ubuntu 9.04 > > Hi, It looks like you don't have a C/C++ compiler installed. Using the graphical package manager, or apt-get, install gcc, g++, and related development packages. Regards, Kevin