> Hello, > any news for us? Sorry for the late reply, I followed the thread back to get up-to-date, I hope I got everything on the way here.
I'm currently busy with octave itself, and I'll get on the the forge packages when it's finished. So you'll have to be a little patient... IIRC, you'd like the package to be also included in the octave windows installer, correct? For this, it must be buildable with the set of tools that ship with the installer. I took a look at your makefile, and am not sure this will work as-is. Is your code supposed to build also on a non-windows platform? because you specify -lpthreadVC2 only for windows. (I suppose the COMSPEC check is the equivalent of 'if building on windows') Why is pthreadVC2 needed (emphasis on the 'VC2' ?) Besides, there is no need to ship with a pthreads library for windows, as gcc for windows (>4.5.0) ships with a pthread library (both the mingw32 and the mingw64 one, gcc, that is) - but it's called simply -lpthreads. benjamin ------------------------------------------------------------------------------ The modern datacenter depends on network connectivity to access resources and provide services. The best practices for maximizing a physical server's connectivity to a physical network are well understood - see how these rules translate into the virtual world? http://p.sf.net/sfu/oracle-sfdevnlfb _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev