Re: GNU libtool-2.4.6 released [stable]

2015-02-15 Thread Václav Zeman
On 15 February 2015 at 22:39, Gary V. Vaughan g...@gnu.org wrote: Libtoolers! The Libtool Team is pleased to announce the release of libtool 2.4.6. GNU Libtool hides the complexity of using shared libraries behind a consistent, portable interface. GNU Libtool ships with GNU libltdl, which

Re: How to resolve the x86 build issue on Mac

2015-01-09 Thread Václav Zeman
On 9.1.2015 13:04, rokaku wrote: I'm newbie for the build, now I'm trying to build libtool-2.4.4 for iOS-simulator (not iOS) on Mac. Here is my script: export ARCH=i386-apple-darwin11 export SDKVER=7.1 export DEVROOT=/Applications/Xcode.app/Contents/Developer export

Re: GNU Libtool-2.4.3 released [stable]

2014-10-28 Thread Václav Zeman
On 27.10.2014 22:44, Gary V. Vaughan wrote: Libtoolers! The Libtool Team is pleased to announce the release of libtool 2.4.3. [...] I have just installed the new version on Ubuntu 14.10 to my $HOME with `--program-suffix=-2.4.3` and I cannot find `libtoolize-2.4.3`. Only plain undecorated

generic -fPIE

2013-12-29 Thread Václav Zeman
Hi. Is there a way to specify that executables built by Libtool are built using any kind of platform specific -fPIE option? It seems that pic-only does not do that, it does it only for libraries. -- VZ signature.asc Description: OpenPGP digital signature

Re: Using libtool via autotools causes linking problem on mingw

2013-11-08 Thread Václav Zeman
On 7 November 2013 22:00, Panicz Maciej Godek godek.mac...@gmail.comwrote: Hi, For some time I've been trying to compile my framework for writing multimedia and 3d games in Guile Scheme on Windows/MinGW. The framework uses SDL library, and more details can be found here:

libtool on MacOS X (with MacPorts)

2013-04-27 Thread Václav Zeman
Hi. I wonder if there is anybody maintaining libtool on MacOS X? My Google Alerts have pointed me at this PR for MacPorts: https://trac.macports.org/ticket/38879. Would it not be possible to merge any changes they have done to support Clang/libc++ into the official libtool? -- VZ

FYI: Solaris Studio compiler on Linux and PIC support in C++

2012-04-27 Thread Václav Zeman
Hi. I am having getting log4cplus compile with Solaris Studio 12.3 compiler using Libtool 2.4.2, Autoconf 2.69 and Automake 1.12. The problems I am having is that despite configuration with --with-pic no -KPIC or -fPIC option is being passed to the compiler. (...some time passes...) I am not