BUG: Configuring silc-client C compiler cannot create executables
error installing silc-client
MyMAC:~/ me$ sudo port install silc-client
Password:
---> Configuring silc-client
Error: Target com.apple.configure returned: configure failure: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_irc_silc-client/work/silc-client-1.0.3" && ./configure --prefix=/opt/local --without-silcd --with-docdir=/opt/local/share/silc-client --with-helpdir=/opt/local/share/silc-client --with-simdir=/opt/local/share/silc-client --with-logsdir=/opt/local/var/log/silc-client --disable-asm " returned error 77
Command output: checking build system type... i686-apple-darwin8.9.1
checking host system type... i686-apple-darwin8.9.1
checking target system type... i686-apple-darwin8.9.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for egrep... grep -E
checking for sed... /usr/bin/sed
checking for gcc... gcc-3.3
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.
Change History (5)
Milestone: |
→ Port Bugs
|
Priority: |
Expected →
Normal
|
Summary: |
Configuring silc-client C compiler cannot create executables →
BUG: Configuring silc-client C compiler cannot create executables
|
Version: |
1.4.40
|
Resolution: |
→ worksforme
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
silc-client added
|
The configure script is finding gcc-3.3, and IIRC, Apple's GCC 3.3 can't produce x86 binaries. As of MacPorts 1.6, GCC 4 should automatically be selected. Could you please check if it works now?