Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 1995 08:22:16 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        jkh@time.cdrom.com (Jordan K. Hubbard)
Cc:        thomas@ghpc8.ihf.rwth-aachen.de, ports@freebsd.org
Subject:   Re: Failure in noweb port
Message-ID:  <199510110722.IAA07844@uriah.heep.sax.de>
In-Reply-To: <199510110626.XAA09976@time.cdrom.com> from "Jordan K. Hubbard" at Oct 10, 95 11:26:35 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Jordan K. Hubbard wrote:
> 
> Missing depend?
> 
> root@time-> cd /usr/ports/devel/noweb
> root@time-> make
> Checksums OK.
> ===>  Building for noweb-2.7a
> cd c; make "CC=cc" "CFLAGS=-O2 -m486 -pipe" all
> for i in shell lib xdoc tex; do (cd $i; make all); done
> chmod +x unmarkup emptydefn toascii
> cd icon; make "ICONT=icont" "ICONC=icont" all
> icont totex.icn
> icont: not found
> *** Error code 1

Missing dot?

cd icon; make "ICONT=./icont" "ICONC=./icont" all

(Disclaimer: i don't know _anything_ about that port.)

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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