* Re: [Qemu-devel] keyboard probelm with qemu
[not found] <aec7e5c30504080456574a25e7@mail.gmail.com>
@ 2005-04-09 22:06 ` Michael Hoeller
2005-04-09 21:24 ` Magnus Damm
0 siblings, 1 reply; 5+ messages in thread
From: Michael Hoeller @ 2005-04-09 22:06 UTC (permalink / raw)
To: qemu-devel
Hello,
I have downloaded the latest version from the cvs and tried to compile it.
Already configure does not like me... Can someone please help me? What is
the problem configure is compailning about?
I could not find a hint in the code from configure.
Thanks a lot
Michael
michael@tamboti:~/tmp/qemu> ./configure
/usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld:
cannotfind -lslang
collect2: ld returned 1 exit status
Install prefix /usr/local
BIOS directory /usr/local/share/qemu
binary directory /usr/local/bin
Manual directory /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path /home/michael/tmp/qemu
C compiler gcc
make make
host CPU i386
host big endian no
target list i386-user arm-user armeb-user sparc-user ppc-user
i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu
gprof enabled no
static build no
SDL support yes
SDL static link no
mingw32 support no
Adlib support no
FMOD support no
michael@tamboti:~/tmp/qemu>
H U G O B O S S
Magnus Damm <magnus.damm@gmail.com>
08.04.2005 12:56
Bitte antworten an
Magnus Damm <magnus.damm@gmail.com>
An
Michael Hoeller <Michael_Hoeller@hugoboss.com>
Kopie
Thema
Re: Re: [Qemu-devel] keyboard probelm with qemu [Hugo Boss: Virus checked]
Hello Michael,
Off list:
On Apr 8, 2005 12:56 PM, Michael Hoeller <Michael_Hoeller@hugoboss.com>
wrote:
> I will compile the cvs version, where can I get it? I didn't found a
link
> at
> http://fabrice.bellard.free.fr/qemu/download.html
You can find a link to the savannah page where cvs is hosted in the
links-section. Here is a direct link:
http://savannah.nongnu.org/cvs/?group=qemu
Have fun!
/ magnus
This e-mail (and/or attachments) is confidential and may be privileged. Use or disclosure of it by anyone other than a designated addressee is unauthorized.
If you are not an intended recipient, please delete this e-mail from the computer on which you received it. We thank you for notifying us immediately.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] keyboard probelm with qemu
2005-04-09 22:06 ` [Qemu-devel] keyboard probelm with qemu Michael Hoeller
@ 2005-04-09 21:24 ` Magnus Damm
2005-04-10 21:56 ` [Qemu-devel] install problem with win98 Michael Hoeller
0 siblings, 1 reply; 5+ messages in thread
From: Magnus Damm @ 2005-04-09 21:24 UTC (permalink / raw)
To: qemu-devel
Hi again,
On 4/10/05, Michael Hoeller <Michael_Hoeller@hugoboss.com> wrote:
> I have downloaded the latest version from the cvs and tried to compile it.
> Already configure does not like me... Can someone please help me? What is
> the problem configure is compailning about?
>
> michael@tamboti:~/tmp/qemu> ./configure
> /usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld:
>
> cannotfind -lslang
^^^^^^^^^^^^^^^^^^^^
You need to install the development package of the slang library to
make this message go away. And if you are only interested in the pc
system emulator you can pass --target-list=i386-softmmu to configure
to reduce the compile time.
Hope this helps!
/ magnus
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] install problem with win98
2005-04-09 21:24 ` Magnus Damm
@ 2005-04-10 21:56 ` Michael Hoeller
0 siblings, 0 replies; 5+ messages in thread
From: Michael Hoeller @ 2005-04-10 21:56 UTC (permalink / raw)
To: qemu-devel
Hello,
I have a problem installing win98. Every time i want to install with qemu
-m 256 -localtime -user-net -hda /data3/win98.img -cdrom /dev/cdrom -k de
-boot d I get them message : Could not get an DNS Addess. This goes away
when I start a connection to the internet. Question is: what is this good
for and when can I close the connection again? I use 0.6.2 from the cvs
from yesterday.
Thanks lot
Michael
This e-mail (and/or attachments) is confidential and may be privileged. Use or disclosure of it by anyone other than a designated addressee is unauthorized.
If you are not an intended recipient, please delete this e-mail from the computer on which you received it. We thank you for notifying us immediately.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] keyboard probelm with qemu
@ 2005-04-08 8:43 Michael Hoeller
2005-04-08 7:54 ` Magnus Damm
0 siblings, 1 reply; 5+ messages in thread
From: Michael Hoeller @ 2005-04-08 8:43 UTC (permalink / raw)
To: qemu-devel
Hello,
first I like to thank for all efford you spend on the project :-)
Actually I like to install win98 in a win98.img via qemu -m 256
-localtime -user-net -hda /data3/win98.img -cdrom /dev/cdrom -boot d
The emu starts, full screen, and the booting takes place then I have to
provide some answers at the boot menue from the win98 cd (choose if I want
to boot from CD or Harddisk) but..... the keboard is totally messed up
not even a worng country set i have here space=n, numbers are totally
gone,
not one key is on the right place .... Is there anyway to work around it?
I saw in one version that you have the option -k with a new version?
I downloaded the i386 binarary 6.1 but it did not accept the option.
I am running SuSE 9.2 with qemu 0.6.0 and according to the SuSE doc it
should
work with win98 ....
Any idea?
Thanks a lot
Michael
This e-mail (and/or attachments) is confidential and may be privileged. Use or disclosure of it by anyone other than a designated addressee is unauthorized.
If you are not an intended recipient, please delete this e-mail from the computer on which you received it. We thank you for notifying us immediately.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] keyboard probelm with qemu
2005-04-08 8:43 [Qemu-devel] keyboard probelm with qemu Michael Hoeller
@ 2005-04-08 7:54 ` Magnus Damm
0 siblings, 0 replies; 5+ messages in thread
From: Magnus Damm @ 2005-04-08 7:54 UTC (permalink / raw)
To: qemu-devel
On Apr 8, 2005 10:43 AM, Michael Hoeller <Michael_Hoeller@hugoboss.com> wrote:
> Hello,
>
> first I like to thank for all efford you spend on the project :-)
>
> Actually I like to install win98 in a win98.img via qemu -m 256
> -localtime -user-net -hda /data3/win98.img -cdrom /dev/cdrom -boot d
>
> The emu starts, full screen, and the booting takes place then I have to
> provide some answers at the boot menue from the win98 cd (choose if I want
> to boot from CD or Harddisk) but..... the keboard is totally messed up
> not even a worng country set i have here space=n, numbers are totally
> gone,
> not one key is on the right place .... Is there anyway to work around it?
>
> I saw in one version that you have the option -k with a new version?
> I downloaded the i386 binarary 6.1 but it did not accept the option.
>
> I am running SuSE 9.2 with qemu 0.6.0 and according to the SuSE doc it
> should
> work with win98 ....
>
> Any idea?
I would recommend you to upgrade to the CVS version. There are fixes
in CVS that makes it possible to install win98 directly from cdrom,
and that is not possible with 0.6.0 and 0.6.1 - with them you will
have to boot from floppy during the installation phase.
And regarding the keyboard: I have no idea...
/ magnus
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-04-10 20:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <aec7e5c30504080456574a25e7@mail.gmail.com>
2005-04-09 22:06 ` [Qemu-devel] keyboard probelm with qemu Michael Hoeller
2005-04-09 21:24 ` Magnus Damm
2005-04-10 21:56 ` [Qemu-devel] install problem with win98 Michael Hoeller
2005-04-08 8:43 [Qemu-devel] keyboard probelm with qemu Michael Hoeller
2005-04-08 7:54 ` Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).