Don't worry we are not touching or modifying any Mac OS X filesystem, the symbolic link is just a hack just to keep the tables ODBC implementation working in MathProg. It is not modifying anything, except it is create a dummy file libodbc.so which is symbolic link to libodbc.dylib.
Now, that we know the right Mac OS X library naming convention *.dylib and how to do it properly for sure GLPK/MathProg will be using it in future releases. Regards, Noli On 2/16/10, Maurice Diamantini <[email protected]> wrote: > > Le 16 févr. 2010 à 05:51, Chris Wolf a écrit : > >> Hello Andrew, >> >> You might have missed a previous posting I made where I explained >> why I think the symlink, while it may work, is not the correct >> approach. The platform file extension for shared libraries on >> Darwin (MacOS) is "*.dylib", not "*.so". I would recommend >> patching the configure.ac as Xypron suggests. > > I agree with Chris: you should keep osx /usr/lib/ distrib unchanged ! > -- Maurice > >> Regards, >> Chris Wolf > > > > _______________________________________________ > Help-glpk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-glpk > _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
