Hello, 
I installed gcc46 after some problems.
After that I try to install www/firefox but it fails with this message:
	
	
	
		
The /usr/ports/www/firefox/work/mozilla-release/config.log looks like this
	
	
	
		
				
			I installed gcc46 after some problems.
After that I try to install www/firefox but it fails with this message:
		Code:
	
	  --disable-optimize
  --disable-gnomevfs
  --enable-strip
  --enable-install-strip
  --disable-debug
  --disable-logging
  --disable-gnomeui
creating cache ./config.cache
checking host system type... amd64-portbld-freebsd9.0
checking target system type... amd64-portbld-freebsd9.0
checking build system type... amd64-portbld-freebsd9.0
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking for /usr/local/bin/perl5.10.1... /usr/local/bin/perl5.10.1
checking for gcc... gcc46
checking whether the C compiler (gcc46 -O2 -pipe  -O2 -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing     -Wl,-rpath=/usr/local/lib/gcc46) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
===>  Script "configure" failed unexpectedly.
Please report the problem to gecko@FreeBSD.org [maintainer] and attach the
"/usr/ports/www/firefox/work/mozilla-release/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).The /usr/ports/www/firefox/work/mozilla-release/config.log looks like this
		Code:
	
	This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:1068: checking host system type
configure:1089: checking target system type
configure:1107: checking build system type
configure:1187: checking for mawk
configure:1187: checking for gawk
configure:1187: checking for nawk
configure:1428: checking for /usr/local/bin/perl5.10.1
configure:2693: checking for gcc
configure:2806: checking whether the C compiler (gcc46 -O2 -pipe  -O2 -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing     -Wl,-rpath=/usr/local/lib/gcc46) works
configure:2822: gcc46 -o conftest -O2 -pipe  -O2 -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing        -Wl,-rpath=/usr/local/lib/gcc46 conftest.c -pthread -L/usr/local/lib -liconv 1>&5
eval: gcc46: not found
configure: failed program was:
#line 2817 "configure"
#include "confdefs.h"
main(){return(0);} 
			    