rules on generating dlname

2013-11-03 Thread Edscott Wilson
I create with libtool have regular a "dlname" (one of the "library_names"). Could anyone please tell me what libtool means when this kind of weird dlname is generated in the .la file? Any pointer would be greatly appreciated. ---------

Re: rules on generating dlname

2013-11-11 Thread Edscott Wilson
Well, figured it out. I had this in configure.ac: m4_define([release], [1]) This breaks the definition of dlname in the .la file libtool produces. 2013/11/3 Edscott Wilson > I've read through the libtool manual and google'd around, but the > following has me dumfounded. &g