Re: [anjuta-list] Another wxWidgets problem



Hi,


Le 15/03/2016 22:01, Igor Korot a écrit :
But then it should just work, right?
I mean configure should just bring the appropriate option up and they should be
used when compiling either main binary or the library.
Am I right?

Typically, the configure option set some global config variables (like WX_CPPFLAGS or WX_CXXFLAGS), you normally still have to use them in each target.


According to http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html,
one needs to give an "rpath" option in order to change the search path.
Does Anjuta do that?

Yes and no, Anjuta doesn't know any compiler or linker flags so there is no UI to set rpath option. But there is an UI to set linker flags you can use it to add any options, including this -rpath option.


Regards,

Sébastien


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]