how to cross compile pthreads on Debain?

2008-07-23 Thread Joost Kraaijeveld
t. I assume that it is because I created the symlink to the libpthread.a. Is this harmfull, and if so, is there a right way to do this? Should I link to the dll, and if so, how? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-518552

Putting files in AC_CONFIG_AUX_DIR, `..'.

2008-08-15 Thread Joost Kraaijeveld
Hi,, I get the message "Putting files in AC_CONFIG_AUX_DIR, `..'." from libtoolize. Can anyone tell me what this means, if it is harmful and,if needed, what I can do about it? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 /

libtool (1.5.26) with mingw/msys and eclipse problem

2008-08-28 Thread Joost Kraaijeveld
link-time: for some reason libtool (1.5.26) decides to rewrite it's files (the asci stub files that point to the actual library) and forgets that paths in Windows and MSYS work differently in the process. Is it possible to make libtool use the correct paths? TIA Joost -- Groeten, Joos

Re: libtool (1.5.26) with mingw/msys and eclipse problem

2008-08-28 Thread Joost Kraaijeveld
On Thu, 2008-08-28 at 20:33 +0200, Ralf Wildenhues wrote: > Hello Joost, > > * Joost Kraaijeveld wrote on Thu, Aug 28, 2008 at 04:02:58PM CEST: > > > > I have a large Makefile project that uses autotools for configuration. > > If I run "../configure" and &quo

Re: libtool (1.5.26) with mingw/msys and eclipse problem

2008-08-29 Thread Joost Kraaijeveld
; make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/d/workspace/Danu/mingw/test' make: *** [all-recursive] Error 1 -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

Unnecessary running of configure with fatal consequences

2008-12-03 Thread Joost Kraaijeveld
oes anyone recognise this problem, and (prefereably ;-)) has a suggestion or solution to this very annoying problem? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

Re: Unnecessary running of configure with fatal consequences

2008-12-03 Thread Joost Kraaijeveld
depends on the > relative time stamps. If the restoration process leaves aclocal.m4 new > enough, then it will likely not be regenerated next time. I assume it's > this part that is buggy for you. This would suggest that a simple "touch aclocal.m4" after a check out wo

Re: Unnecessary running of configure with fatal consequences

2008-12-03 Thread Joost Kraaijeveld
o. But with a correctly packaged > tarball, I don't think this should happen. On which of all the generated file timestamp does the configure script depends? -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

How to place a lib/dll in another than defauld directory?

2008-12-17 Thread Joost Kraaijeveld
? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

libtool broken pipe problem

2009-12-14 Thread Joost Kraaijeveld
finishes normally? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl

Multiplatform autotools; all OK on Linux, warning on Windows

2010-03-02 Thread Joost Kraaijeveld
-undefined, *** libtool will only create a static version of it. Are these warning something I should/can fix? What is it they are trying to tell me? If they are fixable, how? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax

linux to windows cross compile af a dll

2010-08-24 Thread Joost Kraaijeveld
x27;s for Windows? I am using libtool 2.2.6b. TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl signature.asc Description: This is a digitally signed message part

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 speci

Two questions: warning: macro `AM_CPPFLAGS' not found in library and how to assign values?

2010-11-11 Thread Joost Kraaijeveld
ot;yes"; then TRACING_CPPFLAGS = -DTRACCING AC_MSG_RESULT(Enabling tracing) else TRACING_CPPFLAGS = -DNOTRACING AC_MSG_RESULT(Disabling tracing) fi AM_CPPFLAGS+=$(TRACING_CPPFLAGS) AC_SUBST([AM_CPPFLAGS]) ### -- Met vriendelijke groeten, Joost Kraaijeveld

Re: Two questions: warning: macro `AM_CPPFLAGS' not found in library and how to assign values?

2010-11-11 Thread Joost Kraaijeveld
Hi Stefano, Thanks for you answer. You have solved all my Autotools problems for the time being. So it helped. -- Met vriendelijke groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl signature.asc

how to make "make all" and "make distcheck" *both* work???

2006-04-09 Thread Joost Kraaijeveld
Hi, I have a small test project that has both a library and an executable (that uses that library) that I am using to try learn the GNU auto build tools on Debian Etch. I can get either "make all" work *or "make distcheck" work for the executable but not both, because I cannot get the include path