Subject: Re: libaa-x11 backward compatibility?
To: None <tech-pkg@NetBSD.org>
From: Hubert Feyrer <feyrer@cs.stevens.edu>
List: tech-pkg
Date: 12/19/2005 06:00:59
On Mon, 19 Dec 2005, Hubert Feyrer wrote:
> I didn't really follow the recent libaa(-x11) changes, but tryingto rebuild 
> qemu (and probably any other SDL app) doesn't work now any more.
> The error I get (after some digging[1]):
>
> 	ld: cannot find -laa-x11
>
> The file is in /usr/pkg/lib, but I guess recent bl3 files don't link them in. 
> Is there any chance to get this working without upgrading libaa and whatever 
> depends on that?

oh, and also without rebuilding SDL, which is the problem here:

 	noon% sdl-config --libs
 	-L/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib -lSDL -lossaudio -lpthread
 	-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib
 	-lm -L/usr/X11R6/lib -lX11 -lXext -L/usr/pkg/lib -laa-x11 -lm
 	-L/usr/X11R6/lib -lX11 -lusbhid


  - Hubert