View previous topic :: View next topic |
Author |
Message |
zeronullity Tux's lil' helper
Joined: 16 Oct 2010 Posts: 103
|
Posted: Mon Jun 13, 2011 6:21 am Post subject: problem compiling 32bit app |
|
|
I just upgraded from a 32bit to a 64 bit system and I'm having issues compiling a 32 bit application..
it's looking for /usr/X11R6/lib/libXxf86dga.a however I don't have that file.... I do have /usr/lib32/libXxf86dga.so.1.0.0 What is the best way to fix this problem? |
|
Back to top |
|
|
chiefbag Guru
Joined: 01 Oct 2010 Posts: 542 Location: The Kingdom
|
Posted: Mon Jun 13, 2011 7:34 am Post subject: |
|
|
Code: | emerge -va x11-libs/libXxf86dga |
|
|
Back to top |
|
|
chiefbag Guru
Joined: 01 Oct 2010 Posts: 542 Location: The Kingdom
|
Posted: Mon Jun 13, 2011 7:37 am Post subject: |
|
|
You could always try the following.
Code: | ln -s /usr/lib32/libXxf86dga.so.1.0.0 /usr/X11R6/lib/libXxf86dga.a |
|
|
Back to top |
|
|
xaviermiller Bodhisattva
Joined: 23 Jul 2004 Posts: 8718 Location: ~Brussels - Belgique
|
Posted: Wed Jun 22, 2011 12:44 pm Post subject: |
|
|
You need emul-linux-* packages _________________ Kind regards,
Xavier Miller |
|
Back to top |
|
|
|