| View previous topic :: View next topic |
| Author |
Message |
zeronullity n00b

Joined: 16 Oct 2010 Posts: 35
|
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: 425 Location: The Kingdom of Kerry
|
|
| Back to top |
|
 |
chiefbag Guru


Joined: 01 Oct 2010 Posts: 425 Location: The Kingdom of Kerry
|
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 |
_________________ A place for useful technical information |
|
| Back to top |
|
 |
XavierMiller Moderator


Joined: 23 Jul 2004 Posts: 4614 Location: ~Brussels - Belgique
|
|
| Back to top |
|
 |
|