Re: Missing Libraries

2022-08-28 Thread Garry T. Williams
On Sunday, August 28, 2022 1:21:53 PM EDT Samuel Sieb wrote: > On 8/28/22 07:30, Garry T. Williams wrote: > > On Saturday, August 27, 2022 6:32:10 PM EDT Samuel Sieb wrote: > >> On 8/27/22 15:14, Jonathan Ryshpan wrote: > >> It can be difficult to go from a link error to the required library. > >

Re: Missing Libraries

2022-08-28 Thread Samuel Sieb
On 8/28/22 07:30, Garry T. Williams wrote: On Saturday, August 27, 2022 6:32:10 PM EDT Samuel Sieb wrote: On 8/27/22 15:14, Jonathan Ryshpan wrote: It can be difficult to go from a link error to the required library. Try running ldd on compiled executable. If you get a link error, there is n

Re: Missing Libraries

2022-08-28 Thread Garry T. Williams
On Saturday, August 27, 2022 6:32:10 PM EDT Samuel Sieb wrote: > On 8/27/22 15:14, Jonathan Ryshpan wrote: > It can be difficult to go from a link error to the required library. Try running ldd on compiled executable. -- Garry T. Williams ___ users m

Re: Missing Libraries

2022-08-28 Thread George N. White III
On Sat, Aug 27, 2022 at 10:06 PM Jonathan Ryshpan wrote: > On Sat, 2022-08-27 at 15:32 -0700, Samuel Sieb wrote: > > On 8/27/22 15:14, Jonathan Ryshpan wrote: > > I'm trying to build an application for KDE, kpeoplevcard, available from > github. The compilation goes OK, but ld produces a large nu

Re: Missing Libraries

2022-08-27 Thread Jonathan Ryshpan
On Sat, 2022-08-27 at 15:32 -0700, Samuel Sieb wrote: > On 8/27/22 15:14, Jonathan Ryshpan wrote: > > I'm trying to build an application for KDE, kpeoplevcard, available > > from > > github. The compilation goes OK, but ld produces a large number of > > undefined references, so it looks like I sh

Re: Missing Libraries

2022-08-27 Thread Samuel Sieb
On 8/27/22 15:14, Jonathan Ryshpan wrote: I'm trying to build an application for KDE, kpeoplevcard, available from github. The compilation goes OK, but ld produces a large number of undefined references, so it looks like I should install some libraries. What's the easiest way to find out which