Build ncurses manually ("ebuild [package] unpack compile install").
Using ldd, find what libs the application needs, locate them in the
ncurses install directory and copy them somewhere handy. Use
"LD_PRELOAD=/path/to/lib/libname application" to preload the required
library before running your application. Lots on the net about
LD_PRELOAD if you need more.
BillK
On Sun, 2005-12-18 at 21:15 -0500, Tom Carroll wrote:
> Fellow Gentoo Users -
>
> Here's the scenario: I have a x86 commerical, close-sourced application
> that is linked against x86 ncurses. The system that this program
> executes on is amd64. Is there a way I can emerge ncurses so that the
> result is two installs, one for x86 and one for amd64?
>
> Thanks
>
> ~ Tom
>
--
[email protected] mailing list