Re: [AD] 4.9 location of libraries |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
On 06/01/2010 03:04 PM, Trent Gamblin wrote:
On Tue, June 1, 2010 12:16 pm, Jon Rafkind said:Can the default place for 4.9 libraries on unix be installed to /usr/local/lib/allegro instead of just /usr/local/lib? I think it would keep the system a little cleaner.I think that might lead to mass confusion since that's not normally part of the dynamic linker path. I don't personally like the idea of each program having their own folder so you have to add them all to your path.
`rpath' can be added to the pkg-config stuff. $ pkg-config allegro-4.9 --libs -lallegro -R /usr/local/lib/allegro
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |