* [uml-devel] 2.6.13.2 + gcc 4.01 link error
@ 2005-09-24 15:52 Etay Meiri
2005-09-24 16:54 ` Blaisorblade
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Etay Meiri @ 2005-09-24 15:52 UTC (permalink / raw)
To: user-mode-linux-devel
[-- Attachment #1: Type: text/plain, Size: 1173 bytes --]
Hi,
I'm trying to compile UML on FC4 using kernel source 2.6.13.2<http://2.6.13.2/>
and gcc-4.0.1-4.fc4 and getting the following errors:
CC lib/string.o
CC lib/vsprintf.o
AR lib/lib.a
CC [M] lib/crc-ccitt.o
CC [M] lib/libcrc32c.o
GEN .version
CHK include/linux/compile.h
dnsdomainname: Unknown host
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/um/sys-i386/built-in.o(*ABS*+0xde77d105): In function `__crc_kunmap':
: multiple definition of `__crc_kunmap'
arch/um/sys-i386/built-in.o(*ABS*+0x26792e7): In function
`__crc_kmap_atomic':
: multiple definition of `__crc_kmap_atomic'
arch/um/sys-i386/built-in.o(*ABS*+0x7d922e4a): In function
`__crc_kmap_atomic_to_page':
: multiple definition of `__crc_kmap_atomic_to_page'
arch/um/sys-i386/built-in.o(*ABS*+0xf3c4062c): In function `__crc_kmap':
: multiple definition of `__crc_kmap'
collect2: ld returned 1 exit status
KSYM .tmp_kallsyms1.S
nm: '.tmp_vmlinux1': No such file
No valid symbol.
make: *** [.tmp_kallsyms1.S] Error 1
Any idea?
Thanks,
--
------------------------------------------------------
Etay Meiri
etay.meiri@gmail.com
[-- Attachment #2: Type: text/html, Size: 1894 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [uml-devel] 2.6.13.2 + gcc 4.01 link error 2005-09-24 15:52 [uml-devel] 2.6.13.2 + gcc 4.01 link error Etay Meiri @ 2005-09-24 16:54 ` Blaisorblade 2005-09-24 17:24 ` Jeff Dike 2005-09-24 18:07 ` Etay Meiri 2005-09-24 17:22 ` Jeff Dike 2005-09-25 15:27 ` Blaisorblade 2 siblings, 2 replies; 9+ messages in thread From: Blaisorblade @ 2005-09-24 16:54 UTC (permalink / raw) To: user-mode-linux-devel, Etay Meiri On Saturday 24 September 2005 17:52, Etay Meiri wrote: > Hi, > > I'm trying to compile UML on FC4 using kernel source > 2.6.13.2<http://2.6.13.2/> and gcc-4.0.1-4.fc4 and getting the following > errors: Disable CONFIG_HIGHMEM as a workaround (you likely don't need it), I'll fix it later. > > CC lib/string.o > CC lib/vsprintf.o > AR lib/lib.a > CC [M] lib/crc-ccitt.o > CC [M] lib/libcrc32c.o > GEN .version > CHK include/linux/compile.h > dnsdomainname: Unknown host > UPD include/linux/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > arch/um/sys-i386/built-in.o(*ABS*+0xde77d105): In function `__crc_kunmap': > : multiple definition of `__crc_kunmap' > > arch/um/sys-i386/built-in.o(*ABS*+0x26792e7): In function > `__crc_kmap_atomic': > : multiple definition of `__crc_kmap_atomic' > > arch/um/sys-i386/built-in.o(*ABS*+0x7d922e4a): In function > > `__crc_kmap_atomic_to_page': > : multiple definition of `__crc_kmap_atomic_to_page' > > arch/um/sys-i386/built-in.o(*ABS*+0xf3c4062c): In function `__crc_kmap': > : multiple definition of `__crc_kmap' > > collect2: ld returned 1 exit status > KSYM .tmp_kallsyms1.S > nm: '.tmp_vmlinux1': No such file > No valid symbol. > make: *** [.tmp_kallsyms1.S] Error 1 > > Any idea? > > Thanks, > > -- > ------------------------------------------------------ > Etay Meiri > etay.meiri@gmail.com -- Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894) http://www.user-mode-linux.org/~blaisorblade ___________________________________ Yahoo! Messenger: chiamate gratuite in tutto il mondo http://it.messenger.yahoo.com ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [uml-devel] 2.6.13.2 + gcc 4.01 link error 2005-09-24 16:54 ` Blaisorblade @ 2005-09-24 17:24 ` Jeff Dike 2005-09-25 18:07 ` Blaisorblade 2005-09-24 18:07 ` Etay Meiri 1 sibling, 1 reply; 9+ messages in thread From: Jeff Dike @ 2005-09-24 17:24 UTC (permalink / raw) To: Blaisorblade; +Cc: user-mode-linux-devel, Etay Meiri On Sat, Sep 24, 2005 at 06:54:53PM +0200, Blaisorblade wrote: > Disable CONFIG_HIGHMEM as a workaround (you likely don't need it), I'll fix it > later. Hmmm, maybe my previous answer is wrong, but I do have a recollection that I saw this after accidentally getting an i386 config. Jeff ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [uml-devel] 2.6.13.2 + gcc 4.01 link error 2005-09-24 17:24 ` Jeff Dike @ 2005-09-25 18:07 ` Blaisorblade 0 siblings, 0 replies; 9+ messages in thread From: Blaisorblade @ 2005-09-25 18:07 UTC (permalink / raw) To: user-mode-linux-devel; +Cc: Jeff Dike, Etay Meiri On Saturday 24 September 2005 19:24, Jeff Dike wrote: > On Sat, Sep 24, 2005 at 06:54:53PM +0200, Blaisorblade wrote: > > Disable CONFIG_HIGHMEM as a workaround (you likely don't need it), I'll > > fix it later. > Hmmm, maybe my previous answer is wrong, but I do have a recollection that > I saw this after accidentally getting an i386 config. Ok, fine, but: You said you have 1G on your laptop, back in Ottawa, so you likely enable HIGHMEM in your host .config, while you never do on UML, and neither do I. That explains what you say. But no, an i386 .config can produce bogus settings (i.e. an UML without UBD driver), but it shouldn't produce a non-compiling setting - make randconfig is supposed to produce a compiling configuration. I just tested and got the *same* errors, and applied the "remove duplicated symbols export" you sent to Linus' git tree, which fixed it. -- Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894) http://www.user-mode-linux.org/~blaisorblade ___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [uml-devel] 2.6.13.2 + gcc 4.01 link error 2005-09-24 16:54 ` Blaisorblade 2005-09-24 17:24 ` Jeff Dike @ 2005-09-24 18:07 ` Etay Meiri 1 sibling, 0 replies; 9+ messages in thread From: Etay Meiri @ 2005-09-24 18:07 UTC (permalink / raw) To: Blaisorblade; +Cc: user-mode-linux-devel [-- Attachment #1: Type: text/plain, Size: 2092 bytes --] Thanks, it worked. -Etay On 9/24/05, Blaisorblade <blaisorblade@yahoo.it> wrote: > > On Saturday 24 September 2005 17:52, Etay Meiri wrote: > > Hi, > > > > I'm trying to compile UML on FC4 using kernel source > > 2.6.13.2 <http://2.6.13.2><http://2.6.13.2/> and gcc-4.0.1-4.fc4 and > getting the following > > errors: > Disable CONFIG_HIGHMEM as a workaround (you likely don't need it), I'll > fix it > later. > > > > CC lib/string.o > > CC lib/vsprintf.o > > AR lib/lib.a > > CC [M] lib/crc-ccitt.o > > CC [M] lib/libcrc32c.o > > GEN .version > > CHK include/linux/compile.h > > dnsdomainname: Unknown host > > UPD include/linux/compile.h > > CC init/version.o > > LD init/built-in.o > > LD .tmp_vmlinux1 > > > arch/um/sys-i386/built-in.o(*ABS*+0xde77d105): In function > `__crc_kunmap': > > : multiple definition of `__crc_kunmap' > > > > arch/um/sys-i386/built-in.o(*ABS*+0x26792e7): In function > > > `__crc_kmap_atomic': > > : multiple definition of `__crc_kmap_atomic' > > > > arch/um/sys-i386/built-in.o(*ABS*+0x7d922e4a): In function > > > > `__crc_kmap_atomic_to_page': > > : multiple definition of `__crc_kmap_atomic_to_page' > > > > arch/um/sys-i386/built-in.o(*ABS*+0xf3c4062c): In function `__crc_kmap': > > : multiple definition of `__crc_kmap' > > > > collect2: ld returned 1 exit status > > KSYM .tmp_kallsyms1.S > > nm: '.tmp_vmlinux1': No such file > > No valid symbol. > > make: *** [.tmp_kallsyms1.S] Error 1 > > > > Any idea? > > > > Thanks, > > > > -- > > ------------------------------------------------------ > > Etay Meiri > > etay.meiri@gmail.com > > -- > Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". > Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ > 215621894) > http://www.user-mode-linux.org/~blaisorblade > > > ___________________________________ > Yahoo! Messenger: chiamate gratuite in tutto il mondo > http://it.messenger.yahoo.com > > -- ------------------------------------------------------ Etay Meiri etay.meiri@gmail.com [-- Attachment #2: Type: text/html, Size: 2803 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [uml-devel] 2.6.13.2 + gcc 4.01 link error 2005-09-24 15:52 [uml-devel] 2.6.13.2 + gcc 4.01 link error Etay Meiri 2005-09-24 16:54 ` Blaisorblade @ 2005-09-24 17:22 ` Jeff Dike 2005-09-25 15:27 ` Blaisorblade 2 siblings, 0 replies; 9+ messages in thread From: Jeff Dike @ 2005-09-24 17:22 UTC (permalink / raw) To: Etay Meiri; +Cc: user-mode-linux-devel On Sat, Sep 24, 2005 at 06:52:46PM +0300, Etay Meiri wrote: > arch/um/sys-i386/built-in.o(*ABS*+0xde77d105): In function `__crc_kunmap': > : multiple definition of `__crc_kunmap' > arch/um/sys-i386/built-in.o(*ABS*+0x26792e7): In function > `__crc_kmap_atomic': > : multiple definition of `__crc_kmap_atomic' > arch/um/sys-i386/built-in.o(*ABS*+0x7d922e4a): In function > `__crc_kmap_atomic_to_page': > : multiple definition of `__crc_kmap_atomic_to_page' > arch/um/sys-i386/built-in.o(*ABS*+0xf3c4062c): In function `__crc_kmap': > : multiple definition of `__crc_kmap' > collect2: ld returned 1 exit status > KSYM .tmp_kallsyms1.S > nm: '.tmp_vmlinux1': No such file > No valid symbol. > make: *** [.tmp_kallsyms1.S] Error 1 This is a bogus config. Fix by make mrproper make mrproper ARCH=um make defconfig ARCH=um make ARCH=um Jeff ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [uml-devel] 2.6.13.2 + gcc 4.01 link error 2005-09-24 15:52 [uml-devel] 2.6.13.2 + gcc 4.01 link error Etay Meiri 2005-09-24 16:54 ` Blaisorblade 2005-09-24 17:22 ` Jeff Dike @ 2005-09-25 15:27 ` Blaisorblade 2005-09-26 19:40 ` Etay Meiri 2 siblings, 1 reply; 9+ messages in thread From: Blaisorblade @ 2005-09-25 15:27 UTC (permalink / raw) To: user-mode-linux-devel, Etay Meiri On Saturday 24 September 2005 17:52, Etay Meiri wrote: > Hi, > I'm trying to compile UML on FC4 using kernel source > 2.6.13.2<http://2.6.13.2/> and gcc-4.0.1-4.fc4 and getting the following > errors: > CC lib/string.o > CC lib/vsprintf.o > AR lib/lib.a > CC [M] lib/crc-ccitt.o > CC [M] lib/libcrc32c.o > GEN .version > CHK include/linux/compile.h > dnsdomainname: Unknown host This error is not related to Uml at all and shouldn't give problems in itself, but why dnsdomainname doesn't work on your machine? You should probably fix that. > UPD include/linux/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > collect2: ld returned 1 exit status > KSYM .tmp_kallsyms1.S > nm: '.tmp_vmlinux1': No such file > No valid symbol. > make: *** [.tmp_kallsyms1.S] Error 1 > Any idea? Read my previous answer, however if you want the fix it's in 2.6.13-bs2 - and it was already in 2.6.14 current Linus tree. -- Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894) http://www.user-mode-linux.org/~blaisorblade ___________________________________ Yahoo! Messenger: chiamate gratuite in tutto il mondo http://it.messenger.yahoo.com ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [uml-devel] 2.6.13.2 + gcc 4.01 link error 2005-09-25 15:27 ` Blaisorblade @ 2005-09-26 19:40 ` Etay Meiri 2005-09-27 17:46 ` Blaisorblade 0 siblings, 1 reply; 9+ messages in thread From: Etay Meiri @ 2005-09-26 19:40 UTC (permalink / raw) To: Blaisorblade; +Cc: user-mode-linux-devel [-- Attachment #1: Type: text/plain, Size: 3058 bytes --] On 9/25/05, Blaisorblade <blaisorblade@yahoo.it> wrote: > > > dnsdomainname: Unknown host > This error is not related to Uml at all and shouldn't give problems in > itself, > but why dnsdomainname doesn't work on your machine? You should probably > fix > that. Etay: looks like name resolving is not working ok on my machine. I'm getting 'host not found' when running host on my machine name. The name is configured in /etc/hosts and 'files' is set first in nsswitch.conf. Looks like the resolver is bypassing the hosts file and goes directly to the DNS server of my ISP. Read my previous answer, however if you want the fix it's in 2.6.13-bs2 - > and > it was already in 2.6.14 current Linus tree. Etay: I updated my kernel tree using: git pull rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git (is that the correct way to pull Linus tree?) and got the following errors on compilation: [cl@amber linux-2.6]$ ARCH=um make make[1]: `arch/um/sys-i386/util/mk_sc' is up to date. CHK arch/um/include/uml-config.h UPD arch/um/include/uml-config.h CHK include/linux/version.h UPD include/linux/version.h SPLIT include/linux/autoconf.h -> include/config/* gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer -g -fprofile-arcs -ftest-coverage -D__arch_um__ -DSUBARCH=\"i386\" -Iarch/um/include -I/home/cl/kernel/linux-2.6/arch/um/kernel/tt/include -I/home/cl/kernel/linux-2.6/arch/um/kernel/skas/include -Dvmap=kernel_vmap -Din6addr_loopback=kernel_in6addr_loopback -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask -fno-unit-at-a-time -U__i386__ -Ui386 -D_LARGEFILE64_SOURCE -Wdeclaration-after-statement -Wno-pointer-sign -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.0.1/include -D__KERNEL__ -Iinclude -S -o arch/um/kernel-offsets.s arch/um/sys-i386/kernel-offsets.c In file included from include/asm/thread_info.h:17, from include/linux/thread_info.h:21, from include/linux/spinlock.h:53, from include/linux/capability.h:45, from include/linux/sched.h:7, from arch/um/sys-i386/kernel-offsets.c:3: include/asm/processor.h:69: error: 'CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function) include/asm/processor.h:69: error: requested alignment is not a constant In file included from include/linux/sched.h:12, from arch/um/sys-i386/kernel-offsets.c:3: include/linux/jiffies.h:27:5: warning: "CONFIG_HZ" is not defined include/linux/jiffies.h:29:7: warning: "CONFIG_HZ" is not defined Thanks a lot for your help, -Etay -- > Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". > Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ > 215621894) > http://www.user-mode-linux.org/~blaisorblade > > > ___________________________________ > Yahoo! Messenger: chiamate gratuite in tutto il mondo > http://it.messenger.yahoo.com > > -- ------------------------------------------------------ Etay Meiri etay.meiri@gmail.com [-- Attachment #2: Type: text/html, Size: 4888 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [uml-devel] 2.6.13.2 + gcc 4.01 link error 2005-09-26 19:40 ` Etay Meiri @ 2005-09-27 17:46 ` Blaisorblade 0 siblings, 0 replies; 9+ messages in thread From: Blaisorblade @ 2005-09-27 17:46 UTC (permalink / raw) To: Etay Meiri; +Cc: user-mode-linux-devel On Monday 26 September 2005 21:40, Etay Meiri wrote: > On 9/25/05, Blaisorblade <blaisorblade@yahoo.it> wrote: > > > dnsdomainname: Unknown host > > > > This error is not related to Uml at all and shouldn't give problems in > > itself, > > but why dnsdomainname doesn't work on your machine? You should probably > > fix > > that. > Etay: looks like name resolving is not working ok on my machine. I'm > getting 'host not > found' when running host on my machine name. The name is configured in > /etc/hosts > and 'files' is set first in nsswitch.conf. Looks like the resolver is > bypassing the hosts file > and goes directly to the DNS server of my ISP. No idea on this - I'm answering in a hurry. > Etay: I updated my kernel tree using: > > git pull > rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > (is that the correct way to pull Linus tree?) I use cogito (see www.kernel.org/git - there's info atop of the page), but the above should work, yes. However -bs2 has been released, while Linus tree is currently not so nice (all the fixes exist, waiting to be merged). > and got the following errors on compilation: > > [cl@amber linux-2.6]$ ARCH=um make Sorry, use make ARCH=um, it's different. And still, run the command on a clean tree - CONFIG_X86_L1_CACHE_SHIFT is a clear sign you've some left-overs (likely include/asm) > make[1]: `arch/um/sys-i386/util/mk_sc' is up to date. > CHK arch/um/include/uml-config.h > UPD arch/um/include/uml-config.h > CHK include/linux/version.h > UPD include/linux/version.h > SPLIT include/linux/autoconf.h -> include/config/* > gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing > -fno-common -ffreestanding -O2 -fomit-frame-pointer -g -fprofile-arcs > -ftest-coverage -D__arch_um__ -DSUBARCH=\"i386\" -Iarch/um/include > -I/home/cl/kernel/linux-2.6/arch/um/kernel/tt/include > -I/home/cl/kernel/linux-2.6/arch/um/kernel/skas/include -Dvmap=kernel_vmap > -Din6addr_loopback=kernel_in6addr_loopback -Derrno=kernel_errno > -Dsigprocmask=kernel_sigprocmask -fno-unit-at-a-time -U__i386__ -Ui386 > -D_LARGEFILE64_SOURCE -Wdeclaration-after-statement -Wno-pointer-sign > -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.0.1/include > -D__KERNEL__ -Iinclude -S -o arch/um/kernel-offsets.s > arch/um/sys-i386/kernel-offsets.c In file included from > include/asm/thread_info.h:17, > from include/linux/thread_info.h:21, > from include/linux/spinlock.h:53, > from include/linux/capability.h:45, > from include/linux/sched.h:7, > from arch/um/sys-i386/kernel-offsets.c:3: > include/asm/processor.h:69: error: 'CONFIG_X86_L1_CACHE_SHIFT' undeclared > here (not in a function) > include/asm/processor.h:69: error: requested alignment is not a constant > In file included from include/linux/sched.h:12, > from arch/um/sys-i386/kernel-offsets.c:3: > include/linux/jiffies.h:27:5: warning: "CONFIG_HZ" is not defined > include/linux/jiffies.h:29:7: warning: "CONFIG_HZ" is not defined > > Thanks a lot for your help, > > -Etay > > -- > > > Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". > > Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ > > 215621894) > > http://www.user-mode-linux.org/~blaisorblade > > > > > > ___________________________________ > > Yahoo! Messenger: chiamate gratuite in tutto il mondo > > http://it.messenger.yahoo.com > > -- > ------------------------------------------------------ > Etay Meiri > etay.meiri@gmail.com -- Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894) http://www.user-mode-linux.org/~blaisorblade ___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-09-27 17:47 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-09-24 15:52 [uml-devel] 2.6.13.2 + gcc 4.01 link error Etay Meiri 2005-09-24 16:54 ` Blaisorblade 2005-09-24 17:24 ` Jeff Dike 2005-09-25 18:07 ` Blaisorblade 2005-09-24 18:07 ` Etay Meiri 2005-09-24 17:22 ` Jeff Dike 2005-09-25 15:27 ` Blaisorblade 2005-09-26 19:40 ` Etay Meiri 2005-09-27 17:46 ` Blaisorblade
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.