Linker info message

2003-06-25 Thread Joost Kraaijeveld
sage? (The executable works like it supposed to do) Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 email: [EMAIL PROTECTED] web: www.askesis.nl smime.p7s Description: S/MIME cryptographic signature

MICO / configure script question

2003-07-23 Thread Joost Kraaijeveld
n is capable of creating dll's with configure? Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 email: [EMAIL PROTECTED] web: www.askesis.nl smime.p7s Description: S/MIME cryptographic signature

RE: Stability Problem with Cygwin Pthreads

2003-11-02 Thread Joost Kraaijeveld
ing for me without using any Cygwin snapshots. Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 email: [EMAIL PROTECTED] web: www.askesis.nl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Initializing a dll question / advise wanted

2003-11-04 Thread Joost Kraaijeveld
s Cygwin behave as GCC on Linux or does it behave as MinGW? TIA Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 email: [EMAIL PROTECTED] web: www.askesis.nl /// Source file #ifndef DllMain_hpp #define DllMain_hpp static void att

OpenLDAP server

2004-03-24 Thread Joost Kraaijeveld
Hi all, Is there anyone succeeded in compiling OpenLDAP with Cygwin? If so, which version? Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl -- Unsubscribe info: http

make install does nothing

2003-10-08 Thread Joost Kraaijeveld
) doc/doc.ps $(SHARED_INSTDIR)/doc/mico/manual.ps; \ fi -ldconfig ... If I do "make install", make responds with "make: 'install' is up to date. If I rename the target to "install1" it works as expected. Am I missing something and is this behaviour by

RE: make install does nothing

2003-10-08 Thread Joost Kraaijeveld
> Do you have a directory or a file called "install" or > "INSTALL"? If so, > make thinks that that's the target you need to make, and reports it as > up-to-date. You can do one of two things: change the > Makefile to add a > ".PHONY: install" (a good thing to do in any case), or add > "check_c

compile and dynamic linking in one commandline

2003-10-09 Thread Joost Kraaijeveld
Hi all, Is it possible to compile and link a source file with a dll to an executable in one step? At this moment I use 2 steps: g++ -c -I"../include" -o"../../Objects/Main.o" Main.cpp g++ -o"../../Target/Main.exe ../../Objects/Main.o ../../Target/libObject.dll Joos

Cygwin and the boost librraies

2003-10-12 Thread Joost Kraaijeveld
Hi all, Is there anyone who uses the Boost libraries with Cygwin, in particular the Boost thread libraries, and cares to share his/hers knowledge how to compile the library (version 1.30.2) so that I can use the threads libries? TIA Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB

wrong pthread_mutexattr_init value bug?

2003-10-14 Thread Joost Kraaijeveld
nt pthread_mutexattr_init (pthread_mutexattr_t *attr) { if (pthread_mutexattr::is_good_object (attr)) return EBUSY; *attr = new pthread_mutexattr (); if (!pthread_mutexattr::is_good_object (attr)) { delete (*attr); *attr = NULL; return ENOMEM; } return 0; } ... Joos

pthread_mutexattr_init problem

2003-10-16 Thread Joost Kraaijeveld
result); break; default: break; } } result = pthread_mutex_init(&_mutex, &m_attr); assert(!result); result = pthread_mutexattr_destroy(&m_attr); assert(!result); if (locked) this->lock(); } TIA Joost Kraaijeveld Askesis B

Re: Thread support in cygwin!

2006-04-12 Thread Joost Kraaijeveld
an look at Cygwin's pthread.h (which basically says that this is implemented: http://www.opengroup.org/onlinepubs/7908799/xsh/pthread.h.html ) or at the Cygwin API docs at http://cygwin.com/cygwin-api/std-posix.html#AEN85 (which seems a little sparse). -- Groeten, Joost Kraaijeveld Askes

Re: Thread support in cygwin!

2006-04-13 Thread Joost Kraaijeveld
On Thu, 2006-04-13 at 11:00 +0200, Samuel Thibault wrote: > Joost Kraaijeveld, le Thu 13 Apr 2006 10:45:39 +0200, a écrit : > > On Thu, 2006-04-13 at 09:42 +0200, Samuel Thibault wrote: > > > Joost Kraaijeveld, le Thu 13 Apr 2006 08:10:15 +0200, a écrit : > > > > No

Re: Thread support in cygwin!

2006-04-13 Thread Joost Kraaijeveld
ture.h (where it is in my cygwin) BTW: I misread the code of OP, I thought that that "__POSIX_THREADS not defined" printed, so my remarks were slightly misplaced. -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax:

Does wxWidgets 2.5.3 compile with Cygwin for anyone?

2004-12-16 Thread Joost Kraaijeveld
icts with declarations in Anyone any ideas where to look for a sollution? Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl -- Unsubscribe info: http://cygwin.com/ml/#u

Using cygwin with W2K in VMWare on Debian 2.6.8-11-amd64-k8-smp?

2005-10-05 Thread Joost Kraaijeveld
error: "configure: error: installation or configuration problem: C compiler cannot create executables." Is this a known problem? Is anyone using a configuration like mine and is able to configure/compile? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmege

Re: Using cygwin with W2K in VMWare on Debian 2.6.8-11-amd64-k8-smp?

2005-10-06 Thread Joost Kraaijeveld
win/bin/ld: installation problem, cannot exec '/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld': Invalid argument collect2: ld returned 255 exit status configure: failed program was: #line 1453 "configure" #include "confdefs.h" main(){return(0);}

Re: Using cygwin with W2K in VMWare on Debian 2.6.8-11-amd64-k8-smp?

2005-10-06 Thread Joost Kraaijeveld
in in VMWare on Linux? -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cyg

Re: Using cygwin with W2K in VMWare on Debian 2.6.8-11-amd64-k8-smp?

2005-10-06 Thread Joost Kraaijeveld
ygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld': Invalid argument collect2: ld returned 255 exit status -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl -- Unsubscri

Re: Using cygwin with W2K in VMWare on Debian 2.6.8-11-amd64-k8-smp?

2005-10-07 Thread Joost Kraaijeveld
Hi James, On Fri, 2005-10-07 at 04:45 -0700, James R. Phillips wrote: > Joost Kraaijeveld wrote: > > [..] > For the record, I do. Currently I run Debian 3.1 (sarge), with a linux > 2.6.13.1 kernel. On top of this is vmware 5, installed using the > vmware-any-any script. A

configure and asinl function problem

2005-10-08 Thread Joost Kraaijeveld
t understand what they do) ? 2. If so, is there a solution for this problem? 3. If stdc++ contains asinl, is there a reason why it is not used? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTE

Re: configure and asinl function problem

2005-10-08 Thread Joost Kraaijeveld
you have a reason > for running it only under g++, but you want the result to be applicable > to gcc as well. For this moment I edit the config.h but that is not the permanant solution of choise. Maintaining ansi C99 function btw is not my permanent choice either ;-). -- Groeten, Joost Kr

Re: configure and asinl function problem

2005-10-08 Thread Joost Kraaijeveld
ure:7436: checking for powl configure:7436: checking for fmodl ... -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.askesis.nl -- Unsubscribe info: http://cygwin.com

Re: configure and asinl function problem

2005-10-08 Thread Joost Kraaijeveld
matter of adding those functions to a header? See: http://gcc.gnu.org/onlinedocs/gcc-3.4.4/gcc/Other-Builtins.html -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTECTED] web: www.aske

Re: configure and asinl function problem

2005-10-08 Thread Joost Kraaijeveld
n the log, configure logs only the exctact code if a test fails, not if it succeeds and the long double math tests all errouneously succeed . -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: [EMAIL PROTE

How to configure cron's mail?

2006-09-26 Thread Joost Kraaijeveld
Hi, Can I configure where cron sends the mail to? It seems to be "[EMAIL PROTECTED]", where user is the account cron is running under, but I would like it to go to "[EMAIL PROTECTED]". -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3

Cron problem

2006-09-29 Thread Joost Kraaijeveld
istrator/crontest.ls #end of file /bin/sh: Mail: command not found -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Cron problem

2006-09-29 Thread Joost Kraaijeveld
To respond to my own problem: a "*" too much in the crontab could explain a lot . So problem solved. -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl -- Unsubscribe info:

Exim / cron question

2006-10-01 Thread Joost Kraaijeveld
Frozen" I have read the docs but I still do not understand how to make exim deliver the mail for the [EMAIL PROTECTED] at the local exchange server. Can anyone help me with this? What should I do to make this work? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nij

Re: DllMain not called

2020-02-07 Thread Joost Kraaijeveld
Does static void __attribute__((constructor)) static void __attribute__((destructor)) work? See also: https://stackoverflow.com/questions/2053029/how-exactly-does-attribute-constructor-work -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/

Re: DllMain not called

2020-02-07 Thread Joost Kraaijeveld
Does static void __attribute__((constructor)) static void __attribute__((destructor)) work? See e.g. https://stackoverflow.com/questions/2053029/how-exactly-does-attribute-constructor-work -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/

Re: Unexpected zero return code from `throw std::runtime_error`

2022-07-02 Thread Joost Kraaijeveld
ementation defined status is returned to the host environment that indicates unsuccessful execution. So basically both programs do the right thing. -- Groeten, Joost Kraaijeveld -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Doc