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
the devel package and that will require the library > package. Did you run a configure step of some sort? That should detect > any missing libraries. > > It can be difficult to go from a link error to the required library. > Can you show an example? > > > The program is

Re: Missing Libraries

2022-08-27 Thread Jonathan Ryshpan
e the library > package.  Did you run a configure step of some sort?  That should > detect > any missing libraries. > > It can be difficult to go from a link error to the required library. > Can you show an example? The program is on github and can be downloaded by: git clon

Re: Missing Libraries

2022-08-27 Thread Samuel Sieb
out which libraries to install? That's very odd that it would compile and fail to link. To have the headers, you need the devel package and that will require the library package. Did you run a configure step of some sort? That should detect any missing libraries. It can be difficu

Missing Libraries

2022-08-27 Thread Jonathan Ryshpan
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 libraries to install? The System is: Opera