Diego; ________________________________________
Diego Elio Pettenò Flameeyes flamee...@flameeyes.eu http://blog.flameeyes.eu/ On 6 September 2014 13:50, Arthur Schwarz <aschwarz1...@att.net> wrote: I've successfully made a executable version of my software and am trying to make a library, right now as a UNIX library and soon using libtool for a dynamic library. The static library does not work and I don't see an error message. It seems to configure correctly (using autoreconf) but no *.gz file is generated. I can't figure what's wrong and can't go to generating a dynamic library until I do. Why are you expecting a .gz file at all? Good question. What Im using the auto tools for is to generate an exportable configuration compatible with GNU. My assumption is that autoreconf will generate a *.gz file if there are no errors. This seems to work when I create an 'executable' configuration and seems not to work when I create a library. When the library version works I intend to use libtools. If my understanding is wrong could you provide guidance?