Am Dienstag 04 Dezember 2007 schrieb Mike Jackson: > > 2.1) I'm not sure but I don't think linux is working this way isn't > > it ? > > No. Linux and to some extent windows do not work this way. Then > again, windows has "DLL Hell" because all the dlls are just put in > the same directory.
Or in the same directory as the application which always work. Just wastes space. > So what happens when your installer puts version > 1 of a library in /usr/local and my installer overwrites your lib > with version 2? Nothing because the lib uses correct SONAME versioning ;) HS _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
