Subject: Re: Use of libraries installed under /usr/pkg/lib...
To: gabriel rosenkoetter <gr@eclipsed.net>
From: None <itojun@iijlab.net>
List: current-users
Date: 09/20/2001 14:25:40
>So, I'm doing, as near as I can tell, what that calls for, but I'm
>getting no love:
>
>grappa:cs45/tish% cc -L/usr/pkg/lib -Wl,--rpath -Wl,/usr/pkg/lib -o split_t=
>est split_test.c tish_split.c
>/tmp/ccRYTMxL.o: In function `main':
>/tmp/ccRYTMxL.o(.text+0xe): undefined reference to `readline'
>collect2: ld returned 1 exit status
>
>What's my silly error here?

	there's no "-lreadline" on the command line.

itojun