From owner-freebsd-current Sun Oct 4 14:28:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01255 for freebsd-current-outgoing; Sun, 4 Oct 1998 14:28:35 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from sockratte.schell.de (polz.de [195.20.238.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01245 for ; Sun, 4 Oct 1998 14:28:28 -0700 (PDT) (envelope-from sas@schell.de) Received: from guerilla.foo.bar (hennen32s.iserlohn.netsurf.de [194.195.194.226]) by sockratte.schell.de (8.9.1/8.9.1) with ESMTP id XAA08724; Sun, 4 Oct 1998 23:27:52 +0200 Received: from localhost (localhost.foo.bar [127.0.0.1]) by guerilla.foo.bar (8.9.1/8.9.1) with ESMTP id XAA17978; Sun, 4 Oct 1998 23:27:22 +0200 (CEST) Date: Sun, 4 Oct 1998 23:27:22 +0200 (CEST) From: Sascha Schumann To: Karl Pielorz cc: current@FreeBSD.ORG Subject: Re: Pine port problem (probably off topic) In-Reply-To: <199810041919.UAA02804@caladan.tdx.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 4 Oct 1998, Karl Pielorz wrote: > > Hi All, > > I realise this probably isn't the place to bring > this up - but I've been working on my -current > system for most the weekend (elf, CAM etc.) and > I have a few panics to report... I'd love to use > pine to write the mail, but I can't get that to > compile... Right, it needs some changes to compile cleanly. I write this in Pine 4.05 on a ELF -current, btw... > If someone can suggest how I can fix: > > cc -O -pipe -DDEBUG -DBSDI -DBSDI2 -DPOSIX > -DJOB_CONTROL -DMOUSE main.o -L. -lpico -ltermcap > -o pico > /usr/libexec/elf/ld: cannot open -lpico: No such > file or directory > *** Error code 1 > > Stop. > > I realise the ports changeover to ELF is still > happening - I guess the above is something to do > with 'libpico.so.2.0' vs. '2' (without the .0'?) > but that's just a guess... Substitute the -lpico with ../pico/libpico or tell the compiler how it can find the library in the pico subdirectory. Sascha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message