Yes I have gotten it to run in c# . I will post the link again later. The link is in the list archives. I am on my cell. Do not recall link at this time. On Aug 16, 2011 9:00 AM, <[email protected]> wrote: > Send NLopt-discuss mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of NLopt-discuss digest..." > > > Today's Topics: > > 1. Mac OS X Lion install error (Ben Hamner) > 2. C# Wrapper and Support (McGonagill, Colin) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 15 Aug 2011 14:53:33 -0400 > From: Ben Hamner <[email protected]> > To: [email protected] > Subject: [NLopt-discuss] Mac OS X Lion install error > Message-ID: > <cae_iy2qrt2gupyakuk-xo03j+7x61bjkqqhcpvvv9jypcs+...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > When I run make on Macbook Pro with OS 10.7, I hit the following error: > > Making all in test > /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o testopt > testfuncs.o testopt.o ../libnlopt.la -lm > libtool: link: g++ -g -O2 -o testopt testfuncs.o testopt.o -Wl,-bind_at_load > ../.libs/libnlopt.a -lm > Undefined symbols for architecture x86_64: > "___emutls_get_address", referenced from: > _nlopt_srand in libnlopt.a(general.o) > _nlopt_srand_time_default in libnlopt.a(general.o) > _nlopt_seconds in libnlopt.a(timer.o) > _nlopt_init_genrand in libnlopt.a(mt19937ar.o) > _nlopt_genrand_int32 in libnlopt.a(mt19937ar.o) > ld: symbol(s) not found for architecture x86_64 > collect2: ld returned 1 exit status > make[2]: *** [testopt] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Any ideas? > > Thanks, > Ben > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < http://ab-initio.mit.edu/pipermail/nlopt-discuss/attachments/20110815/bc49859f/attachment-0001.html > > > ------------------------------ > > Message: 2 > Date: Tue, 16 Aug 2011 10:42:38 -0500 > From: "McGonagill, Colin" <[email protected]> > To: <[email protected]> > Subject: [NLopt-discuss] C# Wrapper and Support > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > All, > > > > I (and others on this list) are working on an applications driven > project in which we were planning on using NLOPT. I have used it > successfully for a while using C to solve for a ton of nonlinear > thermodynamic problems. We however need to port it over to C# because > that was the platform we decided to use for this project. > > I have seen several half complete portions of code for C#. At this point > I fear our only option is to redo major portions of NLOPT in C#, since > we can not seem to wrap it up. We have used PInvoker already, and are > currently trying to get our own wrapper to work, but it seems we are > almost done trying. > > > > My question is has anyone gotten NLOPT to run using C#? If so could you > share your wrapper? We would rather not recode it because of the lack of > support and inability to implement revision changes down the line, not > to mention the sheer work required. > > > > Thanks, > > > > > > Colin McGonagill > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < http://ab-initio.mit.edu/pipermail/nlopt-discuss/attachments/20110816/8314297e/attachment-0001.html > > > ------------------------------ > > _______________________________________________ > NLopt-discuss mailing list > [email protected] > http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss > > > End of NLopt-discuss Digest, Vol 25, Issue 2 > ********************************************
_______________________________________________ NLopt-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss
