Linking problem

2019-09-13 Thread Bruce Labitt
Puzzling over the use of ldconfig.  As I understand it ldconfig can be used to rebuild/locate all the shared libraries.  It looks in ld.so.conf for the directories to use. In my case ld.so.conf has one line in it: "include /etc/ld.so.conf.d/*.conf" I have 3 conf files in ld.so.conf.d.

YAC linking Problem

2010-05-10 Thread bruce . labitt
Fellow list members, I've got a linux linking problem, which has me stumped. Since I've been coding mostly in python, lately, my 'C' brain has atrophied... I've got a C (umm actually C++) program that won't link to some ATLAS libraries which I recently compiled. The program itself

Re: YAC linking Problem

2010-05-10 Thread Michael ODonnell
Try running your compile command with -v so it announces what it's doing and then use readelf grep to verify that the symbol in question is defined/resolved in the objects you expect. ___ gnhlug-discuss mailing list gnhlug-discuss@mail.gnhlug.org

Re: YAC linking Problem

2010-05-10 Thread bruce . labitt
gnhlug-discuss-boun...@mail.gnhlug.org wrote on 05/10/2010 10:21:50 AM: Fellow list members, I've got a linux linking problem, which has me stumped. Since I've been coding mostly in python, lately, my 'C' brain has atrophied... I've got a C (umm actually C++) program that won't link

Re: YAC linking Problem [SOLVED]

2010-05-10 Thread bruce . labitt
gnhlug-discuss-boun...@mail.gnhlug.org wrote on 05/10/2010 11:15:28 AM: gnhlug-discuss-boun...@mail.gnhlug.org wrote on 05/10/2010 10:21:50 AM: Fellow list members, I've got a linux linking problem, which has me stumped. Since I've been coding mostly in python, lately, my 'C' brain