[opensuse] compiling iVia on OpenSuSE 11.1
Dear my friends... I use OpenSuSE 11.1. I want to compile and install iVia. I've downloaded iVia from 'http://ivia.ucr.edu/'. When I want to run "./configure" from: "/tmp/iVia/libiViaCore-6.0.1", I the configure process meets error. " sussy:/tmp/iVia/libiViaCore-6.0.1 # ./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 for uname... /bin/uname checking machine architecture... i686 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 `/tmp/iVia/libiViaCore-6.0.1': configure: error: C++ compiler cannot create executables See `config.log' for more details. sussy:/tmp/iVia/libiViaCore-6.0.1 # ". Could anybody ever found the same problem? Please share your knowledge to me. Thank you very much. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, 2009-09-17 at 18:51 +0700, Ricky Tompu Breaky wrote:
Could anybody ever found the same problem?
Seems it cannot find a compiler. See the lines: checking for g++... no checking for c++... no Since this fails, it is no surprise that actual use of the c++ compiler fails. Note that g++/c++ are an additional install beyond gcc. So, fire up your favorite installer and install g++ -- Roger Oberholtzer OPQ Systems / Ramböll RST Ramböll Sverige AB Krukmakargatan 21 P.O. Box 17009 SE-104 62 Stockholm, Sweden Office: Int +46 8-615 60 20 Mobile: Int +46 70-815 1696 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
It's solved. Thank you very much, Roger. === On Thu, 17 Sep 2009 13:56:58 +0200 Roger Oberholtzer <roger@opq.se> wrote:
On Thu, 2009-09-17 at 18:51 +0700, Ricky Tompu Breaky wrote:
Could anybody ever found the same problem?
Seems it cannot find a compiler. See the lines:
checking for g++... no checking for c++... no
Since this fails, it is no surprise that actual use of the c++ compiler fails. Note that g++/c++ are an additional install beyond gcc.
So, fire up your favorite installer and install g++
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Ricky Tompu Breaky
-
Roger Oberholtzer