On 31 December 2011 07:52, marco atzeri wrote:
> On 12/30/2011 12:22 AM, Lukas Reichlin wrote:
>> On 28.12.2011, at 12:43, marco atzeri wrote:
>>
>>> on latest octave 3.5.91+ all the libraries are not exported anymore
>>> so the build of optim on cygwin fails.
>>>
>>> attached patch solve the issu
On 12/30/2011 12:22 AM, Lukas Reichlin wrote:
> On 28.12.2011, at 12:43, marco atzeri wrote:
>
>> on latest octave 3.5.91+ all the libraries are not exported anymore
>> so the build of optim on cygwin fails.
>>
>> attached patch solve the issue and link to LAPACK
>>
>> Tests needed on mingw and Mac
On 28.12.2011, at 12:43, marco atzeri wrote:
> on latest octave 3.5.91+ all the libraries are not exported anymore
> so the build of optim on cygwin fails.
>
> attached patch solve the issue and link to LAPACK
>
> Tests needed on mingw and Mac OS X
>
> Regards
> Marco
Hi Marco
Since optim's m
on latest octave 3.5.91+ all the libraries are not exported anymore
so the build of optim on cygwin fails.
attached patch solve the issue and link to LAPACK
Tests needed on mingw and Mac OS X
Regards
Marco
diff -uNr optim-1.0.17_old/src/Makefile optim-1.0.17/src/Makefile
--- optim-1.0.17_old/sr