Date: Sun, 4 Oct 1998 23:27:22 +0200 (CEST) From: Sascha Schumann <sas@schell.de> To: Karl Pielorz <kpielorz@caladan.tdx.co.uk> Cc: current@FreeBSD.ORG Subject: Re: Pine port problem (probably off topic) Message-ID: <Pine.BSF.4.05.9810042324130.17968-100000@guerilla.foo.bar> In-Reply-To: <199810041919.UAA02804@caladan.tdx.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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<somewhat> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9810042324130.17968-100000>