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
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
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
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
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
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
>>
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
> ===
>
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
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 @@