irene159 wrote:
I just noticed that I missed some things on the make output [3],
specially:
*** Warning: linker path does not have real file for
library -lmysqlclient.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libmysqlclient and none of the candidates passed a file format
test
*** using a file magic. Last file checked:
/usr/lib/python2.5/config/libpython2.
5.dll.a
*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module _ais. Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
So there is still a problem with libmysqlclient. I have libmysqlclient.a
and
libmysqlclient.la in /usr/local/lib/mysql. What does "linker path does not
have real file for library -lmysqlclient" mean?
It is looking for libmysqlclient.dll but couldn't find it, so it built a
static library (which is useless) instead.
-- Don W.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio