On Jan 25, 2012, at 4:38 PM, Randy Bush wrote: > checking for gcc... cc > checking for C compiler default output file name... > configure: error: C compiler cannot create executables > See `config.log' for more details. > ===> Script "configure" failed unexpectedly. > Please report the problem to z...@freebsd.org [maintainer] and attach the > "/usr/ports/net/isc-dhcp42-server/work/dhcp-4.2.3-P2/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`). > *** Error code 1 > > clang?
The instructions given suggest looking at: /usr/ports/net/isc-dhcp42-server/work/dhcp-4.2.3-P2/config.log It's likely to be informative. Failing that, a basic sanity check: echo 'int main() { return 0; }' > test.c cc -o test test.c ./test && echo 'OK' || echo 'bad' Regards, -- -Chuck _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"