Mac Port error installing gsoap

Posted by Kevin on Super User See other posts from Super User or by Kevin
Published on 2009-12-24T00:00:42Z Indexed on 2010/04/03 3:03 UTC
Read the original article Hit count: 497

Filed under:
|

Hi All,

I have installed Mac Ports V1.8.1 no worries. I ran sudo port -v selfupdate no worries. I ran sudo port install gsoap And get the following error message.

---> Computing dependencies for gsoap ---> Fetching gsoap ---> Attempting to fetch gsoap_2.7.13.tar.gz from http://optusnet.dl.sourceforge.net/gsoap2 ---> Verifying checksum(s) for gsoap ---> Extracting gsoap ---> Applying patches to gsoap ---> Configuring gsoap Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gsoap/work/gsoap-2.7" && ./configure --prefix=/opt/local --enable-samples " returned error 77 Command output: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... no checking build system type... i386-apple-darwin10.2.0 checking host system type... i386-apple-darwin10.2.0 checking whether make sets $(MAKE)... (cached) no checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables See `config.log' for more details.

Error: Status 1 encountered during processing.

Any ideas as to why it is failing.

Regards Kevin

© Super User or respective owner

Related posts about osx

Related posts about macports