Re: [OctDev] missing link library in windows package using mingw32

2008-10-04 Thread Tatsuro MATSUOKA
Hello > Hm, don't know. > I personally propose not to unconditionally add libraries to the build > process - makes thinks less transparent and less maintainable. > > So I guess I'll look into the configure script and add a mingw-specific > link flag for the forge-windows package I agree with y

Re: [OctDev] missing link library in windows package using mingw32

2008-09-29 Thread Michael Goffioul
On Mon, Sep 29, 2008 at 6:07 PM, Benjamin Lindner <[EMAIL PROTECTED]> wrote: > Hm, don't know. > I personally propose not to unconditionally add libraries to the build > process - makes thinks less transparent and less maintainable. > > So I guess I'll look into the configure script and add a mingw

Re: [OctDev] missing link library in windows package using mingw32

2008-09-29 Thread Benjamin Lindner
Tatsuro MATSUOKA wrote: > Hello > > --- Benjamin Lindner <[EMAIL PROTECTED]> wrote: > >> Tatsuro MATSUOKA wrote: >>> Hello >>> >>> In mycase -luuid is included in mkoctfile so it is not required. >>> >> Did you manually add it to mkoctfile source code? >> >> benjamin >> > For octave building, lib

Re: [OctDev] missing link library in windows package using mingw32

2008-09-26 Thread Tatsuro MATSUOKA
Hello --- Benjamin Lindner <[EMAIL PROTECTED]> wrote: > Tatsuro MATSUOKA wrote: > > Hello > > > > In mycase -luuid is included in mkoctfile so it is not required. > > > > Did you manually add it to mkoctfile source code? > > benjamin > For octave building, libuuid.a is not required now. But

Re: [OctDev] missing link library in windows package using mingw32

2008-09-26 Thread Benjamin Lindner
Tatsuro MATSUOKA wrote: > Hello > > In mycase -luuid is included in mkoctfile so it is not required. > Did you manually add it to mkoctfile source code? benjamin - This SF.Net email is sponsored by the Moblin Your Move Dev

Re: [OctDev] missing link library in windows package using mingw32

2008-09-26 Thread Benjamin Lindner
Michael Goffioul wrote: > On Wed, Sep 24, 2008 at 9:57 PM, Benjamin Lindner <[EMAIL PROTECTED]> wrote: >> Hello, >> >> in order to build __COM__.oct in the windows-1.0.6 package using >> mingw32-gcc, an additional link libray is required >> >> Index: Makefile >>

Re: [OctDev] missing link library in windows package using mingw32

2008-09-25 Thread Michael Goffioul
On Wed, Sep 24, 2008 at 9:57 PM, Benjamin Lindner <[EMAIL PROTECTED]> wrote: > Hello, > > in order to build __COM__.oct in the windows-1.0.6 package using > mingw32-gcc, an additional link libray is required > > Index: Makefile > === >

Re: [OctDev] missing link library in windows package using mingw32

2008-09-24 Thread Tatsuro MATSUOKA
Hello In mycase -luuid is included in mkoctfile so it is not required. However in msvc -luuid seems not to be inculded in mkoctfile, * octave:4> mkoctfile -v Hello.cc cc-msvc -d -c -I. -Ic:/Software/VCLibs/include -IC:\Programs\Octave-3.0.1\incl

[OctDev] missing link library in windows package using mingw32

2008-09-24 Thread Benjamin Lindner
Hello, in order to build __COM__.oct in the windows-1.0.6 package using mingw32-gcc, an additional link libray is required Index: Makefile === --- Makefile(revision 5308) +++ Makefile(working copy) @@ -24,7 +24,7 @@