From owner-freebsd-questions@FreeBSD.ORG Thu Nov 15 01:09:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DC4E16A418 for ; Thu, 15 Nov 2007 01:09:51 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id D14AA13C48E for ; Thu, 15 Nov 2007 01:09:50 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup245.ach.sch.gr [81.186.70.245]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lAF1966m022451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 15 Nov 2007 03:09:32 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id lAF195f4002457; Thu, 15 Nov 2007 03:09:05 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id lAF192OR002456; Thu, 15 Nov 2007 03:09:02 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 15 Nov 2007 03:09:02 +0200 From: Giorgos Keramidas To: Mike Fahey Message-ID: <20071115010902.GE1995@kobe.laptop> References: <473B3CC6.6090609@enter.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <473B3CC6.6090609@enter.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.938, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.46, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Gcc Problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2007 01:09:51 -0000 On 2007-11-14 13:21, Mike Fahey wrote: > > Freebsd4.10 > > When I try to compile any problem I get the following error. Any > suggestions? Thanks. > > helpers/dummy.c:1: syntax error before `/' > > Here is a sample trying to build any port. > > make > ===> wget-1.10.2_1 depends on file: /usr/local/lib/libcrypto.so.4 - > found > ===> wget-1.10.2_1 depends on executable: gmake - found > ===> wget-1.10.2_1 depends on file: /usr/local/bin/perl5.8.8 - found > ===> wget-1.10.2_1 depends on shared library: intl - found > ===> Configuring for wget-1.10.2_1 > configure: WARNING: you should use --build, --host, --target > configure: configuring for GNU Wget 1.10.2 > checking build system type... i386-portbld-freebsd4.10 > checking host system type... i386-portbld-freebsd4.10 > checking whether gmake sets $(MAKE)... eval: 1: Syntax error: "(" > unexpected > ===> Script "configure" failed unexpectedly. > Please report the problem to vd@FreeBSD.org [maintainer] and attach the > "/usr/ports/ftp/wget/work/wget-1.10.2/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 The error message points to files which you can skim through, to see more error messages. Did you look at these? If yes, can you attach a copy and send it to this list and the maintainer email address listed above?