SDL static link disabled for application QEMU

If this is not the correct list to post to let me know which is the
correct one.
I am trying to compile qemu and kqemu. After installing all the required
packages I did:
./configure
the output for SDL was:
SDL support yes
SDL static link no
According to the qemu website the static link should be yes.
I have looked on the qemu and sdl website as well as searching the web
for a solution and have not found one.
I am using Mandriva LE2005 with all updates installed.

Any help will be greatly appreciated,

David

Static linking is available only if the SDL package come with a static lib.
You might need to compile SDL yourself in order to get static linking
available.On 9/4/05, dcw wrote:

If this is not the correct list to post to let me know which is the
correct one.
I am trying to compile qemu and kqemu. After installing all the required
packages I did:
./configure
the output for SDL was:
SDL support yes
SDL static link no
According to the qemu website the static link should be yes.
I have looked on the qemu and sdl website as well as searching the web
for a solution and have not found one.
I am using Mandriva LE2005 with all updates installed.

Any help will be greatly appreciated,

David


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Thanks for your prompt reply.
I compiled the 1.2.9 source for SDL and installed. Then I ran ldconfig.
When I ran the ./configure for qemu it does not find the SDL libraries.
What am I missing?

Thanks for your help,

DavidOn Monday 05 September 2005 01:30 am, Olivier Delannoy wrote:

On 9/4/05, dcw <@dcw> wrote:

If this is not the correct list to post to let me know which is the
correct one.
I am trying to compile qemu and kqemu. After installing all the
required packages I did:
./configure
the output for SDL was:
SDL support yes
SDL static link no
According to the qemu website the static link should be yes.
I have looked on the qemu and sdl website as well as searching the
web for a solution and have not found one.
I am using Mandriva LE2005 with all updates installed.

Any help will be greatly appreciated,

David


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Static linking is available only if the SDL package come with a
static lib. You might need to compile SDL yourself in order to get
static linking available.

Have you installed your sdl build (using make install) in a common location
such as /usr/local /usr or any other standard path otherwise you have to
help qemu configure script to find out where is your SDL buildOn 9/5/05, dcw wrote:

On Monday 05 September 2005 01:30 am, Olivier Delannoy wrote:

On 9/4/05, dcw wrote:

If this is not the correct list to post to let me know which is the
correct one.
I am trying to compile qemu and kqemu. After installing all the
required packages I did:
./configure
the output for SDL was:
SDL support yes
SDL static link no
According to the qemu website the static link should be yes.
I have looked on the qemu and sdl website as well as searching the
web for a solution and have not found one.
I am using Mandriva LE2005 with all updates installed.

Any help will be greatly appreciated,

David


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Static linking is available only if the SDL package come with a
static lib. You might need to compile SDL yourself in order to get
static linking available.

Thanks for your prompt reply.
I compiled the 1.2.9 source for SDL and installed. Then I ran ldconfig.
When I ran the ./configure for qemu it does not find the SDL libraries.
What am I missing?

Thanks for your help,

David


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl