Hi!
I've compiled AbiWord-2.4, but don't have my iliad at hand (no, it's not bricked, it's just that it's at home and when in home I literally don't have any time to mess with it), so I'll need cooperation:
Attached to this message is a tar.gz that contains the executable compiled for the iliad.
I need to know what are the needed dependencies.
1. copy the file to the iliad
2. uncompress the file with a
# tar -xvzf abiword24-iliad.tar.gz
3. do an ldd on the uncompressed file so that it lists the missing libraries:
# ldd ./AbiWord-2.4
4. Copy the result of that to a reply to this message :-)
Then, I'll pack another tar.gz with the missing libraries and someone will have to try again to see about what it complains (because I'm sure it will complain about missing files...).
P.S.: BTW, Scotty, this is going to be the test case of the modified libX11 with embedded calls to liberipc/liberdm... hopes up! If it works, there will be no need to port each new app we want in the iliad, just a recompilation will suffice.