From owner-freebsd-questions Sat Mar 6 15:46:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id AFD8815307 for ; Sat, 6 Mar 1999 15:45:28 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from scientia.demon.co.uk (ident=ben) by scientia.demon.co.uk with local (Exim 2.12 #1) id 10JOYM-000Drl-00; Sat, 6 Mar 1999 21:24:10 +0000 (envelope-from ben@scientia.demon.co.uk) Date: Sat, 6 Mar 1999 21:24:10 +0000 From: Ben Smithurst To: Erik Arokszallasi Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Problems compiling prots Message-ID: <19990306212410.A53268@scientia.demon.co.uk> References: <029601be67ff$8fd64be0$416126c3@erba.satimex.tvnet.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <029601be67ff$8fd64be0$416126c3@erba.satimex.tvnet.hu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Erik Arokszallasi wrote: > In the mean time I tried this again > and wrote the whole procedure in a > tmp file. > > The last line are here: > > cc -DHAVE_CONFIG_H -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I > ../WWW/Library/Implementation -O -pipe -c ./LY > cc -DHAVE_CONFIG_H -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I > ../WWW/Library/Implementation -O -pipe -c ./LY > cc -DHAVE_CONFIG_H -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I > ../WWW/Library/Implementation -O -pipe -c ./LY > cc -DHAVE_CONFIG_H -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I > ../WWW/Library/Implementation -O -pipe -c ./LY > cc -O -pipe chrtrans/makeuctb.c -o chrtrans/makeuctb > *** Error code 1 > > Stop. Did you write the entire output to the tmp file? It looks like any output on stderr hasn't been saved. Do this: cd /usr/ports/www/lynx # or whatever you are building make >build.log 2>&1 And then send the end part of build.log. -- Ben Smithurst ben@scientia.demon.co.uk send a blank message to ben+pgp@scientia.demon.co.uk for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message