This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
Talk:Mingw
This is a talk page. Please add newer comments below older ones, and sign your comments using four tildes (
~~~~
).
When adding a new section (at the bottom of the page), please mark it as "open for discussion" by using {{talk|open}}
so it will show up in the list of open discussions.This is my work. I migrated it from http://en.gentoo-wiki.com/wiki/Mingw and will continue all edits here. Tatsh
Thanks for this Tatsh.
I'm currently setting up mingw and likely will have some things on the wiki to clarify, I'll list them here for discussion and then incorporate the results.
- Is libssp required for mingw, or is it only needed for programs which require speech signal processing? (wiki leads me to think it is required for mingw)
- I'm going to put a generic "Hello World" example in the wiki, allowing new users to test if environment was set up correctly
- Would this wiki be a good place to include examples of .vimrc and other pertinent config files?
--Unassailable (talk) 20:43, 21 October 2016 (UTC)
More effective solution to a overlay?
I was recommended to use /etc/portage/repos.conf/gentoo.conf instead of PORTDIR_OVERLAY and based on current experience i do believe that it's more effective then using `PORTDIR_OVERLAY` especially if end-user uses Gentoo Overlays. Recommends adding it to a wiki i lack the knowledge to make such an edit.
--Kreyren (talk) 10:07, 20 September 2018 (UTC)
/usr/portage is not an overlay
using: $ crossdev --ov-output /usr/portage {whatever} is a terrible idea. The result is a directory stuffed under /usr/portage which completely breaks your usual emerge --sync by causing infinite retries. --Kuzetsa (talk) 23:02, 4 September 2017 (UTC)
USE flags ?
Can you provide more informations about USE flags? namely those mentioned on the wiki page?