Hello Steven,

I have configured nlopt 2.4.2 with
./configure --with-cxx --enable-static --enable-shared

The library created is
/usr/local/lib/libnlopt_cxx.so

pkg-config nlopt --libs
results in
-L/usr/local/lib -lnlopt -lm
which refers to a library nlopt.so which does not exist.

Instead I would expect
-L/usr/local/lib -lnlopt_cxx -lm

Best regards

Heinrich Schuchardt


_______________________________________________
NLopt-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss

Reply via email to