I'm programming Fortran 2008 using Eclipse Phortran. I need to implement the NLopt optimizer and downloaded NLopt for Windows (64bit).
Unfortunately, I'm not able to get the library import running even after searching this and other forums.
I have following files prepared for Windows provided by NLopt: Files from NLopt download
Which files do I have to link in Eclipse? As I have found out in other threads, I have to implement the library and the path in here: Eclipse library linker However, nothing I tried so far is working. It would be very nice, if you could provide me a small tutorial.