bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pkg-config doesn't print -L${PREFIX}


From: Yuri
Subject: pkg-config doesn't print -L${PREFIX}
Date: Tue, 19 Jan 2021 17:57:21 -0800
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

ncurses-6.2.20210109 package installed on FreeBSD 12.2
 
pkg-config prints this:

> $ pkg-config --cflags -libs ncurses panelw tinfow
> -I/usr/local/include/ncurses -I/usr/local/include -lncurses -ltinfo -lpanelw -fstack-protector-strong -Wl,-rpath,/usr/local/lib -ltinfow 

It needs to also have -L/usr/local/lib. -Wl,-rpath,/usr/local/lib is different, and is not a replacement for -L/usr/local/lib


Thanks,
Yuri
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]