Re: build and installation names

2010-07-27 Thread Ralf Wildenhues
Hello Wesley, * Wesley Smith wrote on Sun, Jul 25, 2010 at 08:35:34PM CEST: I'm trying to setup a Makefile.am such that the lib and modules I build get installed in the following way: /usr/local/lib/liblua5.1-mymodule.so.0.0.0 /usr/local/lib/liblua5.1-mymodule.so.0

Re: build and installation names

2010-07-27 Thread Wesley Smith
Thanks for all the help. I'll address the paths in later refinements, but for now, I'd like to understand why the error is happening in this particular instance. I'm not quite sure what you mean with this.  Can you give an example? Or do you mean the translation from  lib_LTLIBRARIES =

Re: build and installation names

2010-07-27 Thread Ralf Wildenhues
* Wesley Smith wrote on Wed, Jul 28, 2010 at 03:01:30AM CEST: Thanks for all the help. I'll address the paths in later refinements, but for now, I'd like to understand why the error is happening in this particular instance. That is fine. Please send the --debug output that I requested in my

build and installation names

2010-07-25 Thread Wesley Smith
I'm trying to setup a Makefile.am such that the lib and modules I build get installed in the following way: /usr/local/lib/liblua5.1-mymodule.so.0.0.0 /usr/local/lib/liblua5.1-mymodule.so.0 /usr/local/lib/lua/5.1/mymodule.so As a start, I tried to see if I could just build