> Well, it depends on what you call and which dependencies exist ... :)
> I haven't found any error. I used the defaults : MICO in Release and Pthread 
> in default,
> which is RELEASE. I haven't seen any kind of debug statement used in their 
> makefile.(this is
> why you had to do everything manual)
> 
> I also tested MICO in debug and still no problems(Pthreads still in release)
Sorry, I haven't seen first in time that there is code for building pthreads in 
debug. :)
(VCE-debug doesn't work. But VSE-debug works)
I had to make only one trick:
        I had to switch VSE and VSE-debug.The reason for this is only because I 
write
in the makevars.win32.pth exactly the parameter passed to PThread's makefile . 
When passing
'VSE-debug' (exactly as specified in the makefile), nmake will complain because 
we are not
allowed to create a variable name called HAVE_PTHREADS_VSE-debug (because of 
the '-').


So, with this trick, I built pthreads in debug mode and everything looks normal.
(tested with demo/mt programs)

Again, I need more details.
I will be out of office the next 3 days, with no Internet access, so please, be 
patient with
the answer.

Sorin


_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to