Libtool does not generate shared libraries when cross compiling x86/64 -> sparc64 using fujitsu compiler

2016-02-02 Thread Harald Servat
Hello list, we want to use libtool on a system on which we have to cross-compile from intel x86/64 to sparc/64 using the Fujitsu compiler (fccpx). Unfortunately, I'm unable to get libtool (version 2.4.2) to generate shared libraries. I have written a very small libtool + autotools exampl

Re: Libtool does not generate shared libraries when cross compiling x86/64 -> sparc64 using fujitsu compiler

2016-02-02 Thread Mike Frysinger
On 02 Feb 2016 17:51, Harald Servat wrote: >we want to use libtool on a system on which we have to cross-compile > from intel x86/64 to sparc/64 using the Fujitsu compiler (fccpx). > Unfortunately, I'm unable to get libtool (version 2.4.2) to generate > shared libraries. > >I have writt