On Sat, May 10, 2008 at 12:10:42PM +0200, Aurelien Jarno wrote: > Sylvain Beucler a écrit : > > Package: libsdl1.2-dev > > Version: 1.2.13-2 > > Severity: normal > > > > Hi, > > > > I'm building a package (non-official) that relies on SDL. The build > > system uses the standard SDL m4 macros, and in particular it uses the > > output of: > > $ sdl-config --libs > > -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread > > > > Wow, that's strange. Are you sure you are running sdl-config from the > debian package? The rpath part is not present on my system.
Hmm, right. After 'aptitude reinstall libsdl1.2-dev' this changed to: $ sdl-config --libs -L/usr/lib -lSDL I guess this is a left-over from an old SDL bugfix session :/ Sorry for the trouble :) -- Sylvain -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

