13,282
edits
m (→Required OSG Plugins: https://github.com/mxe/mxe/issues/11#issuecomment-13474413) |
(→Build Errors: Documenting problems and solutions is a good idea) |
||
| Line 6: | Line 6: | ||
:: yes, you have to change the flags to build dynamically, and this is how you finally get shared libraries into /bin, else they get built into /lib with the *.a prefix as static. actually some shared libraries actually do get installed while some require linking with the plugins before encountering error , this is what i intend to work on -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 18:52, 18 May 2015 (EDT) | :: yes, you have to change the flags to build dynamically, and this is how you finally get shared libraries into /bin, else they get built into /lib with the *.a prefix as static. actually some shared libraries actually do get installed while some require linking with the plugins before encountering error , this is what i intend to work on -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 18:52, 18 May 2015 (EDT) | ||
: It is usually a good idea to document problems and how they got solved. If not for else then for to not do them again. | |||
: It could also potentially help similar endeavors later on. | |||
: —[[User:Johan G|Johan G]] ([[User_talk:Johan_G|Talk]] | [[Special:Contributions/Johan_G|contribs]]) 06:38, 19 May 2015 (EDT) | |||
== Required OSG Plugins == | == Required OSG Plugins == | ||