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

Re: [MiNT] Including multi-arch libs within RPM's



On 14.02.2011 21:56, Vincent Rivière wrote:

Oh, beware. Since you are using SDL...
sdl-config --libs
outputs something like:
-L/usr/lib -lSDLmain -lSDL

Never use that directly:
That -L/usr/lib is useless and defeats the correct multilib selection !

It seems that pkg-config has not been designed with multilib in mind.

That's bad - however - I'm not using SDL :)
But my Makefile relies on pkg-config, anyway. So it needs an rewrite.

Greets,
m