[fixed] Shared library sonames and symlinks

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
mgiuca
Posts: 4
Joined: Mon Aug 01, 2011 2:25 am

[fixed] Shared library sonames and symlinks

Post by mgiuca »

I have been working with Irrlicht SVN head and it seems a number of bad changes have been made since the release of 1.7.2 which break the shared libraries on Linux and other Unix-like platforms. I'm putting them all together into one bug since they are closely related. None of these bugs affect 1.7.2, only the SVN head.

The full bug report with a patch to the Makefile is here:
https://sourceforge.net/tracker/?func=d ... tid=540676
mgiuca
Posts: 4
Joined: Mon Aug 01, 2011 2:25 am

Re: [Linux] Shared library sonames and symlinks

Post by mgiuca »

Thanks for merging, hybrid. One thing: I just realised that I left off the documentation fix out of the patch. It was a minor fix to "changes.txt" which removes the text: "Binary compatibility is only confirmed between minor releases, so the only useful symlink is from libIrrlicht.so.1.8 to libIrrlicht.so.1.8.0; others should rightly fail."
That statement is no longer true, since the Makefile now creates a symlink from libIrrlicht.so to libIrrlicht.so.1.8. Here is the patch against changes.txt:
http://bazaar.launchpad.net/~mgiuca/irr ... /diff/2220
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: [Linux] Shared library sonames and symlinks

Post by hybrid »

Ok, I've added this as well.
Post Reply