On 31 December 2011 11:40, marco atzeri <marco.atz...@gmail.com> wrote:
> on fl-core Makefile there is a wrong condition:
>
> ------------------------------------
> ifdef COMSPEC
>        ADDPARAM := -lpthreadVC2
> endif
>
> .phony: all
> all: $(OCT)
>
> %.oct: %.cc
>        mkoctfile -s $< $(ADDPARAM)
>
> -----------------------------------
>
>
> on cygwin
>
> $ echo $COMSPEC
> C:\Windows\system32\cmd.exe
>
> but there is no pthreadVC2 so the ifdef clause should be rewritten
> or at least modified as attached
>
> Regards
> Marco

No one has commented so I have applied your patch.

Carnë

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to