Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 1999 21:24:10 +0000
From:      Ben Smithurst <ben@scientia.demon.co.uk>
To:        Erik Arokszallasi <erik@erba.hu>
Cc:        FreeBSD-questions@FreeBSD.ORG
Subject:   Re: Problems compiling prots
Message-ID:  <19990306212410.A53268@scientia.demon.co.uk>
In-Reply-To: <029601be67ff$8fd64be0$416126c3@erba.satimex.tvnet.hu>
References:  <029601be67ff$8fd64be0$416126c3@erba.satimex.tvnet.hu>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990306212410.A53268>