Topic: Minpak not showing up

Hi Jeff,
I've used the package manager to install minpak but It's not showing up anywhere in the package flags so that I can link it in. Can you help me out with this please?
Regards,
Pete

Re: Minpak not showing up

Pete,

Minpack doesn't include a sample project, hence why flags don't appear.  To link with it, you simply need to add the following flag to the Linker box in Compiler Flags in the "Project Options" window:

-lminpack

It should not rely on anything else.

Jeff Armstrong
Approximatrix, LLC

Re: Minpak not showing up

Thanks Jeff,
That worked a treat.