idella4 Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_7_-_Sephiroth.gif)
Joined: 09 Jun 2006 Posts: 1600 Location: Australia, Perth
|
Posted: Sun Aug 01, 2010 11:34 pm Post subject: config options |
|
|
I'm trying to get xen working again in a 32 bit gentoo. It has a stubborn problem with the network. I have the xensource xen source.
In compiling it reaches a point where it lists a number of options for compiling in these options.
For my own interest and for trying to get xen to work properly again, I'd like to know more about these options.
gprof enabled no
sparse enabled no
profiler no
static build no
-Werror enabled no
SDL support yes
SDL static link no
curses support no
mingw32 support no
Audio drivers oss
Mixer emulation no
brlapi support no
NPTL support yes
vde support yes
AIO support yes
fdt support no
I'm fairly sure the first few are kernel options. I've set them in the kernel but it doesn't seem to influence.
-Werror is a gcc option. I've included it in the Config.mk and had to remove it to allow it to complete. It's not so important.
curses support I can't figure where it comes from.
mingw32 I suspect is the mingw-runtime package which is masked.
After unmasking it, it wouldn't compile due to configuration error, which I suspect is defined by USE flags.
Code: |
>>> Emerging (1 of 1) dev-util/mingw-runtime-3.16
* mingwrt-3.16-mingw32-src.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* CPV: dev-util/mingw-runtime-3.16
* REPO: gentoo
* USE: elibc_glibc kernel_linux userland_GNU x86
* ERROR: dev-util/mingw-runtime-3.16 failed:
* Invalid configuration
|
At this point I haven't persevered with emerging it.
vde is a package which is installed.
fdt is another I can't figure.
What are they and how do I set them as on? _________________ idella4@aus |
|