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.
> >
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
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
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
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
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