From: Michael G. <mic...@gm...> - 2012-09-16 18:55:11
|
On Sun, Sep 16, 2012 at 1:57 PM, Paul Dreik <sl...@pa...> wrote: > > > ************************************************************************** > > sockets-1.0.8 > > > ************************************************************************** > > > > --- sockets-1.0.8.tar.gz\sockets\src\Makefile Tue Jan 10 21:05:12 2012 > > +++ sockets-1.0.8_patched.tar.gz\sockets\src\Makefile Sat Aug 04 11:35:39 > > 2012 > > @@ -14,7 +14,8 @@ > > all: $(OCT) > > > > %.oct: %.cc > > - mkoctfile $(VFLAGS) -s $< > > + mkoctfile -L/C/Octave/Octave3.6.0_gcc4.6.2/mingw32/lib $(VFLAGS) -s > > -lws2_32 $< > > +# mkoctfile $(VFLAGS) -s $< > > > > test: $(OCT) > > test_octave_sockets > > > Considering the above change for the sockets package, > is there some way to detect that one runs in mingw, so it is possible to > use the same octfile on multiple platforms? > That's a job for the configure script. Michael. |