gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] [PATCH] fix linking (dependencies)


From: strk
Subject: [Gnash-dev] [PATCH] fix linking (dependencies)
Date: Thu, 4 Feb 2010 00:06:01 +0100

I've seen that libcore was built w/out being linked to libsound.
That's WRONG as libcore *does* need libsound.

The problem was that libsound linked to libcore, which shouldn't have.
Only libmedia is needed by libsound.

So:

        libcore  [2] -> libsound [1], libmedia [0]
        libsound [1] -> libmedia [0]
        libmedia [0] -> NOTHING

Does it "sound" for all of you ?

All I can say is that sorting the deps as described
fixes all my build problems.

The patch is attached. Could anyone else try it before I commit ?
TIA.

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://foo.keybit.net/~strk/services.html

Attachment: linkingdeps.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]