Subject: libaa-x11 backward compatibility?
To: None <tech-pkg@NetBSD.org>
From: Hubert Feyrer <feyrer@cs.stevens.edu>
List: tech-pkg
Date: 12/19/2005 05:59:07
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?


  - Hubert

[1] from
 	$cc -o $TMPE `$sdl_config --cflags 2> /dev/null` $TMPC `$sdl_config --libs 2> /dev/null