Re: [PATCH] Extend checks on remake rules.

2010-08-24 Thread Stefano Lattarini
Also, I'd like to squash in the attached patches. Regards, Stefano From 3ba9c134769dfb8cd7f55576ad08fd74d290b5f1 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini stefano.lattar...@gmail.com Date: Tue, 24 Aug 2010 11:14:34 +0200 Subject: [PATCH 2/4] SquashMe1 --- ChangeLog |1 +

Re: [PATCHES] Docs on automatic dependency tracking

2010-08-24 Thread Stefano Lattarini
On Sunday 22 August 2010, Ralf Wildenhues wrote: * Stefano Lattarini wrote on Sat, Aug 21, 2010 at 07:40:17PM CEST: This problem indicates that `git --dry-run' is not enough for me to check the correctness of the push; do you know if there is a way to show which commits are added to which

linux to windows cross compile af a dll

2010-08-24 Thread Joost Kraaijeveld
Hi, I want to cross compile a library on Linux (Debian Sqeeeze AMD64) to Windows. On Linux both the static and shared libraries are build. On Windows just the static library is build. Should I do something special to build a shared library, or should the same autotools configuration build dll's

Re: linux to windows cross compile af a dll

2010-08-24 Thread Joost Kraaijeveld
On Tue, 2010-08-24 at 16:42 +0200, Joost Kraaijeveld wrote: Hi, I want to cross compile a library on Linux (Debian Sqeeeze AMD64) to Windows. On Linux both the static and shared libraries are build. On Windows just the static library is build. Should I do something special to build a shared

Re: linux to windows cross compile af a dll

2010-08-24 Thread Eric Blake
[adding libtool] On 08/24/2010 10:42 AM, Joost Kraaijeveld wrote: *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. It

Re: linux to windows cross compile af a dll

2010-08-24 Thread Ralf Wildenhues
Hello, * Eric Blake wrote on Tue, Aug 24, 2010 at 06:47:51PM CEST: On 08/24/2010 10:42 AM, Joost Kraaijeveld wrote: *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, ***