Re: [OctDev] optim-1.0.17 patch for undefined symbols

2012-01-10 Thread Carnë Draug
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

Re: [OctDev] optim-1.0.17 patch for undefined symbols

2011-12-30 Thread marco atzeri
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

Re: [OctDev] optim-1.0.17 patch for undefined symbols

2011-12-29 Thread Lukas Reichlin
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

[OctDev] optim-1.0.17 patch for undefined symbols

2011-12-28 Thread marco atzeri
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