Re: Making .lib import libraries with libtool

2009-02-21 Thread Ralf Wildenhues
Hello, * LRN wrote on Sat, Feb 21, 2009 at 07:53:24AM CET: I have a project that uses autoconf/automake/libtool, and it produces shared libraries (on Windows that would be .dll) and static libraries (.a). Which modifications are necessary for it to start outputing .lib libraries (the ones

Re: cmdline_wrap.at

2009-02-21 Thread Ralf Wildenhues
Hi Tim, * Tim Rice wrote on Fri, Feb 20, 2009 at 09:29:40PM CET: I'm trying to understand the cmdline_wrap.at test. I've added this patch to fix the 2 template tests that were failing on UnixWare 7.1.4 Can you post the verbose output of the test both without and with the patch? Thanks.

Re: $ORIGIN support for Libtool

2009-02-21 Thread Ralf Wildenhues
Hello Ethan, * Ethan Mallove wrote on Fri, Feb 20, 2009 at 10:14:13PM CET: I am using the run-time linker $ORIGIN variable with Libtool in an apparently unsupported way to create relocatable objects. Yep. Sorry, but Libtool doesn't support $ORIGIN yet. Currently, the best bet for relocatable

Re: Making .lib import libraries with libtool

2009-02-21 Thread Roumen Petrov
LRN wrote: I have a project that uses autoconf/automake/libtool, and it produces shared libraries (on Windows that would be .dll) and static libraries (.a). Which modifications are necessary for it to start outputing .lib libraries (the ones that could be linked with link.exe) along with .dll's?