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 will

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 to

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