Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 95 16:17 MET DST
From:      nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan)
To:        asami@cs.berkeley.edu, jmacd@freebsd.org
Cc:        ports@freebsd.org
Subject:   Re: gnats port doesn't build
Message-ID:  <m0stbaN-0002kHC@guru.ims.uni-stuttgart.de>

next in thread | raw e-mail | index | archive | help
Satoshi Asami wrote:
> If you can't reproduce this on your machine, never mind, I'll just
> drill Jordan harder to get thud reinstalled from scratch. :)

My last try of the GNAT port didn't have that problem. mkttypef 
doesn't need the gcc library so this is a bogus dependency in the 
Makefile (the bsd.ports.mk one, I guess). But...

> cd /e/work/asami/ports/lang/gnat/work/gnat-2.03-src/ada;  gmake CC="gcc" PREFIX=/usr/local COMPILERSOURCE="/usr/src/gnu/usr.bin/cc"
> gcc -c -O2 -B/usr/local/libexec/ -I. -I../gcc -I/usr/src/gnu/usr.bin/cc/include -gnatg -gnata csets.adb
> gcc -c -O2 -B/usr/local/libexec/ -I. -I../gcc -I/usr/src/gnu/usr.bin/cc/include -I. -I../gcc -I/usr/src/gnu/usr.bin/cc/include mkttypef.c
> gcc: file path prefix `/usr/local/libexec/' never used
> gmake: *** No rule to make target `../gcc/libcc_int.a', needed by `mkttypef'.  Stop.
> *** Error code 2

... can you try proceeding by hand and tell me if the resulting 
compiler is able to recompile itself? I tried to do that, with
version 2.03 and 2.06/2.07. Compilation with the packaged 2.03
compiler on the CD was successful but the result didn't work.

Nils



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